[uClibc-cvs] uClibc/libpthread/linuxthreads Makefile,1.10,1.11

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


Update of /var/cvs/uClibc/libpthread/linuxthreads
In directory winder:/tmp/cvs-serv6249/libpthread/linuxthreads

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/libpthread/linuxthreads/Makefile,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -d -r1.10 -r1.11
--- Makefile	29 Aug 2003 22:52:20 -0000	1.10
+++ Makefile	18 Oct 2003 10:20:19 -0000	1.11
@@ -70,6 +70,6 @@
 endif
 
 clean:
-	rm -f *.[oa] *~ core
+	$(RM) *.[oa] *~ core
 
 




More information about the uClibc-cvs mailing list