$(error <错误消息>)
KBUILD_VERBOSE := 1
TEST_MSG := "are you ok?"
ifeq ($(KBUILD_VERBOSE), 1)
$(error KBUILD_VERBOSE is $(KBUILD_VERBOSE), we will stop here)
quite =
Q =
else
quite = quiet_
Q = @
endif
all:
$(Q)echo $(TEST_MSG)
beyes@debian:~/makefile_test/error$ make
Makefile:7: *** KBUILD_VERBOSE is 1, we will stop here。 停止。
beyes@debian:~/makefile_test/error$ make
are you ok?
欢迎光临 曲径通幽论坛 (http://www.groad.net/bbs/) | Powered by Discuz! X3.2 |