[uClibc-cvs] uClibc/libpthread/linuxthreads_db Makefile,1.6,1.7

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


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

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_db/Makefile,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -d -r1.6 -r1.7
--- Makefile	27 Feb 2003 18:12:59 -0000	1.6
+++ Makefile	18 Oct 2003 10:20:21 -0000	1.7
@@ -69,6 +69,6 @@
 	$(STRIPTOOL) -x -R .note -R .comment $*.o
 
 clean:
-	rm -f *.[oa] *~ core
+	$(RM) *.[oa] *~ core
 
 




More information about the uClibc-cvs mailing list