提交 5a061129 编写于 作者: R Ralf S. Engelschall

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
上级 54d9976c
...@@ -290,8 +290,8 @@ errors: ...@@ -290,8 +290,8 @@ errors:
tar: tar:
@gtar --no-recursion -cvf - \ @gtar --no-recursion -cvf - \
`find * -depth -print | grep -v CVS | grep -v .cvsignore | sort` |\ `find * -depth -print | grep -v CVS | grep -v .cvsignore | grep -v STATUS sort` |\
tardy --user_number=0 --user_name=rse \ tardy --user_number=0 --user_name=openssl \
--group_number=0 --group_name=openssl \ --group_number=0 --group_name=openssl \
--prefix=openssl-$(VERSION) - |\ --prefix=openssl-$(VERSION) - |\
gzip --best >../$(TARFILE).gz; \ gzip --best >../$(TARFILE).gz; \
...@@ -303,7 +303,6 @@ dist: ...@@ -303,7 +303,6 @@ dist:
@$(MAKE) dist_pem_h @$(MAKE) dist_pem_h
@$(MAKE) SDIRS='${SDIRS}' clean @$(MAKE) SDIRS='${SDIRS}' clean
@$(MAKE) SDIRS='${SDIRS}' dclean @$(MAKE) SDIRS='${SDIRS}' dclean
@(cd apps; sh ./rmlinks)
@$(MAKE) makefile.one @$(MAKE) makefile.one
@$(MAKE) tar @$(MAKE) tar
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册