Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 31 Jul 2000 20:45:16 -0700
From:      Peter Wemm <peter@netplex.com.au>
To:        Robert Watson <rwatson@FreeBSD.org>
Cc:        Kris Kennaway <kris@FreeBSD.org>, Darren Reed <darrenr@reed.wattle.id.au>, obrien@FreeBSD.org, darrenr@FreeBSD.org, cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   Re: [spam score 3.31/10.0 -pobox] Re: cvs commit: src/sys/netinet ip_fil.c ip_fil.h ip_input.c ip_output.c ipprotosw.h src/sys/netin 
Message-ID:  <200008010345.UAA67951@netplex.com.au>
In-Reply-To: <Pine.NEB.3.96L.1000731194943.66672A-100000@fledge.watson.org> 

next in thread | previous in thread | raw e-mail | index | archive | help
Robert Watson wrote:
> On Mon, 31 Jul 2000, Kris Kennaway wrote:
> 
> > That's why the FreeBSD project provides remote compilation resources
> > (build machines) for you to test on when you can't test locally - you're
> > expected to have compiled LINT prior to making intrusive commits to the
> > kernel, or not commit at all. Please see the committer's handbook.
> 
> Sadly, LINT has gone away in -CURRENT, leaving many committers without an
> easy way to test compilability with various options.  I'm not sure what
> the best solution to this problem is, but it would be nice to have
> something.

Ahem!  On -current:

peter@t8000[8:42pm]~src/sys/i386/conf-188> ls
CVS/            Makefile        NOTES           T8000.lite
GENERIC         NEWCARD         T8000           gethints.pl
GENERIC.hints   NEWCARD.hints   T8000.full      makeLINT.pl
peter@t8000[8:42pm]~src/sys/i386/conf-189> ls LINT
ls: LINT: No such file or directory
peter@t8000[8:42pm]~src/sys/i386/conf-190> make LINT
perl5 makeLINT.pl < NOTES > LINT
peter@t8000[8:42pm]~src/sys/i386/conf-191> ls LINT
LINT
peter@t8000[8:42pm]~src/sys/i386/conf-192> head LINT
machine         i386
ident           LINT
maxusers        10
makeoptions     CONF_CFLAGS=-fno-builtin  
options         MAXDSIZ="(256*1024*1024)"
options         DFLDSIZ="(256*1024*1024)"
options         BLKDEV_IOSIZE=8192
options         PQ_CACHESIZE=512
options         INCLUDE_CONFIG_FILE     
options         ROOTDEVNAME=\"ufs:da0s2e\"
...
peter@t8000[8:42pm]~src/sys/i386/conf-193> config LINT
WARNING: Old PCI driver compatability shims present.
WARNING: Old ISA driver compatability shims present.
Don't forget to do a ``make depend''
Kernel build directory is ../../compile/LINT
peter@t8000[8:42pm]~src/sys/i386/conf-194> cd ../../compile/LINT/
peter@t8000[8:43pm]~src/sys/compile/LINT-195> make depend && make
....


Cheers,
-Peter
--
Peter Wemm - peter@FreeBSD.org; peter@yahoo-inc.com; peter@netplex.com.au
"All of this is for nothing if we don't go to the stars" - JMS/B5



To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe cvs-all" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200008010345.UAA67951>