projects
/
sdk
/
emulator
/
qemu.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
64f774f
)
Don't copy multiboot.bin into pc-bios after built
author
Anthony Liguori
<aliguori@us.ibm.com>
Sat, 11 Jul 2009 13:56:38 +0000
(08:56 -0500)
committer
Anthony Liguori
<aliguori@us.ibm.com>
Thu, 16 Jul 2009 13:28:14 +0000
(08:28 -0500)
That dirties the working directory of the tree.
Signed-off-by: Anthony Liguori <aliguori@us.ibm.com>
pc-bios/optionrom/Makefile
patch
|
blob
|
history
diff --git
a/pc-bios/optionrom/Makefile
b/pc-bios/optionrom/Makefile
index 69e6c22acc98d28a029176ffb02443eac9870dc6..88fbc4c9b387e557738c7db986987ebef29cf4b6 100644
(file)
--- a/
pc-bios/optionrom/Makefile
+++ b/
pc-bios/optionrom/Makefile
@@
-41,7
+41,6
@@
build-all: multiboot.bin
%.bin: %.raw
$(SRC_PATH)/pc-bios/optionrom/signrom.sh $< $@
- cp $@ $(SRC_PATH)/pc-bios/
clean:
$(RM) *.o *.img *.bin *~