help-make
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Re: RE: how to output newlines?


From: PRC
Subject: Re: Re: RE: how to output newlines?
Date: Thu, 31 Jul 2008 09:37:10 +0800

>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  <address@hidden >          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





reply via email to

[Prev in Thread] Current Thread [Next in Thread]