Makefile: silent printf
This commit is contained in:
parent
cc22b1a557
commit
dc8e237ea2
2
Makefile
2
Makefile
@ -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)
|
||||
|
Loading…
x
Reference in New Issue
Block a user