[uClibc-cvs] uClibc/libc/sysdeps/linux/arm Makefile,1.51,1.52

Erik Andersen andersen at uclibc.org
Wed Dec 3 23:12:14 UTC 2003


Update of /var/cvs/uClibc/libc/sysdeps/linux/arm
In directory winder:/tmp/cvs-serv29815/arm

Modified Files:
	Makefile 
Log Message:
Lethal noticed that the generated file gmon-start.S was not
being cleaned up.


Index: Makefile
===================================================================
RCS file: /var/cvs/uClibc/libc/sysdeps/linux/arm/Makefile,v
retrieving revision 1.51
retrieving revision 1.52
diff -u -d -r1.51 -r1.52
--- Makefile	22 Nov 2003 21:21:43 -0000	1.51
+++ Makefile	3 Dec 2003 23:12:11 -0000	1.52
@@ -84,3 +84,5 @@
 clean:
 	$(RM) *.[oa] *~ core
 	$(RM) bits/sysnum.h
+	$(RM) gmon-start.S
+




More information about the uClibc-cvs mailing list