help-make
[Top][All Lists]
Advanced

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

Re: Trying to test a cross compiler


From: Paul D. Smith
Subject: Re: Trying to test a cross compiler
Date: Thu, 3 Jun 2004 11:47:23 -0400

%% "Cliff Shalabi" <address@hidden> writes:

  cs> lang_checks_parallel = $(lang_checks:=//%)   <----- This line

This adds a trailing "//%" to the end of the value of the $(lang_checks)
variable.  This is an instance of the style $(XXX:yy=zz) where "yy" is
empty.

For example:

  $ echo 'all: ; @echo $(FOO:=//%)' | make -f- FOO=bar
  bar//%

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