[openssl-commits] [openssl] master update
Richard Levitte
levitte at openssl.org
Sat Feb 20 15:50:52 UTC 2016
The branch master has been updated
via 011b967508342a5c940a0c75193f742c0b13bdc4 (commit)
from 033585175485077bf7f5bbb352fd4f162d0c235f (commit)
- Log -----------------------------------------------------------------
commit 011b967508342a5c940a0c75193f742c0b13bdc4
Author: Richard Levitte <levitte at openssl.org>
Date: Sat Feb 20 00:21:04 2016 +0100
Make crypto/buildinf.h depend on configdata.pm rather than Makefile
Depending on Makefile meant that a new attempt to rebuild the Makefile
with "new" dependency data was done all the time, uncontrolled. Better
to depend on configdata.pm, which truly only changes with reconfiguration.
Reviewed-by: Rich Salz <rsalz at openssl.org>
Reviewed-by: Ben Laurie <ben at openssl.org>
-----------------------------------------------------------------------
Summary of changes:
crypto/build.info | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/crypto/build.info b/crypto/build.info
index b360ff8..a3ea7f0 100644
--- a/crypto/build.info
+++ b/crypto/build.info
@@ -11,12 +11,12 @@ EXTRA= ../ms/uplink-x86.pl ../ms/uplink.c ../ms/applink.c \
DEPEND[cversion.o]=buildinf.h
BEGINRAW[descrip.mms]
-[.crypto]buildinf.h : descrip.mms
+[.crypto]buildinf.h : configdata.pm
$(PERL) {- catfile(catdir($sourcedir, "[-]"), "util", "mkbuildinf.pl") -} "$(CC) $(CFLAGS)" "$(PLATFORM)" > [.crypto]buildinf.h
ENDRAW[descrip.mms]
BEGINRAW[Makefile]
-crypto/buildinf.h : Makefile
+crypto/buildinf.h : configdata.pm
$(PERL) $(SRCDIR)/util/mkbuildinf.pl "$(CC) $(CFLAGS_Q)" "$(PLATFORM)" > crypto/buildinf.h
##### APPLINK, UPLINK and CPUID assembler implementations
More information about the openssl-commits
mailing list