[uClibc-cvs] uClibc/ldso Makefile,1.23,1.24

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


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

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/ldso/Makefile,v
retrieving revision 1.23
retrieving revision 1.24
diff -u -d -r1.23 -r1.24
--- Makefile	19 Aug 2003 06:05:29 -0000	1.23
+++ Makefile	18 Oct 2003 10:18:33 -0000	1.24
@@ -51,5 +51,5 @@
 
 clean:
 	set -e ; for d in $(ALL_SUBDIRS) ; do $(MAKE) -C $$d $@ ; done
-	-find . -name '*~' | xargs rm -f
-	rm -f include/elf.h include/boot1_arch.h include/ld_syscalls.h include/ld_sysdep.h
+	-find . -name '*~' | xargs $(RM)
+	$(RM) include/elf.h include/boot1_arch.h include/ld_syscalls.h include/ld_sysdep.h




More information about the uClibc-cvs mailing list