aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile.org
diff options
context:
space:
mode:
authorRichard Levitte <levitte@openssl.org>2000-02-24 01:59:55 +0000
committerRichard Levitte <levitte@openssl.org>2000-02-24 01:59:55 +0000
commit2dbb3ccd5c4b3a65ab327e8a6fe3f39473d467f2 (patch)
tree0a8e7c6b3f4ed141171742967670652afe175ee5 /Makefile.org
parent9f7f1ff75e347577c9b93840ef33bd06422edc18 (diff)
downloadopenssl-2dbb3ccd5c4b3a65ab327e8a6fe3f39473d467f2.tar.gz
Make it possible to have differing tar versions.
Diffstat (limited to 'Makefile.org')
-rw-r--r--Makefile.org4
1 files changed, 3 insertions, 1 deletions
diff --git a/Makefile.org b/Makefile.org
index 61f9302f3b..6392105ae5 100644
--- a/Makefile.org
+++ b/Makefile.org
@@ -56,6 +56,8 @@ EX_LIBS=
AR=ar r
RANLIB= ranlib
PERL= perl
+TAR= tar
+TARFLAGS= --norecurse
# Set BN_ASM to bn_asm.o if you want to use the C version
BN_ASM= bn_asm.o
@@ -315,7 +317,7 @@ TABLE: Configure
update: depend errors util/libeay.num util/ssleay.num crypto/objects/obj_dat.h TABLE
tar:
- @tar --norecurse -cvf - \
+ @$(TAR) $(TARFLAGS) -cvf - \
`find * \! -path CVS/\* \! -path \*/CVS/\* \! -name CVS \! -name .cvsignore \! -name STATUS \! -name TABLE | sort` |\
tardy --user_number=0 --user_name=openssl \
--group_number=0 --group_name=openssl \