From 24d904eab3e806dc4d1ccdabbc3b4dcb64ddf497 Mon Sep 17 00:00:00 2001 From: Anthony Liguori Date: Sat, 11 Jul 2009 08:56:38 -0500 Subject: [PATCH] Don't copy multiboot.bin into pc-bios after built That dirties the working directory of the tree. Signed-off-by: Anthony Liguori --- pc-bios/optionrom/Makefile | 1 - 1 file changed, 1 deletion(-) diff --git a/pc-bios/optionrom/Makefile b/pc-bios/optionrom/Makefile index 69e6c22acc..88fbc4c9b3 100644 --- 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 *~ -- 2.11.0