Lines Matching refs:error_cleanup
27 error_cleanup () { function
37 rm "$1".orig) || error_cleanup "Replacement for $1 failed."
74 error_cleanup "Unrecognized argument -- $1"
102 git clone git://git.nlnetlabs.nl/ldns/ ldns || error_cleanup "git command failed"
103 (cd ldns; git checkout "$CHECKOUT") || error_cleanup "Could not checkout $CHECKOUT"
106 git clone git://git.nlnetlabs.nl/ldns/ ldns-nonstatic || error_cleanup "git command failed"
107 (cd ldns-nonstatic; git checkout "$CHECKOUT") || error_cleanup "Could not checkout $CHECKOUT"
113 error_cleanup "Cannot determine version number."
133 gzip -cd "$WINSSL" | tar xf - || error_cleanup "tar unpack of $WINSSL failed"
135 cd openssl-* || error_cleanup "no openssl-X dir in tarball"
142 …64-mingw32-windres" ./Configure --prefix="$sslinstall" "$sslflags" || error_cleanup "OpenSSL Confi…
144 make || error_cleanup "make failed for $WINSSL"
146 make install_sw || error_cleanup "OpenSSL install failed"
160 $configure "$cross_flag" "$ldns_flag" || error_cleanup "ldns configure failed"
162 make || error_cleanup "ldns make failed"
165 make doc || error_cleanup "ldns make doc failed"
166 DESTDIR=$ldnsinstall make install || error_cleanup "ldns make install failed"
174 gzip -cd "$WINSSL" | tar xf - --strip-components=1 || error_cleanup "tar unpack of $WINSSL failed"
181 … ./Configure --prefix="$sslinstallnonstatic" "$sslflags_nonstatic" || error_cleanup "OpenSSL Confi…
183 make || error_cleanup "make failed for $WINSSL"
185 make install_sw || error_cleanup "OpenSSL install failed"
199 $configure "$cross_flag_nonstatic" "$ldns_flag_nonstatic" || error_cleanup "ldns configure failed"
201 make || error_cleanup "ldns make failed"
204 make doc || error_cleanup "ldns make doc failed"
205 DESTDIR=$ldnsinstallnonstatic make install || error_cleanup "ldns make install failed"
255 (cd ../.. ; zip -T "$file" ) || error_cleanup "errors in zipfile $file"