> > > 6. Added 'env -' for all relevant targets.
> > 
> >   58      -        (cd $(PROD); $(CCSMAKE) MAKE=$(CCSMAKE))
> >        63 +        (cd $(PROD); env - $(CCSMAKE))
> > 
> >   61      -        (cd $(PROD); $(CCSMAKE) install \
> >   62      -            MAKE=$(CCSMAKE) \
> >   63      -            DESTDIR="$(ROOT)" \
> >   64      -            INSTALL=/usr/bin/ginstall \
> >   65      -            pythondir="$(PYTHONDIR)")
> >   66      -        $(RM) $(ROOT)/usr/bin/fetchmailconf
> >        66 +        (cd $(PROD); env - $(CCSMAKE) install \
> >        67 +            DESTDIR="$(ROOT)")
> > 
> > make does not use environment variables unless told by -e (apart from
> > things like MAKEFLAGS afaik). So env - here buys us nothing. Correct me
> > please if I'm wrong.
> 
> Sorry, that's not true:

You are right, I'm just making fool of myself here!


No other comments.

-- 
        Vlad
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 193 bytes
Desc: not available
URL: 
<http://mail.opensolaris.org/pipermail/sfwnv-discuss/attachments/20091229/164134a0/attachment.bin>

Reply via email to