/etc/make.conf
    Matthew Seaman 
    m.seaman at infracaninophile.co.uk
       
    Wed Aug 11 09:15:09 PDT 2004
    
    
  
On Wed, Aug 11, 2004 at 11:20:12AM -0400, Steve Bertrand wrote:
> > NOPERL=yo
> > NO_PERL=yo
> > NO_PERL_WRAPPER=yo
> 
> Is yo kind of like maybe? ;o)
> 
> Perhaps this could be related to the problem you are having. The
> values should either be yes, or no.
Not so.  The test is if 'NOPERL' is *defined* or not:
    % find /usr/src -name Makefile -print | xargs grep NOPERL
    /usr/src/gnu/usr.bin/Makefile:.if !defined(NOPERL) && exists(${.CURDIR}/perl)
It doesn't matter what the value of $(NOPERL) is.  You can set it to
NOPERL=no, but that has exactly the same effect as setting it to
NOPERL=yes or NOPERL=lastthursday.  In all cases it stops perl being
built as a standard part of 'make buildworld'.
	Cheers,
	Matthew
-- 
Dr Matthew J Seaman MA, D.Phil.                       26 The Paddocks
                                                      Savill Way
PGP: http://www.infracaninophile.co.uk/pgpkey         Marlow
Tel: +44 1628 476614                                  Bucks., SL7 1TH UK
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 187 bytes
Desc: not available
Url : http://lists.freebsd.org/pipermail/freebsd-questions/attachments/20040811/42613d43/attachment-0001.bin
    
    
More information about the freebsd-questions
mailing list