[uClibc-cvs] uClibc/libc/sysdeps/linux/h8300 Makefile,1.7,1.8

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


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

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/h8300/Makefile,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -d -r1.7 -r1.8
--- Makefile	23 Jan 2003 17:55:19 -0000	1.7
+++ Makefile	18 Oct 2003 10:19:35 -0000	1.8
@@ -56,8 +56,8 @@
 headers:
 
 clean:
-	rm -f *.[oa] *~ core
+	$(RM) *.[oa] *~ core
 ifneq ($(strip $(HAVE_ELF)),y)
-	rm -f $(TOPDIR)/include/float.h
+	$(RM) $(TOPDIR)/include/float.h
 endif
 




More information about the uClibc-cvs mailing list