qemu-commits
[Top][All Lists]
Advanced

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

[Qemu-commits] [COMMIT 3e4e464] optionrom: remove use of implicit RM var


From: Anthony Liguori
Subject: [Qemu-commits] [COMMIT 3e4e464] optionrom: remove use of implicit RM variable
Date: Tue, 06 Oct 2009 20:05:49 -0000

From: Juan Quintela <address@hidden>

Signed-off-by: Juan Quintela <address@hidden>
Signed-off-by: Anthony Liguori <address@hidden>

diff --git a/pc-bios/optionrom/Makefile b/pc-bios/optionrom/Makefile
index d9b6639..2d3069a 100644
--- a/pc-bios/optionrom/Makefile
+++ b/pc-bios/optionrom/Makefile
@@ -24,4 +24,4 @@ build-all: multiboot.bin
        $(call quiet-command,$(SHELL) $(SRC_PATH)/pc-bios/optionrom/signrom.sh 
$< $@,"  Signing $(TARGET_DIR)$@")
 
 clean:
-       $(RM) *.o *.d *.raw *.img *.bin *~
+       rm -f *.o *.d *.raw *.img *.bin *~




reply via email to

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