summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorH. Peter Anvin <hpa@zytor.com>2006-10-02 20:26:57 -0700
committerH. Peter Anvin <hpa@zytor.com>2006-10-02 20:26:57 -0700
commit0529d343f72e92da218d5faa8b72dcfe75515f7c (patch)
treed2a490c9339c1c10cded484df5d65cb0883eae3d
parent4db9ee8272f76a0712085e0fbcb2ee11b06edce7 (diff)
downloadsyslinux-0529d343f72e92da218d5faa8b72dcfe75515f7c.tar.gz
Reduce verbosity
-rw-r--r--com32/lib/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/com32/lib/Makefile b/com32/lib/Makefile
index 58e55f16..1bbfadeb 100644
--- a/com32/lib/Makefile
+++ b/com32/lib/Makefile
@@ -79,8 +79,8 @@ libcom32.a : $(LIBOBJS)
tidy:
rm -f sys/vesa/alphatbl.c
- find . -name \*.o -print | xargs -rt rm -f
- find . -name .\*.d -print | xargs -rt rm -f
+ find . -name \*.o -print | xargs -r rm -f
+ find . -name .\*.d -print | xargs -r rm -f
clean: tidy
rm -f *.a