[uClibc-cvs] uClibc/test/dlopen Makefile,1.4,1.5

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


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

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/test/dlopen/Makefile,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -d -r1.4 -r1.5
--- Makefile	2 Sep 2003 00:17:01 -0000	1.4
+++ Makefile	18 Oct 2003 10:20:37 -0000	1.5
@@ -71,6 +71,6 @@
 	-$(DEBUG_LIBS)=all ./dltest
 
 clean:
-	rm -f *.o libtest1.so* libtest2.so* test1 test2 test3 \
+	$(RM) *.o libtest1.so* libtest2.so* test1 test2 test3 \
 		dltest dltest2 libtest.so libtest3.so
 




More information about the uClibc-cvs mailing list