[ipxe-devel] [PATCH 2/7] ipxe: rm local config in cleanup
Gerd Hoffmann
kraxel at redhat.com
Fri Apr 10 14:17:07 UTC 2015
ipxe build now generates empty local header files in case they are
not preset. Let's remove them on cleanup to make sure we store a
fresh copy on the next build.
Signed-off-by: Gerd Hoffmann <kraxel at redhat.com>
---
roms/Makefile | 1 +
1 file changed, 1 insertion(+)
diff --git a/roms/Makefile b/roms/Makefile
index 610b534..461cb49 100644
--- a/roms/Makefile
+++ b/roms/Makefile
@@ -148,5 +148,6 @@ clean:
$(MAKE) -C sgabios clean
rm -f sgabios/.depend
$(MAKE) -C ipxe/src veryclean
+ (cd ipxe; rm -f src/config/local/*.h)
$(MAKE) -C SLOF clean
rm -rf u-boot/build.e500
--
1.8.3.1
More information about the ipxe-devel
mailing list