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
pgptoNMrivYLG.pgp
Description: PGP signature
