[uClibc-cvs] uClibc/test/string Makefile,1.22,1.23

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


Update of /var/cvs/uClibc/test/string
In directory winder:/tmp/cvs-serv6249/test/string

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/test/string/Makefile,v
retrieving revision 1.22
retrieving revision 1.23
diff -u -d -r1.22 -r1.23
--- Makefile	23 Jan 2003 16:28:08 -0000	1.22
+++ Makefile	18 Oct 2003 10:20:57 -0000	1.23
@@ -103,6 +103,6 @@
 
 
 clean:
-	rm -f *.[oa] *~ core $(TARGETS) testcopy.gnu.out testcopy.out
+	$(RM) *.[oa] *~ core $(TARGETS) testcopy.gnu.out testcopy.out
 
 




More information about the uClibc-cvs mailing list