projects
/
qemu.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
53d09b7
)
roms: add 'make clean'
author
Gerd Hoffmann
<kraxel@redhat.com>
Fri, 20 Sep 2013 13:34:27 +0000
(15:34 +0200)
committer
Gerd Hoffmann
<kraxel@redhat.com>
Mon, 30 Sep 2013 07:44:35 +0000
(09:44 +0200)
Signed-off-by: Gerd Hoffmann <kraxel@redhat.com>
roms/Makefile
patch
|
blob
|
history
diff --git
a/roms/Makefile
b/roms/Makefile
index 7a228aed8f2016f864a1df092502bd8fc700ee46..b64606067b4a9f512dedb71e6e2ee4e3f2c08c47 100644
(file)
--- a/
roms/Makefile
+++ b/
roms/Makefile
@@
-75,3
+75,10
@@
efi-rom-%: ipxe/src/config/local/general.h
ipxe/src/config/local/%: config.ipxe.%
cp $< $@
+
+
+clean:
+ rm -rf seabios/.config seabios/out
+ $(MAKE) $(MAKEFLAGS) -C vgabios clean
+ rm -f vgabios/VGABIOS-lgpl-latest*
+ $(MAKE) $(MAKEFLAGS) -C ipxe/src veryclean