projects
/
platform
/
upstream
/
syslinux.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
0bcf7df
)
Fix to "make tidy"
author
H. Peter Anvin
<hpa@zytor.com>
Tue, 3 Oct 2006 03:26:02 +0000
(20:26 -0700)
committer
H. Peter Anvin
<hpa@zytor.com>
Tue, 3 Oct 2006 03:26:02 +0000
(20:26 -0700)
com32/lib/Makefile
patch
|
blob
|
history
diff --git
a/com32/lib/Makefile
b/com32/lib/Makefile
index
a6355c9
..
58e55f1
100644
(file)
--- a/
com32/lib/Makefile
+++ b/
com32/lib/Makefile
@@
-78,7
+78,9
@@
libcom32.a : $(LIBOBJS)
$(RANLIB) $@
tidy:
- rm -f *.o .*.d */*.o */.*.d sys/vesa/alphatbl.c
+ rm -f sys/vesa/alphatbl.c
+ find . -name \*.o -print | xargs -rt rm -f
+ find . -name .\*.d -print | xargs -rt rm -f
clean: tidy
rm -f *.a