]> git.proxmox.com Git - mirror_qemu.git/blobdiff - pc-bios/spapr-rtas/Makefile
rules.mak: quiet-command: Split command name and args to print
[mirror_qemu.git] / pc-bios / spapr-rtas / Makefile
index dc8b23e3ce8475ee5187d252e0d3d6c6338e8dd8..f26dd428b79e6676c1b55f28659f170fca3f5e18 100644 (file)
@@ -15,10 +15,10 @@ $(call set-vpath, $(SRC_PATH)/pc-bios/spapr-rtas)
 build-all: spapr-rtas.bin
 
 %.img: %.o
-       $(call quiet-command,$(CC) -nostdlib -o $@ $<,"  Building $(TARGET_DIR)$@")
+       $(call quiet-command,$(CC) -nostdlib -o $@ $<,"Building","$(TARGET_DIR)$@")
 
 %.bin: %.img
-       $(call quiet-command,$(OBJCOPY) -O binary -j .text $< $@,"  Building $(TARGET_DIR)$@")
+       $(call quiet-command,$(OBJCOPY) -O binary -j .text $< $@,"Building","$(TARGET_DIR)$@")
 
 clean:
        rm -f *.o *.d *.img *.bin *~