help-make
[Top][All Lists]
Advanced

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

Re: Nested for-loop fails: unexpected token


From: Paul D. Smith
Subject: Re: Nested for-loop fails: unexpected token
Date: Sat, 29 May 2004 19:39:40 -0400

%% address@hidden (Alexander Farber) writes:

  af>                         done \
  af>                         cd $(TOPDIR); \ 

You need a semicolon after the "done"; that ends a statement in Bourne
shell syntax and if you're going to add another statement after it you
need to separate them with a semicolon.

-- 
-------------------------------------------------------------------------------
 Paul D. Smith <address@hidden>          Find some GNU make tips at:
 http://www.gnu.org                      http://make.paulandlesley.org
 "Please remain calm...I may be mad, but I am a professional." --Mad Scientist




reply via email to

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