[openssl-commits] [openssl] OpenSSL source code branch master updated. 56999ba5891e917763fba4e203f430037ee8ee0d
Rich Salz
rsalz at openssl.org
Mon Dec 15 14:19:35 UTC 2014
This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "OpenSSL source code".
The branch, master has been updated
via 56999ba5891e917763fba4e203f430037ee8ee0d (commit)
from 9669d2e1ad7aaa539c3931955ec9dd56faa2dc3c (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
- Log -----------------------------------------------------------------
commit 56999ba5891e917763fba4e203f430037ee8ee0d
Author: Rich Salz <rsalz at openssl.org>
Date: Mon Dec 15 09:18:11 2014 -0500
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 <matt at openssl.org>
-----------------------------------------------------------------------
Summary of changes:
Makefile.org | 2 +-
crypto/Makefile | 1 -
2 files changed, 1 insertion(+), 2 deletions(-)
diff --git a/Makefile.org b/Makefile.org
index 8e15bb2..f2460dc 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 fafa418..0029b1b 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:
hooks/post-receive
--
OpenSSL source code
More information about the openssl-commits
mailing list