From owner-cvs-all Sun Dec 27 15:27:35 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id PAA15728 for cvs-all-outgoing; Sun, 27 Dec 1998 15:27:35 -0800 (PST) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from opus.cts.cwu.edu (opus.cts.cwu.edu [198.104.92.71]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id PAA15723; Sun, 27 Dec 1998 15:27:30 -0800 (PST) (envelope-from skynyrd@opus.cts.cwu.edu) Received: from localhost (skynyrd@localhost) by opus.cts.cwu.edu (8.9.1/8.9.1) with SMTP id PAA15320; Sun, 27 Dec 1998 15:27:14 -0800 (PST) Date: Sun, 27 Dec 1998 15:27:14 -0800 (PST) From: Chris Timmons Reply-To: Chris Timmons To: John Birrell cc: cvs-committers@FreeBSD.ORG Subject: Re: cvs commit: src/sys/i386/conf GENERIC GENERICupgrade SMP-GENERIC In-Reply-To: <199812271312.FAA12384@freefall.freebsd.org> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk Would the appropriate response to the demise of GENERICupgrade be to edit src/Makefile to tell the 2.x user to just copy an appropriate config file to that name? I don't think we want to abandon the capability to upgrade from 2.x to -current.elf just yet. ... from /usr/src/Makefile.upgrade: 209 @cd ${.CURDIR}/sys/${MACHINE}/conf; config GENERICupgrade 210 @-cd ${.CURDIR}/sys/compile/GENERICupgrade; \ 211 OBJFORMAT=aout make depend && make all 212 @cd ${.CURDIR}/sys/compile/GENERICupgrade; \ 213 OBJFORMAT=aout make depend && make all 214 .endif 215 @touch ${MAKEOBJDIRPREFIX}/do_aout_kernel -Chris On Sun, 27 Dec 1998, Poul-Henning Kamp wrote: > phk 1998/12/27 05:12:59 PST > > Modified files: > sys/i386/conf GENERIC > Removed files: > sys/i386/conf GENERICupgrade SMP-GENERIC > Log: > Add commented out SMP stuff in GENERIC, remove stale configs. > > Revision Changes Path > 1.138 +10 -1 src/sys/i386/conf/GENERIC > To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message