help-make
[Top][All Lists]
Advanced

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

Re: interrupt make


From: Stephan Beal
Subject: Re: interrupt make
Date: Mon, 22 Jun 2009 14:08:00 +0200

error-t:
  address@hidden "E R R O R";\
   $(error error-message)

You're mis-using $(error) here. $(error) is MAKE code, not SHELL code, and therefore belongs in the MAKE parts of the makefile. e.g.

ifneq (0,1)
$(error ...)
endif


--
----- stephan beal
http://wanderinghorse.net/home/stephan/

reply via email to

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