qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Qemu-devel] [PATCH 2/7] ipxe: rm local config in cleanup


From: Gerd Hoffmann
Subject: [Qemu-devel] [PATCH 2/7] ipxe: rm local config in cleanup
Date: Fri, 10 Apr 2015 16:17:07 +0200

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 <address@hidden>
---
 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




reply via email to

[Prev in Thread] Current Thread [Next in Thread]