From owner-freebsd-commit Mon Dec 11 02:58:19 1995 Return-Path: owner-commit Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id CAA22418 for freebsd-commit-outgoing; Mon, 11 Dec 1995 02:58:19 -0800 (PST) Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id CAA22403 for cvs-all-outgoing; Mon, 11 Dec 1995 02:58:07 -0800 (PST) Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id CAA22393 for cvs-usrsbin-outgoing; Mon, 11 Dec 1995 02:58:04 -0800 (PST) Received: from time.cdrom.com (time.cdrom.com [192.216.222.226]) by freefall.freebsd.org (8.7.3/8.7.3) with SMTP id CAA22388 Mon, 11 Dec 1995 02:57:59 -0800 (PST) Received: from localhost (localhost [127.0.0.1]) by time.cdrom.com (8.6.12/8.6.9) with SMTP id CAA14212; Mon, 11 Dec 1995 02:56:50 -0800 To: Peter Wemm cc: CVS-committers@freefall.freebsd.org, cvs-usrsbin@freefall.freebsd.org Subject: Re: cvs commit: src/usr.sbin/config mkoptions.c Makefile config.h config.y lang.l main.c mkheaders.c mkmakefile.c mkswapconf.c In-reply-to: Your message of "Mon, 11 Dec 1995 02:52:40 PST." <199512111052.CAA22226@freefall.freebsd.org> Date: Mon, 11 Dec 1995 02:56:49 -0800 Message-ID: <14210.818679409@time.cdrom.com> From: "Jordan K. Hubbard" Sender: owner-commit@FreeBSD.ORG Precedence: bulk > What this allows, is all the options in LINT to be specified to be > configured as #defines in a file rather than on the CC command line at > kernel build time. This means that 'make depend' will catch dependencies > on actual *options*, meaning that you can run 'config' and 'make depend' > in complete safety WITHOUT removing the compile directory each time. And the crowd goes wild! :-) This is a good day. Jordan