make -U

Juli Mallett jmallett at FreeBSD.org
Wed Jul 30 14:23:20 PDT 2003


* Ruslan Ermilov <ru at FreeBSD.org> [ 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: jmallett at freebsd.org; efnet: juli; aim: bsdflata;
i have lost my way home early - i don't care cause i won't stay there.


More information about the freebsd-current mailing list