[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: missing
From: |
yushang |
Subject: |
Re: missing |
Date: |
Wed, 7 Mar 2012 16:32:20 +0800 |
Oh ,yeah . Thank you for tips .
2012/3/6 Paul Smith <address@hidden>:
> On Tue, 2012-03-06 at 14:06 +0800, yushang wrote:
>> M = $(info $(var))
>> $(foreach var,1 2 3,$(M)))
>
> You have one too many closing parens here. So after the foreach loop
> has expanded to nothing, the line contains just a single closing paren
> which is a syntax error ("missing separator" is make's version of
> "syntax error").
>
> --
> -------------------------------------------------------------------------------
> Paul D. Smith <address@hidden> Find some GNU make tips at:
> http://www.gnu.org http://make.mad-scientist.net
> "Please remain calm...I may be mad, but I am a professional." --Mad Scientist
>