Research/Programming
$(warning TEXT...)
sunnyan
2006. 1. 9. 13:53
728x90
$(warning TEXT...)
This function works similarly to the error function, above, except that make
doesn’t exit. Instead, TEXT is expanded and the resulting message is displayed,
but processing of the makefile continues.
The result of the expansion of this function is the empty string.
This function works similarly to the error function, above, except that make
doesn’t exit. Instead, TEXT is expanded and the resulting message is displayed,
but processing of the makefile continues.
The result of the expansion of this function is the empty string.
728x90