From owner-cvs-all Sun May 9 19:43: 1 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 3F1DF152B5; Sun, 9 May 1999 19:43:00 -0700 (PDT) (envelope-from peter@FreeBSD.org) Received: (from peter@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id TAA55894; Sun, 9 May 1999 19:43:00 -0700 (PDT) (envelope-from peter@FreeBSD.org) Message-Id: <199905100243.TAA55894@freefall.freebsd.org> From: Peter Wemm Date: Sun, 9 May 1999 19:42:59 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/usr.sbin/config lang.l config.y Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk peter 1999/05/09 19:42:59 PDT Modified files: usr.sbin/config lang.l config.y Log: Understand 'config kernelname' and pretend it was a 'makeoptions KERNEL=kernelname'. Warn about any trailing stuff as it's not handled here. This is a simple bandaid, hopefully to head off some complaints from certain people. Revision Changes Path 1.22 +1 -0 src/usr.sbin/config/lang.l 1.34 +28 -0 src/usr.sbin/config/config.y To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message