what is $(-*-command-variables-*-)) in gnu make
问题 In my project makefile, there is a variable named "- -command-variables- -". I could guess its meaning from the context, but I want to know more about "- -command-variables- -". No result from google and GNU make manual. Here is my test makefile, all: $(warning $(-*-command-variables-*-)) #$(warning $(.VARIABLES)) #$(foreach v, $(.VARIABLES), $(info $v===>$($v))) When I type make test=Makefile , it prints out: Makefile:2: test=Makefile make: `all' is up to date. I found this variables is in