From f58b47aea2b3447cfc915e96b0f37a2dbdf43c70 Mon Sep 17 00:00:00 2001 From: Chris Wilson Date: Sun, 23 Aug 2015 16:41:54 +0000 Subject: Don't overwrite OpenSSH Makefile during extraction. Hopefully should allow previous compilation results to be cached, when combined with not running ./Configure if the Makefile already exists. --- infrastructure/mingw/compile-boxbackup-cygwin.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'infrastructure/mingw') diff --git a/infrastructure/mingw/compile-boxbackup-cygwin.sh b/infrastructure/mingw/compile-boxbackup-cygwin.sh index 12afa120..7f55e4f5 100755 --- a/infrastructure/mingw/compile-boxbackup-cygwin.sh +++ b/infrastructure/mingw/compile-boxbackup-cygwin.sh @@ -19,7 +19,7 @@ latest_openssl=`wget -O- -q $openssl_source \ | sed -e 's/.tar.gz">.*//' -e 's/.*"//' | sort | tail -1` wget -c $openssl_source/$latest_openssl.tar.gz -tar xzf $latest_openssl.tar.gz +tar xzf $latest_openssl.tar.gz --exclude $latest_openssl/Makefile ( cd $latest_openssl [ -r Makefile ] || \ -- cgit v1.2.3