Defining Make Variables from the Command Line

2004-08-18 Thread Martin McCormick
What is the correct command line syntax for defining a variable to the Makefile? The expect port will make either with or without X11 support. I want it without X11 and there is an ifdefine WITHOUT_X11 test in the Makefile. My only problem is I remember that it can be done, but I

Re: Defining Make Variables from the Command Line

2004-08-18 Thread Emil A Eklund
] Sent: Wednesday, August 18, 2004 17:18 Subject: Defining Make Variables from the Command Line What is the correct command line syntax for defining a variable to the Makefile? The expect port will make either with or without X11 support. I want it without X11 and there is an ifdefine

Re: Defining Make Variables from the Command Line

2004-08-18 Thread Martin McCormick
Thank you. that is what I needed. Martin McCormick Emil A Eklund writes: Use the -D switch, for instance make -DWITHOUT_X11 install clean ___ [EMAIL PROTECTED] mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To