Skip to content

Commit

Permalink
Start with some more tarball rolling preparation to make sure it's not
Browse files Browse the repository at this point in the history
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
  • Loading branch information
Ralf S. Engelschall committed Mar 8, 1999
1 parent 54d9976 commit 5a06112
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions Makefile.org
Original file line number Diff line number Diff line change
Expand Up @@ -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; \
Expand All @@ -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

Expand Down

0 comments on commit 5a06112

Please sign in to comment.