Skip to content

Commit

Permalink
Makefile: silent printf
Browse files Browse the repository at this point in the history
  • Loading branch information
aquynh committed Apr 20, 2020
1 parent cc22b1a commit dc8e237
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Expand Up @@ -289,7 +289,7 @@ all: unicorn
qemu/config-host.mak: qemu/configure
cd qemu && \
./configure --cc="${CC}" --extra-cflags="$(UNICORN_CFLAGS)" --target-list="$(UNICORN_TARGETS)" ${UNICORN_QEMU_FLAGS}
printf "$(UNICORN_ARCHS)" > config.log
@printf "$(UNICORN_ARCHS)" > config.log

uc.o: qemu/config-host.mak FORCE
$(MAKE) -C qemu $(SMP_MFLAGS)
Expand Down

0 comments on commit dc8e237

Please sign in to comment.