Whamcloud - gitweb
git://git.whamcloud.com
/
fs
/
lustre-release.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
cd49f33
)
Add ".#*" to the list of files removed from the make dist target dir.
author
brian
<brian>
Fri, 9 Dec 2005 19:34:45 +0000
(19:34 +0000)
committer
brian
<brian>
Fri, 9 Dec 2005 19:34:45 +0000
(19:34 +0000)
Optimize the multiple find ... | xargs into a single find.
build/autoMakefile.am.toplevel
patch
|
blob
|
history
diff --git
a/build/autoMakefile.am.toplevel
b/build/autoMakefile.am.toplevel
index
096edf5
..
3413efc
100644
(file)
--- a/
build/autoMakefile.am.toplevel
+++ b/
build/autoMakefile.am.toplevel
@@
-58,8
+58,9
@@
endif # LINUX
endif # MODULES
dist-hook:
- find $(distdir) -name .deps | xargs rm -rf
- find $(distdir) -name CVS | xargs rm -rf
+ find $(distdir) -name .deps -o \
+ -name CVS -o \
+ -name .#* | xargs rm -rf
build/lustre.spec: build/lustre.spec.in config.status
./config.status build/lustre.spec