[openssl-commits] [openssl] master update
Rich Salz
rsalz at openssl.org
Tue Feb 24 22:45:26 UTC 2015
The branch master has been updated
via 5b8aa1a2af738f93b535798bfc07069aada264e1 (commit)
from f09e7ca94bd428203da770a874604754dace1b02 (commit)
- Log -----------------------------------------------------------------
commit 5b8aa1a2af738f93b535798bfc07069aada264e1
Author: Rich Salz <rsalz at openssl.org>
Date: Tue Feb 24 17:45:08 2015 -0500
Remove CVS filtering from find targets
Reviewed-by: Richard Levitte <levitte at openssl.org>
-----------------------------------------------------------------------
Summary of changes:
Makefile.org | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/Makefile.org b/Makefile.org
index c932a6a..4f5bff9 100644
--- a/Makefile.org
+++ b/Makefile.org
@@ -515,7 +515,7 @@ tar:
find . -type d -print | xargs chmod 755
find . -type f -print | xargs chmod a+r
find . -type f -perm -0100 -print | xargs chmod a+x
- find * \! -path CVS/\* \! -path \*/CVS/\* \! -name CVS \! -name .cvsignore \! -name STATUS \! -name TABLE | sort > ../$(TARFILE).list; \
+ find * \! -name STATUS \! -name TABLE | sort > ../$(TARFILE).list; \
$(TAR) $(TARFLAGS) --files-from ../$(TARFILE).list -cvf - | \
tardy --user_number=0 --user_name=openssl \
--group_number=0 --group_name=openssl \
@@ -526,7 +526,7 @@ tar:
tar-snap:
@$(TAR) $(TARFLAGS) -cvf - \
- `find * \! -path CVS/\* \! -path \*/CVS/\* \! -name CVS \! -name .cvsignore \! -name STATUS \! -name TABLE \! -name '*.o' \! -name '*.a' \! -name '*.so' \! -name '*.so.*' \! -name 'openssl' \! -name '*test' \! -name '.#*' \! -name '*~' | sort` |\
+ `find * \! -name STATUS \! -name TABLE \! -name '*.o' \! -name '*.a' \! -name '*.so' \! -name '*.so.*' \! -name 'openssl' \! -name '*test' \! -name '.#*' \! -name '*~' | sort` |\
tardy --user_number=0 --user_name=openssl \
--group_number=0 --group_name=openssl \
--prefix=openssl-$(VERSION) - > ../$(TARFILE);\
More information about the openssl-commits
mailing list