]> git.ipfire.org Git - oddments/ipfire-netboot.git/commitdiff
Copy configuration only if neccessary to avoid unneeded rebuilds.
authorMichael Tremer <michael.tremer@ipfire.org>
Tue, 28 Dec 2010 13:59:02 +0000 (14:59 +0100)
committerMichael Tremer <michael.tremer@ipfire.org>
Tue, 28 Dec 2010 13:59:02 +0000 (14:59 +0100)
Makefile

index a761c34f5b674aa29a0902c57623a578bf1989f9..a0af61d66455e9115fb6f0c1fa9d450a78d88387 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -12,7 +12,7 @@ clean:
 
 $(TARGETS):
        # Copy our configuration to the gPXE submodule
 
 $(TARGETS):
        # Copy our configuration to the gPXE submodule
-       cp -vf config/* gpxe/src/config/local/
+       cp -uvf config/* gpxe/src/config/local/
 
        # Build the image
        make -C gpxe/src EMBEDDED_IMAGE=$(SCRIPTS) $@
 
        # Build the image
        make -C gpxe/src EMBEDDED_IMAGE=$(SCRIPTS) $@