%% [EMAIL PROTECTED] 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 <[EMAIL PROTECTED]>          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

_______________________________________________
Bug-make mailing list
[EMAIL PROTECTED]
http://mail.gnu.org/mailman/listinfo/bug-make

Reply via email to