mirror of
https://git.proxmox.com/git/qemu
synced 2025-07-03 22:22:31 +00:00
Don't copy multiboot.bin into pc-bios after built
That dirties the working directory of the tree. Signed-off-by: Anthony Liguori <aliguori@us.ibm.com>
This commit is contained in:
parent
7aa486fe6b
commit
24d904eab3
@ -41,7 +41,6 @@ build-all: multiboot.bin
|
|||||||
|
|
||||||
%.bin: %.raw
|
%.bin: %.raw
|
||||||
$(SRC_PATH)/pc-bios/optionrom/signrom.sh $< $@
|
$(SRC_PATH)/pc-bios/optionrom/signrom.sh $< $@
|
||||||
cp $@ $(SRC_PATH)/pc-bios/
|
|
||||||
|
|
||||||
clean:
|
clean:
|
||||||
$(RM) *.o *.img *.bin *~
|
$(RM) *.o *.img *.bin *~
|
||||||
|
Loading…
Reference in New Issue
Block a user