[uClibc-cvs] uClibc/test/pthread Makefile,1.2,1.3

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


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

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/pthread/Makefile,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- Makefile	20 Feb 2002 05:16:09 -0000	1.2
+++ Makefile	18 Oct 2003 10:20:43 -0000	1.3
@@ -86,5 +86,5 @@
 	-@ echo " "
 
 clean:
-	rm -f *.[oa] *~ core $(TARGETS)
+	$(RM) *.[oa] *~ core $(TARGETS)
 




More information about the uClibc-cvs mailing list