summaryrefslogtreecommitdiffstats
path: root/fips/Makefile
diff options
context:
space:
mode:
authorDr. Stephen Henson <steve@openssl.org>2011-02-11 19:02:34 +0000
committerDr. Stephen Henson <steve@openssl.org>2011-02-11 19:02:34 +0000
commit30b56225ccff9067ac5a5e49643d52d1e979cb24 (patch)
treebb00e129de533af406153c3d905f25e561021b65 /fips/Makefile
parentdc527a62a11b1a9a4078f5b1d966b55310bf4a4c (diff)
New "fispcanisteronly" build option: only build fipscanister.o and
associated utilities. This functionality will be used by the validated tarball.
Diffstat (limited to 'fips/Makefile')
-rw-r--r--fips/Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/fips/Makefile b/fips/Makefile
index 6d4c27fd1b..52163b7f1b 100644
--- a/fips/Makefile
+++ b/fips/Makefile
@@ -62,7 +62,9 @@ testapps:
@if [ -z "$(THIS)" ]; then $(MAKE) -f $(TOP)/Makefile reflect THIS=$@; fi
all:
- @if [ -z "$(FIPSLIBDIR)" ]; then \
+ @if [ -n "$(FIPSCANISTERONLY)" ]; then \
+ $(MAKE) -e subdirs lib ; \
+ elif [ -z "$(FIPSLIBDIR)" ]; then \
$(MAKE) -e subdirs lib fips_premain_dso$(EXE_EXT); \
else \
$(MAKE) -e lib fips_premain_dso$(EXE_EXT) fips_standalone_sha1$(EXE_EXT); \