projects
/
profile
/
ivi
/
syslinux.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
8022f4b
)
Add stuff to "make dist" to clean up crap that shouldn't be there
author
H. Peter Anvin
<hpa@zytor.com>
Tue, 4 Mar 2008 05:59:10 +0000
(21:59 -0800)
committer
H. Peter Anvin
<hpa@zytor.com>
Tue, 4 Mar 2008 05:59:10 +0000
(21:59 -0800)
Makefile
patch
|
blob
|
history
diff --git
a/Makefile
b/Makefile
index
9fddb8a
..
49bb5ec
100644
(file)
--- a/
Makefile
+++ b/
Makefile
@@
-232,9
+232,9
@@
clean: local-tidy local-clean
set -e ; for i in $(BESUBDIRS) $(IESUBDIRS) $(BSUBDIRS) $(ISUBDIRS) ; do $(MAKE) -C $$i $@ ; done
dist: tidy
- f
or dir in . sample memdisk ; do
\
-
( cd $$dir && rm -f *~ \#* core ) ;
\
- done
+ f
ind . \( -name '*~' -o -name '#*' -o -name core
\
+
-o -name '.*.d' -o -name .depend \) -type f -print0
\
+ | xargs -0rt rm -f
local-spotless:
rm -f $(BTARGET) .depend *.so.*