[uClibc-cvs] uClibc/libc/misc/sysvipc Makefile,1.5,1.6

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


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

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/sysvipc/Makefile,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -d -r1.5 -r1.6
--- Makefile	19 Dec 2001 15:52:53 -0000	1.5
+++ Makefile	18 Oct 2003 10:19:11 -0000	1.6
@@ -65,7 +65,7 @@
 	$(STRIPTOOL) -x -R .note -R .comment $*.o
 
 clean: subdirs_clean
-	rm -f *.[oa] *~ core
+	$(RM) *.[oa] *~ core
 
 subdirs: $(patsubst %, _dir_%, $(DIRS))
 subdirs_clean: $(patsubst %, _dirclean_%, $(DIRS))




More information about the uClibc-cvs mailing list