Start with some more tarball rolling preparation to make sure it's not
authorRalf S. Engelschall <rse@openssl.org>
Mon, 8 Mar 1999 12:17:53 +0000 (12:17 +0000)
committerRalf S. Engelschall <rse@openssl.org>
Mon, 8 Mar 1999 12:17:53 +0000 (12:17 +0000)
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

Makefile.org

index fbf293c76286006e69bc788abdf7fb44efc444e8..422327bdae5cd7c1b5ecab306853106671066a06 100644 (file)
@@ -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