help-make
[Top][All Lists]
Advanced

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

RE: GNU make $(error )


From: Paul D. Smith
Subject: RE: GNU make $(error )
Date: Tue, 20 Aug 2002 12:20:41 -0400

%% address@hidden writes:

  b> I don't think it would be that hard - on Windows anyway, I believe
  b> a plug-in a popular editor should be possible... Might have a go
  b> myself!

Heh.  Good luck!  It's probably not hard to write something that
recognizes 80% of makefiles--but the _real_ syntax of makefiles is
nowhere near as simple to manage.

Just as an example of the issues: remember that comments and blank
lines, and even make preprocessor statements (ifeq, etc.) can appear
_inside_ a command script for a rule, and subsequent command script
lines (beginning with a TAB) are still attached to the rule.

-- 
-------------------------------------------------------------------------------
 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]