OpenSSL CVS Repository
http://cvs.openssl.org/
____________________________________________________________
________________
Server: cvs.openssl.org Name: Andy
Polyakov
Root: /v/openssl/cvs Email: appro openssl.org
Module: openssl Date:
20-Oct-2006 13:23:35
Branch: HEAD Handle:
2006102012233500
Modified files:
openssl/engines Makefile
openssl/engines/ccgost Makefile
Log:
Avoid application relink on every make invocation.
Summary:
Revision Changes Path
1.16 +2 -2 openssl/engines/Makefile
1.3 +1 -0 openssl/engines/ccgost/Makefile
____________________________________________________________
________________
patch -p0 <<' .'
Index: openssl/engines/Makefile
============================================================
================
$ cvs diff -u -r1.15 -r1.16 Makefile
--- openssl/engines/Makefile 21 Sep 2006 13:07:57
-0000 1.15
+++ openssl/engines/Makefile 20 Oct 2006 11:23:35
-0000 1.16
 -65,9 +65,9 
top:
(cd ..; $(MAKE) DIRS=$(DIR) all)
-all: lib
+all: lib subdirs
-lib: $(LIBOBJ) subdirs
+lib: $(LIBOBJ)
if [ -n "$(SHARED_LIBS)" ]; then
set -e;
for l in $(LIBNAMES); do
 .
patch -p0 <<' .'
Index: openssl/engines/ccgost/Makefile
============================================================
================
$ cvs diff -u -r1.2 -r1.3 Makefile
--- openssl/engines/ccgost/Makefile 21 Sep 2006 13:04:39
-0000 1.2
+++ openssl/engines/ccgost/Makefile 20 Oct 2006 11:23:35
-0000 1.3
 -37,6 +37,7 
else
$(AR) $(LIB) $(LIBOBJ);
fi
+ touch lib
install:
[ -n "$(INSTALLTOP)" ] # should be set by top
Makefile...
 .
____________________________________________________________
__________
OpenSSL Project http://www.openssl.org
CVS Repository Commit List
openssl-cvs openssl.org
Automated List Manager
majordomo openssl.org
|