[uClibc-cvs] uClibc/test/pwd_grp Makefile,1.9,1.10

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


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

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/pwd_grp/Makefile,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -d -r1.9 -r1.10
--- Makefile	23 Jan 2003 16:28:00 -0000	1.9
+++ Makefile	18 Oct 2003 10:20:45 -0000	1.10
@@ -87,6 +87,6 @@
 	-@ echo " "
 
 clean:
-	rm -f *.[oa] *~ core $(TARGETS) *.out
+	$(RM) *.[oa] *~ core $(TARGETS) *.out
 
 




More information about the uClibc-cvs mailing list