projects
/
oweals
/
openssl.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
382af61
)
Not all 'find's know -xtype, use -type instead
author
Richard Levitte
<levitte@openssl.org>
Tue, 8 Dec 2015 14:34:52 +0000
(15:34 +0100)
committer
Richard Levitte
<levitte@openssl.org>
Tue, 8 Dec 2015 20:04:53 +0000
(21:04 +0100)
Reviewed-by: Rich Salz <rsalz@openssl.org>
Makefile.org
patch
|
blob
|
history
diff --git
a/Makefile.org
b/Makefile.org
index 92d788a70b0813daa201b549fb0761bb7323f490..1c604f16d95db98c0e606aa45ccd46bd505947d4 100644
(file)
--- a/
Makefile.org
+++ b/
Makefile.org
@@
-500,7
+500,7
@@
TAR_COMMAND=$(TAR) $(TARFLAGS) --files-from $(TARFILE).list \
$(TARFILE).list:
find * \! -name STATUS \! -name TABLE \! -name '*.o' \! -name '*.a' \
\! -name '*.so' \! -name '*.so.*' \! -name 'openssl' \
- \! -name '*test' \! -name '.#*' \! -name '*~' \! -
x
type l \
+ \! -name '*test' \! -name '.#*' \! -name '*~' \! -type l \
| sort > $(TARFILE).list
tar: $(TARFILE).list