aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile.org
diff options
context:
space:
mode:
authorRalf S. Engelschall <rse@openssl.org>1999-03-08 12:17:53 +0000
committerRalf S. Engelschall <rse@openssl.org>1999-03-08 12:17:53 +0000
commit5a0611297b8fd7d5b8f477ca8225342792362a93 (patch)
treefa68a3bc584811aafba9ce9f92ba155ae99d1b22 /Makefile.org
parent54d9976c797cdefc9b7c0def80e193654938bdb3 (diff)
downloadopenssl-5a0611297b8fd7d5b8f477ca8225342792362a93.tar.gz
Start with some more tarball rolling preparation to make sure it's not
overlooed next Monday: - rmlinks is no longer existing - use openssl as the name and not rse - don't roll the STATUS file into the tarball
Diffstat (limited to 'Makefile.org')
-rw-r--r--Makefile.org5
1 files changed, 2 insertions, 3 deletions
diff --git a/Makefile.org b/Makefile.org
index fbf293c762..422327bdae 100644
--- a/Makefile.org
+++ b/Makefile.org
@@ -290,8 +290,8 @@ errors:
tar:
@gtar --no-recursion -cvf - \
- `find * -depth -print | grep -v CVS | grep -v .cvsignore | sort` |\
- tardy --user_number=0 --user_name=rse \
+ `find * -depth -print | grep -v CVS | grep -v .cvsignore | grep -v STATUS sort` |\
+ tardy --user_number=0 --user_name=openssl \
--group_number=0 --group_name=openssl \
--prefix=openssl-$(VERSION) - |\
gzip --best >../$(TARFILE).gz; \
@@ -303,7 +303,6 @@ dist:
@$(MAKE) dist_pem_h
@$(MAKE) SDIRS='${SDIRS}' clean
@$(MAKE) SDIRS='${SDIRS}' dclean
- @(cd apps; sh ./rmlinks)
@$(MAKE) makefile.one
@$(MAKE) tar