[uClibc-cvs] uClibc/libc/misc/error Makefile,1.1,1.2

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


Update of /var/cvs/uClibc/libc/misc/error
In directory winder:/tmp/cvs-serv6249/libc/misc/error

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/libc/misc/error/Makefile,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- Makefile	15 Mar 2002 12:11:37 -0000	1.1
+++ Makefile	18 Oct 2003 10:18:48 -0000	1.2
@@ -35,5 +35,5 @@
 	$(STRIPTOOL) -x -R .note -R .comment $*.o
 
 clean:
-	rm -f *.[oa] *~ core
+	$(RM) *.[oa] *~ core
 




More information about the uClibc-cvs mailing list