From owner-cvs-all Sun Jan 17 13:17:30 1999 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id NAA01247 for cvs-all-outgoing; Sun, 17 Jan 1999 13:17:30 -0800 (PST) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id NAA01231; Sun, 17 Jan 1999 13:17:28 -0800 (PST) (envelope-from peter@FreeBSD.org) From: Peter Wemm Received: (from peter@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id NAA15864; Sun, 17 Jan 1999 13:17:28 -0800 (PST) Date: Sun, 17 Jan 1999 13:17:28 -0800 (PST) Message-Id: <199901172117.NAA15864@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: src/sys/i386/conf Makefile.i386 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk peter 1999/01/17 13:17:28 PST Modified files: sys/i386/conf Makefile.i386 Log: Use the gensetdefs that is now in /usr/bin, it's a superset of the one in the kernel source, and that one is already used for modules. I don't _think_ this will hurt releases, aout-to-elf, etc, but it is possible. In all the cases I've looked at, config(8) has been generated straight after a make world, so if /usr/sbin/config exists and is the right version for the kernel, then we can pretty much count on /usr/bin/gensetdefs being there too. Revision Changes Path 1.135 +9 -15 src/sys/i386/conf/Makefile.i386 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message