[uClibc-cvs] uClibc/libc/sysdeps/linux/i386 Makefile,1.58,1.59

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


Update of /var/cvs/uClibc/libc/sysdeps/linux/i386
In directory winder:/tmp/cvs-serv6249/libc/sysdeps/linux/i386

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/sysdeps/linux/i386/Makefile,v
retrieving revision 1.58
retrieving revision 1.59
diff -u -d -r1.58 -r1.59
--- Makefile	8 Oct 2003 19:30:35 -0000	1.58
+++ Makefile	18 Oct 2003 10:19:37 -0000	1.59
@@ -69,6 +69,6 @@
 
 
 clean:
-	rm -f *.[oa] *~ core
-	rm -f bits/sysnum.h
+	$(RM) *.[oa] *~ core
+	$(RM) bits/sysnum.h
 




More information about the uClibc-cvs mailing list