r2032

stsp at dslinux.in-berlin.de stsp at dslinux.in-berlin.de
Sat Nov 3 18:08:34 CET 2007


Author: stsp
Date: 2007-11-03 18:08:28 +0100 (Sat, 03 Nov 2007)
New Revision: 2032

Log:
Exit code of rm -f is always 0, so don't bother putting
a '-' in front of it.


Modified: trunk/toolchain/Makefile
===================================================================
--- trunk/toolchain/Makefile	2007-11-03 16:20:09 UTC (rev 2031)
+++ trunk/toolchain/Makefile	2007-11-03 17:08:28 UTC (rev 2032)
@@ -601,20 +601,20 @@
 		.installed, $(GDB_SRCDIR)/$(f))
 gdb-clean:
 	-$(MAKE) -C $(GDB_OBJDIR) distclean
-	-rm -f $(GDB_OBJDIR)/bfd/config.*
-	-rm -f $(GDB_OBJDIR)/etc/config.*
-	-rm -f $(GDB_OBJDIR)/gdb/config.*
-	-rm -f $(GDB_OBJDIR)/gdb/doc/config.*
-	-rm -f $(GDB_OBJDIR)/gdb/testsuite/config.*
-	-rm -f $(GDB_OBJDIR)/gdb/testsuite/gdb.stabs/config.*
-	-rm -f $(GDB_OBJDIR)/intl/config.*
-	-rm -f $(GDB_OBJDIR)/libiberty/config.*
-	-rm -f $(GDB_OBJDIR)/opcodes/config.*
-	-rm -f $(GDB_OBJDIR)/readline/config.*
-	-rm -f $(GDB_OBJDIR)/sim/config.*
-	-rm -f $(GDB_OBJDIR)/sim/arm/config.*
-	-rm -f $(GDB_OBJDIR)/sim/common/config.*
-	-rm -f $(GDB_OBJDIR)/sim/testsuite/config.*
+	rm -f $(GDB_OBJDIR)/bfd/config.*
+	rm -f $(GDB_OBJDIR)/etc/config.*
+	rm -f $(GDB_OBJDIR)/gdb/config.*
+	rm -f $(GDB_OBJDIR)/gdb/doc/config.*
+	rm -f $(GDB_OBJDIR)/gdb/testsuite/config.*
+	rm -f $(GDB_OBJDIR)/gdb/testsuite/gdb.stabs/config.*
+	rm -f $(GDB_OBJDIR)/intl/config.*
+	rm -f $(GDB_OBJDIR)/libiberty/config.*
+	rm -f $(GDB_OBJDIR)/opcodes/config.*
+	rm -f $(GDB_OBJDIR)/readline/config.*
+	rm -f $(GDB_OBJDIR)/sim/config.*
+	rm -f $(GDB_OBJDIR)/sim/arm/config.*
+	rm -f $(GDB_OBJDIR)/sim/common/config.*
+	rm -f $(GDB_OBJDIR)/sim/testsuite/config.*
 
 # fetch distfile for gdb
 $(DISTDIR)/$(GDB_DIST):




More information about the dslinux-commit mailing list