Answers for "makefile echo variable"

1

print make variables

$(error   VAR is $(VAR))
$(warning VAR is $(VAR))
$(info    VAR is $(VAR))
Posted by: Guest on April-15-2020
0

makefile print variable

$(error   text…)
$(warning text…)
$(info    text…)
Posted by: Guest on May-03-2021

Browse Popular Code Answers by Language