X-Git-Url: http://git.ipfire.org/?p=oddments%2Fipfire-netboot.git;a=blobdiff_plain;f=Makefile;h=a0af61d66455e9115fb6f0c1fa9d450a78d88387;hp=a761c34f5b674aa29a0902c57623a578bf1989f9;hb=3554de1a06fa0812c099bdc326d5f39f4d9c9455;hpb=dbdb877392b7515b7bbb1c1964addf9336c34553 diff --git a/Makefile b/Makefile index a761c34..a0af61d 100644 --- a/Makefile +++ b/Makefile @@ -12,7 +12,7 @@ clean: $(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) $@