ifeq ($(KBUILD_VERBOSE),1)
quiet =
Q =
else
quiet=quiet_
Q = @
endif
KBUILD_VERBOSE := 1
ifeq ($(KBUILD_VERBOSE), 1)
quiet =
Q =
else
quite = quiet_
Q = @
endif
all:
$(Q)mkdir -p /home/beyes/makefile_test/quite/test_quite
beyes@debian:~/makefile_test/quite$ make
mkdir -p /home/beyes/makefile_test/quite/test_quite
欢迎光临 曲径通幽论坛 (http://www.groad.net/bbs/) | Powered by Discuz! X3.2 |