Date: Fri, 23 Jan 2009 18:23:16 +0000 (UTC) From: Warner Losh <imp@FreeBSD.org> To: cvs-src-old@freebsd.org Subject: cvs commit: src Makefile.inc1 Message-ID: <200901231826.n0NIQano086819@repoman.freebsd.org>
index | next in thread | raw e-mail
imp 2009-01-23 18:23:16 UTC
FreeBSD src repository
Modified files:
. Makefile.inc1
Log:
SVN rev 187636 on 2009-01-23 18:23:16Z by imp
Implement an idea from Sam Leffler:
make KERNFAST=blah buildkernel
is now a short cut for
make KERNCONF=blah -DKERNFAST buildkernel
This change works for all kernel config files not named "1". I did
that to make sure that
make -DKERNFAST buildkernel
remains the same as
make -DKERNFAST KERNCONF=GENERIC buildkernel
rather than trying to build and configure "1". I've never seen a
kernel config file named "1," so I think this is a good compromise.
Revision Changes Path
1.616 +4 -0 src/Makefile.inc1
help
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200901231826.n0NIQano086819>
