make testapps after the library.
[openssl.git] / Makefile.org
index 26bb541162e4db1d6ac83b57654b9a7afdf68832..8075911fd98634635069026654f60c20d7fcb993 100644 (file)
@@ -179,7 +179,9 @@ all: Makefile.ssl
        do \
        (cd $$i && echo "making all in $$i..." && \
        $(MAKE) CC='${CC}' PLATFORM='${PLATFORM}' CFLAG='${CFLAG}' INSTALLTOP='${INSTALLTOP}' PEX_LIBS='${PEX_LIBS}' EX_LIBS='${EX_LIBS}' BN_ASM='${BN_ASM}' DES_ENC='${DES_ENC}' BF_ENC='${BF_ENC}' CAST_ENC='${CAST_ENC}' RC4_ENC='${RC4_ENC}' RC5_ENC='${RC5_ENC}' SHA1_ASM_OBJ='${SHA1_ASM_OBJ}' MD5_ASM_OBJ='${MD5_ASM_OBJ}' RMD160_ASM_OBJ='${RMD160_ASM_OBJ}' SDIRS='${SDIRS}' AR='${AR}' PROCESSOR='${PROCESSOR}' PERL='${PERL}' RANLIB='${RANLIB}' all ) || exit 1; \
-       done;
+       done
+       (cd crypto; $(MAKE) testapps)
+       -@# cd perl; $(PERL) Makefile.PL; make
 
 sub_all:
        @for i in $(DIRS) ;\
@@ -207,8 +209,7 @@ linux-shared:
 
 Makefile.ssl: Makefile.org
        @echo "Makefile.ssl is older than Makefile.org."
-       @echo "Reconfigure the source tree (via 'perl Configure' or 'sh config')"
-       @echo "and update the error lists (via 'make errors'), please."
+       @echo "Reconfigure the source tree (via './config' or 'perl Configure'), please."
        @false
 
 libclean:
@@ -299,7 +300,7 @@ util/ssleay.num::
        perl util/mkdef.pl ssl update
 
 TABLE: Configure
-       (echo 'Output of `Configure TABLE:'"'"; \
+       (echo 'Output of `Configure TABLE'"':"; \
        perl Configure TABLE) > TABLE
 
 update: depend errors util/libeay.num util/ssleay.num TABLE