bug-make
[Top][All Lists]
Advanced

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

Re: make-3.79.1 doesn't like filename with =


From: Paul D. Smith
Subject: Re: make-3.79.1 doesn't like filename with =
Date: Wed, 15 Aug 2001 14:32:26 -0400

%% address@hidden writes:

  n> make -d test.size=216.log

  n> It seems to totally ignore the target I specified on the command line!

This syntax says ``set the make variable "test.size" to the value
"216.log"''.

Compare with "make CFLAGS=-g".


I don't think there's any way to specify a filename with an embedded =
on the command line; anyway, I couldn't find one.

-- 
-------------------------------------------------------------------------------
 Paul D. Smith <address@hidden>          Find some GNU make tips at:
 http://www.gnu.org                      http://www.paulandlesley.org/gmake/
 "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]