r2145

dslinux_gpf at dslinux.in-berlin.de dslinux_gpf at dslinux.in-berlin.de
Mon Mar 3 21:32:22 CET 2008


Author: gpf
Date: 2008-03-03 21:32:21 +0100 (Mon, 03 Mar 2008)
New Revision: 2145

Log:
retain configured and compiled status, and not rebuild each time


Modified: trunk/user/gdb/build/GNUmakefile
===================================================================
--- trunk/user/gdb/build/GNUmakefile	2008-03-01 01:37:52 UTC (rev 2144)
+++ trunk/user/gdb/build/GNUmakefile	2008-03-03 20:32:21 UTC (rev 2145)
@@ -8,15 +8,21 @@
 LIBS = $(LDLIBS)
 
 .PHONY: all
-all:	.config
+all: .compiled	
+
+
+.compiled: .config
 	$(MAKE) -f Makefile V=1
+	touch $@
 
 .config:
 	../gdb/gdbserver/configure CC="$(CC)" --build=i686-pc-linux-gnu --host=arm-linux
+	touch $@
+	
 
 .PHONY: clean
 clean:
-	-rm .config
+	-rm .config .compiled
 	-$(MAKE) -f Makefile clean
 	-rm config.h config.log config.status Makefile a.out.gdb gdbreplay.gdb gdbserver.gdb stamp-h
 



More information about the dslinux-commit mailing list