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
* 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
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
* 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=",
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
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
6 matches
Mail list logo