]> git.pld-linux.org Git - packages/openssl.git/blob - openssl-parallel_make.patch
- document the silent change in 0.9.6k (and probably 0.9.7d)
[packages/openssl.git] / openssl-parallel_make.patch
1 --- openssl-0.9.7.old/crypto/Makefile.ssl       Fri Dec 20 15:28:45 2002
2 +++ openssl-0.9.7/crypto/Makefile.ssl   Sun Feb 16 20:02:43 2003
3 @@ -50,7 +50,7 @@
4  top:
5         @(cd ..; $(MAKE) DIRS=$(DIR) all)
6  
7 -all: buildinf.h lib subdirs shared
8 +all: shared
9  
10  buildinf.h: ../Makefile.ssl
11         ( echo "#ifndef MK1MF_BUILD"; \
12 @@ -96,7 +96,7 @@
13         $(RANLIB) $(LIB) || echo Never mind.
14         @touch lib
15  
16 -shared:
17 +shared: buildinf.h lib subdirs
18         if [ -n "$(SHARED_LIBS)" ]; then \
19                 (cd ..; $(MAKE) $(SHARED_LIB)); \
20         fi
21 --- openssl-0.9.7.old/ssl/Makefile.ssl  Thu Dec 19 22:10:20 2002
22 +++ openssl-0.9.7/ssl/Makefile.ssl      Sun Feb 16 20:03:13 2003
23 @@ -55,14 +55,14 @@
24  top:
25         (cd ..; $(MAKE) DIRS=$(DIR) all)
26  
27 -all:   lib shared
28 +all:   shared
29  
30  lib:   $(LIBOBJ)
31         $(AR) $(LIB) $(LIBOBJ)
32         $(RANLIB) $(LIB) || echo Never mind.
33         @touch lib
34  
35 -shared:
36 +shared: lib
37         if [ -n "$(SHARED_LIBS)" ]; then \
38                 (cd ..; $(MAKE) $(SHARED_LIB)); \
39         fi
This page took 0.081023 seconds and 3 git commands to generate.