For FIPS builds we don't use the normal test files (and in the restricted
authorDr. Stephen Henson <steve@openssl.org>
Sun, 4 Dec 2011 15:26:26 +0000 (15:26 +0000)
committerDr. Stephen Henson <steve@openssl.org>
Sun, 4 Dec 2011 15:26:26 +0000 (15:26 +0000)
tarball some don't exist) so set TEST='' to avoid linking to them. This also
avoids problems on platforms that copy instead of symlink.

Makefile.fips

index 4c7add6f1d39f14255a7f7245ba094e2e15f854c..157e901099e5aa9c4d0594b4e6d6e18df9829d18 100644 (file)
@@ -525,7 +525,7 @@ links:
        @$(PERL) $(TOP)/util/mkdir-p.pl include/openssl
        @$(PERL) $(TOP)/util/mklink.pl include/openssl $(EXHEADER)
        @set -e; dir=fips target=links; $(BUILD_ONE_CMD)
-       @(cd crypto ; SDIRS='$(LINKDIRS)' $(MAKE) -e links)
+       @(cd crypto ; TEST='' SDIRS='$(LINKDIRS)' $(MAKE) -e links)
 
 gentests:
        @(cd test && echo "generating dummy tests (if needed)..." && \