Date: Fri, 2 Feb 2001 00:33:54 -0800 (PST) From: Peter Wemm <peter@FreeBSD.org> To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src Makefile Makefile.inc1 Message-ID: <200102020833.f128Xtk10386@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
peter 2001/02/02 00:33:52 PST Modified files: (Branch: RELENG_4) . Makefile Makefile.inc1 Log: MFC a few things related to buildkernel: - add the reinstallkernel target (does a make reinstall) - prefer KERNCONF to KERNEL, but accept KERNEL anyway (with a pointer to KERNCONF, but not as annoying as on -current) - use 'make clean' instead of 'config -r' - add a NO_KERNELCLEAN option to avoid a clean. NOCLEAN is respected. - buildkernel checks to see if a kernel name was supplied - Allow changing the installed kernel name.. eg: make buildkernel KERNCONF=GENERIC INSTKERNNAME=kernel.GENERIC These should largely be transparent and should not break anything or anyone. It should enable consistant doc targets between -current and RELENG_4 now. Revision Changes Path 1.234.2.7 +4 -2 src/Makefile 1.141.2.20 +30 -11 src/Makefile.inc1 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?200102020833.f128Xtk10386>