summaryrefslogtreecommitdiffstats
path: root/Makefile.fips
diff options
context:
space:
mode:
authorDr. Stephen Henson <steve@openssl.org>2011-02-21 15:15:58 +0000
committerDr. Stephen Henson <steve@openssl.org>2011-02-21 15:15:58 +0000
commite3496215a2b6f28ecd0f0dc9f7a065a82ac34af2 (patch)
treeb9e9868756e9f0432878558b16e9dd42a67a050a /Makefile.fips
parenteead69f5ed15510b65df545a083a0b63abc6b29d (diff)
*** empty log message ***
Diffstat (limited to 'Makefile.fips')
-rw-r--r--Makefile.fips8
1 files changed, 4 insertions, 4 deletions
diff --git a/Makefile.fips b/Makefile.fips
index 929fa95c50..f5a95a4c83 100644
--- a/Makefile.fips
+++ b/Makefile.fips
@@ -2,7 +2,7 @@
## Makefile for OpenSSL: fipscanister.o only
##
-VERSION=
+VERSION=fips-2.0-test
MAJOR=
MINOR=
SHLIB_VERSION_NUMBER=
@@ -180,7 +180,7 @@ SHARED_LDFLAGS=
GENERAL= Makefile
BASENAME= openssl
NAME= $(BASENAME)-$(VERSION)
-TARFILE= $(NAME).tar
+TARFILE= openssl-fips-test-2.0.tar
WTARFILE= $(NAME)-win.tar
EXHEADER= e_os2.h
HEADER= e_os.h
@@ -600,7 +600,7 @@ tar:
find . -type d -print | xargs chmod 755
find . -type f -print | xargs chmod a+r
find . -type f -perm -0100 -print | xargs chmod a+x
- find * \! -path CVS/\* \! -path \*/CVS/\* \! -name CVS \! -name .cvsignore \! -name STATUS \! -name TABLE | sort > ../$(TARFILE).list; \
+ find * \! -path CVS/\* \! -path \*/CVS/\* \! -name CVS \! -name .cvsignore \! -name STATUS \! -name TABLE | $(BUILDENV) $(PERL) util/fipsdist.pl | sort > ../$(TARFILE).list; \
$(TAR) $(TARFLAGS) --files-from ../$(TARFILE).list -cvf - | \
tardy --user_number=0 --user_name=openssl \
--group_number=0 --group_name=openssl \
@@ -618,7 +618,7 @@ tar-snap:
ls -l ../$(TARFILE)
dist:
- $(PERL) Configure dist
+ $(PERL) Configure dist fipscanisteronly
@$(MAKE) dist_pem_h
@$(MAKE) SDIRS='$(SDIRS)' clean
@$(MAKE) TAR='$(TAR)' TARFLAGS='$(TARFLAGS)' tar