Address comments.
authorBen Laurie <ben@links.org>
Sun, 14 Feb 2016 18:41:52 +0000 (18:41 +0000)
committerBen Laurie <ben@links.org>
Mon, 15 Feb 2016 12:15:45 +0000 (12:15 +0000)
Reviewed-by: Richard Levitte <levitte@openssl.org>
Configurations/descrip.mms.tmpl
Configurations/unix-Makefile.tmpl

index 74fec4c0039a1386ab79f8b3ef9be0c173ce53d6..4ce797324f1e3e5bc7634943601972a61d78b47b 100644 (file)
@@ -207,7 +207,7 @@ build_engines : $(ENGINES)
 build_apps : $(PROGRAMS), $(SCRIPTS)
 build_tests : $(TESTPROGS)
 
-test tests : build_tests, rehash
+test tests : build_apps, build_engines, build_tests, rehash
         SET DEFAULT [.test]{- move("test") -}
         DEFINE SRCTOP {- sourcedir() -}
         DEFINE BLDTOP {- builddir() -}
@@ -293,7 +293,7 @@ install_dev : check_INSTALLTOP
         @ {- output_off() if $config{no_shared}; "" -} !
         {- join("\n        ",
                 map { "COPY/PROT=W:RE $_.EXE ossl_installroot:['arch'.LIB]" }
-                map { $unified_info{sharednames}->{$_} || () } 
+                map { $unified_info{sharednames}->{$_} || () }
                 @{$unified_info{libraries}}) -}
         @ {- output_on() if $config{no_shared}; "" -} !
 
index a663589d8db319f3ab1fd9042afa547bec8df9e3..726784f2a8590812efe5817267592c795c1b3e4d 100644 (file)
@@ -151,7 +151,7 @@ build_engines: $(ENGINES)
 build_apps: $(PROGRAMS) $(SCRIPTS)
 build_tests: $(TESTPROGS)
 
-test tests: build_tests build_apps build_engines build_libs rehash
+test tests: build_tests build_apps build_engines rehash
        ( cd test; \
          SRCTOP=../$(SRCDIR) \
          BLDTOP=../$(BLDDIR) \
@@ -575,7 +575,7 @@ dist:
 
 # Helper targets #####################################################
 
-rehash: link-utils copy-certs
+rehash: link-utils copy-certs build_apps
        @if [ -z "$(CROSS_COMPILE)" ]; then \
                (OPENSSL="$(BLDDIR)/util/shlib_wrap.sh apps/openssl"; \
                [ -x "$(BLDDIR)/openssl.exe" ] && OPENSSL="$(BLDDIR)/openssl.exe" || :; \