From owner-cvs-src-old@FreeBSD.ORG Fri Oct 8 14:56:59 2010 Return-Path: Delivered-To: cvs-src-old@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 6E9EF106566B for ; Fri, 8 Oct 2010 14:56:59 +0000 (UTC) (envelope-from emaste@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 5DF298FC22 for ; Fri, 8 Oct 2010 14:56:59 +0000 (UTC) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.4/8.14.4) with ESMTP id o98Euxwu069236 for ; Fri, 8 Oct 2010 14:56:59 GMT (envelope-from emaste@repoman.freebsd.org) Received: (from svn2cvs@localhost) by repoman.freebsd.org (8.14.4/8.14.4/Submit) id o98EuxAu069233 for cvs-src-old@freebsd.org; Fri, 8 Oct 2010 14:56:59 GMT (envelope-from emaste@repoman.freebsd.org) Message-Id: <201010081456.o98EuxAu069233@repoman.freebsd.org> X-Authentication-Warning: repoman.freebsd.org: svn2cvs set sender to emaste@repoman.freebsd.org using -f From: Ed Maste Date: Fri, 8 Oct 2010 14:56:39 +0000 (UTC) To: cvs-src-old@freebsd.org X-FreeBSD-CVS-Branch: RELENG_8 Subject: cvs commit: src/usr.sbin/config config.y X-BeenThere: cvs-src-old@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: **OBSOLETE** CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 08 Oct 2010 14:56:59 -0000 emaste 2010-10-08 14:56:39 UTC FreeBSD src repository Modified files: (Branch: RELENG_8) usr.sbin/config config.y Log: SVN rev 213576 on 2010-10-08 14:56:39Z by emaste MFC r212570: Allow a kernel config to specify a set but empty value via 'makeoptions OPTION=' for consistency with the make commandline. Previously 'makeoptions WERROR=' would result in a syntax error; now it produces the same effect as 'makeoptions WERROR'. Both forms now result in 'WERROR=' in the generated Makefile. Revision Changes Path 1.81.2.3 +1 -0 src/usr.sbin/config/config.y