From: Rich Salz Date: Mon, 15 Dec 2014 14:18:11 +0000 (-0500) Subject: RT3497: Fix; don't remove header files X-Git-Tag: master-pre-reformat~105 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=56999ba5891e917763fba4e203f430037ee8ee0d;p=thirdparty%2Fopenssl.git RT3497: Fix; don't remove header files Doing 'config ; make clean' broke because clean removed header files that normal build didn't create. So don't remove those files. Hopefully will be better addressed by Geoff's no-symlinks patch. Reviewed-by: Matt Caswell --- diff --git a/Makefile.org b/Makefile.org index 8e15bb24507..f2460dc180a 100644 --- a/Makefile.org +++ b/Makefile.org @@ -478,7 +478,7 @@ libclean: clean: libclean rm -f shlib/*.o *.o core a.out fluff rehash.time testlog make.log cctest cctest.c - rm -rf *.bak include/openssl certs/.0 + rm -rf *.bak certs/.0 @set -e; target=clean; $(RECURSIVE_BUILD_CMD) rm -f $(LIBS) tags TAGS rm -f openssl.pc libssl.pc libcrypto.pc diff --git a/crypto/Makefile b/crypto/Makefile index fafa4187566..0029b1b5bd0 100644 --- a/crypto/Makefile +++ b/crypto/Makefile @@ -141,7 +141,6 @@ depend: clean: rm -f buildinf.h *.s *.o */*.o *.obj lib tags core .pure .nfs* *.old *.bak fluff - rm -f opensslconf.h @target=clean; $(RECURSIVE_MAKE) dclean: