>Maybe you're reading an old version of the manual...? > >http://www.gnu.org/software/make/manual/make.html#Make-Control-Functions > >-- >------------------------------------------------------------------------------- > Paul D. Smith <[EMAIL PROTECTED] > Find some GNU make tips at: > http://www.gnu.org http://make.mad-scientist.us > "Please remain calm...I may be mad, but I am a professional." --Mad Scientist
Yes, I find explanation in the manual finally. But it seems that info does not work in some version of make. There is nothing output after I run the following makefile script: -------------------------------- $(info Hello, Make) all: -------------------------------- $make -v shows GNU Make 3.80 Copyright (C) 2002 Free Software Foundation, Inc. This is free software; see the source for copying conditions. There is NO warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. Is this version too old for $(info)? Best Regards PRC Jul 31, 2008 _______________________________________________ Help-make mailing list [email protected] http://lists.gnu.org/mailman/listinfo/help-make
