* Ruslan Ermilov <[EMAIL PROTECTED]> [ Date: 2003-07-30 ]
[ w.r.t. make -U ]
> Sorry, I've accidentally dropped an email about `make -U'.
>
> I think that it's not needed, since the functionality can
> easily be achieved by running "make FOO=", i.e., assigning
> an empty value. Remember that command line variables take
> precedence over globals, so the following makefile,
>
> FOO+= bar
>
> all:
> @echo ${FOO}
>
> when run as ``make FOO=foo'', will print just ``foo''.
Does that work for the .if defined() case, too? Makefiles can grow
to be more complex than just that sort of stuff, after all :)
Thanx,
juli. (who admits she missed the rest of the conversation)
--
juli mallett. email: [EMAIL PROTECTED]; efnet: juli; aim: bsdflata;
i have lost my way home early - i don't care cause i won't stay there.
_______________________________________________
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-current
To unsubscribe, send any mail to "[EMAIL PROTECTED]"