Re: make -U

2003-08-01 Thread Faried Nawaz
D; if you want to make a package for company-wide distribution, you can simply type "make -U RESTRICTED package" and you're done. In my particular case, it was /usr/src/gnu/lib/libobjc -- its Makefile has NOPIC defined. I could - edit the makefile, - ask around about the NOPIC thing (do

Re: make -U

2003-07-30 Thread Juli Mallett
* Ruslan Ermilov <[EMAIL PROTECTED]> [ Date: 2003-07-30 ] [ w.r.t. Re: make -U ] > On Wed, Jul 30, 2003 at 04:23:20PM -0500, Juli Mallett wrote: > > * Ruslan Ermilov <[EMAIL PROTECTED]> [ Date: 2003-07-30 ] > > [ w.r.t. make -U ] > > > Sorry, I&#x

Re: make -U

2003-07-30 Thread Ruslan Ermilov
On Wed, Jul 30, 2003 at 04:23:20PM -0500, Juli Mallett wrote: > * 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 need

Re: make -U

2003-07-30 Thread Juli Mallett
* 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=",

make -U

2003-07-30 Thread Ruslan Ermilov
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

patch to add make -U

2003-07-29 Thread Faried Nawaz
While working around a port issue (ports/55013), I discovered that make couldn't unset variables using make -U. I've written a small patch that adds -U functionality, but I haven't tested it extensively. http://web.nilpotent.org/tmp/make.diff.bz2 (~ 3KB unpacked) against yeste