r1824 - in trunk

dslinux_amadeus at dslinux.in-berlin.de dslinux_amadeus at dslinux.in-berlin.de
Thu Jul 19 02:09:59 CEST 2007


Author: amadeus
Date: 2007-07-19 02:09:53 +0200 (Thu, 19 Jul 2007)
New Revision: 1824

Log:
Cleanup

Modified: trunk/include/Makefile
===================================================================
--- trunk/include/Makefile	2007-07-18 23:04:02 UTC (rev 1823)
+++ trunk/include/Makefile	2007-07-19 00:09:53 UTC (rev 1824)
@@ -113,6 +113,8 @@
 
 romfs:
 
-clean:
+clean: 	
+	rm -f "uClibc++/Makefile"
+	-rmdir "uClibc++"
 	-find . -depth -type l -a ! -name Makefile | xargs rm > /dev/null 2>&1 || exit 0
 	-find . -depth -type d | grep -v .svn | xargs rmdir > /dev/null 2>&1 || exit 0

Modified: trunk/lib/gpm/src/Makefile
===================================================================
--- trunk/lib/gpm/src/Makefile	2007-07-18 23:04:02 UTC (rev 1823)
+++ trunk/lib/gpm/src/Makefile	2007-07-19 00:09:53 UTC (rev 1824)
@@ -39,6 +39,8 @@
 
 STRIP = -s
 
+LIBS += -lm
+
 ### BUILD PROCESS
 
 # allow CFLAGS to be overriden from make command line

Modified: trunk/lib/gpm/src/Makefile.in
===================================================================
--- trunk/lib/gpm/src/Makefile.in	2007-07-18 23:04:02 UTC (rev 1823)
+++ trunk/lib/gpm/src/Makefile.in	2007-07-19 00:09:53 UTC (rev 1824)
@@ -38,6 +38,8 @@
 
 STRIP = -s
 
+LIBS += -lm
+
 ### BUILD PROCESS
 
 # allow CFLAGS to be overriden from make command line

Modified: trunk/lib/uClibc++/Makefile
===================================================================
--- trunk/lib/uClibc++/Makefile	2007-07-18 23:04:02 UTC (rev 1823)
+++ trunk/lib/uClibc++/Makefile	2007-07-19 00:09:53 UTC (rev 1824)
@@ -28,7 +28,7 @@
 		$(MAKE) -C $$dir clean; \
 	done
 	$(RM) .config .config.cmd .config.old
-	$(RM) include/system_configuration.h
+#	$(RM) include/system_configuration.h
 
 distclean: clean
 




More information about the dslinux-commit mailing list