提交 bfba6e05 编写于 作者: D Dr. Stephen Henson

*** empty log message ***

上级 f18c19f5
...@@ -156,7 +156,7 @@ LINKDIRS= \ ...@@ -156,7 +156,7 @@ LINKDIRS= \
objects sha hmac des aes modes \ objects sha hmac des aes modes \
bn ec rsa dsa ecdsa dh ecdh engine \ bn ec rsa dsa ecdsa dh ecdh engine \
buffer bio stack lhash rand err \ buffer bio stack lhash rand err \
evp asn1 pem ocsp ui cmac evp asn1 ui cmac
# tests to perform. "alltests" is a special word indicating that all tests # tests to perform. "alltests" is a special word indicating that all tests
# should be performed. # should be performed.
...@@ -596,7 +596,7 @@ tar: ...@@ -596,7 +596,7 @@ tar:
find . -type d -print | xargs chmod 755 find . -type d -print | xargs chmod 755
find . -type f -print | xargs chmod a+r find . -type f -print | xargs chmod a+r
find . -type f -perm -0100 -print | xargs chmod a+x find . -type f -perm -0100 -print | xargs chmod a+x
find * \! -path CVS/\* \! -path \*/CVS/\* \! -name CVS \! -name .cvsignore \! -name STATUS \! -name TABLE | $(BUILDENV) $(PERL) util/fipsdist.pl | sort > ../$(TARFILE).list; \ find * \! -path CVS/\* \! -path \*/CVS/\* \! -name CVS \! -name .cvsignore \! -name STATUS \! -name TABLE | $(BUILDENV) LINKDIRS='$(LINKDIRS)' $(PERL) util/fipsdist.pl | sort > ../$(TARFILE).list; \
$(TAR) $(TARFLAGS) --files-from ../$(TARFILE).list -cvf - | \ $(TAR) $(TARFLAGS) --files-from ../$(TARFILE).list -cvf - | \
tardy --user_number=0 --user_name=openssl \ tardy --user_number=0 --user_name=openssl \
--group_number=0 --group_name=openssl \ --group_number=0 --group_name=openssl \
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册