Build fipscanister.o only by default. Utility build now needs
authorDr. Stephen Henson <steve@openssl.org>
Wed, 19 Oct 2011 11:47:21 +0000 (11:47 +0000)
committerDr. Stephen Henson <steve@openssl.org>
Wed, 19 Oct 2011 11:47:21 +0000 (11:47 +0000)
make build_tests

Makefile.fips
README.FIPS

index 055dfffc39be901b1987b63b079bdf92cf5336f9..703c9f9228921a4297c093dab00c8d447fe73831 100644 (file)
@@ -359,7 +359,7 @@ FIPS_EX_OBJ= ../crypto/aes/aes_cfb.o \
        ../crypto/uid.o
 
 sub_all: build_all
-build_all: build_libs build_tests
+build_all: build_libs
 
 build_libs: build_crypto build_fips
 
index efa6ba67cdf2e8b81db2d44775dc80d4f616815a..c41bab99307bfc71bc69ea876e6640b68b099667 100644 (file)
@@ -14,6 +14,10 @@ make
 
 Build should complete without errors.
 
+Build test utilities:
+
+make build_tests
+
 Run test suite:
 
 test/fips_test_suite