[uClibc-cvs] uClibc/extra/gcc-uClibc Makefile,1.60,1.61

Erik Andersen andersen at uclibc.org
Sat Oct 18 10:18:32 UTC 2003


Update of /var/cvs/uClibc/extra/gcc-uClibc
In directory winder:/tmp/cvs-serv6249/extra/gcc-uClibc

Modified Files:
	Makefile 
Log Message:
Peter Kjellerstedt writes:

rm.patch:
* Define $(RM) as rm -f in Rules.mak and test/Rules.mak
  (this is the same definition as gmake uses by default).
* Change all occurrences of rm and rm -f into $(RM).



Index: Makefile
===================================================================
RCS file: /var/cvs/uClibc/extra/gcc-uClibc/Makefile,v
retrieving revision 1.60
retrieving revision 1.61
diff -u -d -r1.60 -r1.61
--- Makefile	18 Oct 2003 10:07:29 -0000	1.60
+++ Makefile	18 Oct 2003 10:18:28 -0000	1.61
@@ -85,4 +85,4 @@
 	done
 
 clean:
-	rm -f gcc-uClibc.h *-uclibc-gcc *-uclibc-ld core
+	$(RM) gcc-uClibc.h *-uclibc-gcc *-uclibc-ld core




More information about the uClibc-cvs mailing list