From owner-freebsd-current@FreeBSD.ORG Thu Mar 1 08:04:51 2007 Return-Path: X-Original-To: freebsd-current@freebsd.org Delivered-To: freebsd-current@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 1257216A400 for ; Thu, 1 Mar 2007 08:04:51 +0000 (UTC) (envelope-from ed@hoeg.nl) Received: from palm.hoeg.nl (palm.hoeg.nl [83.98.131.212]) by mx1.freebsd.org (Postfix) with ESMTP id CD16713C4A6 for ; Thu, 1 Mar 2007 08:04:50 +0000 (UTC) (envelope-from ed@hoeg.nl) Received: by palm.hoeg.nl (Postfix, from userid 1000) id 5F78D1CC38; Thu, 1 Mar 2007 09:04:49 +0100 (CET) Date: Thu, 1 Mar 2007 09:04:49 +0100 From: Ed Schouten To: Milan Obuch Message-ID: <20070301080449.GO11232@hoeg.nl> References: <200703010829.18334.freebsd-current@dino.sk> MIME-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="bgLLobvf7eP6VP5c" Content-Disposition: inline In-Reply-To: <200703010829.18334.freebsd-current@dino.sk> User-Agent: Mutt/1.5.13 (2006-08-11) X-Mailman-Approved-At: Thu, 01 Mar 2007 12:18:19 +0000 Cc: FreeBSD Current Subject: Re: /etc/make.conf oddity (?) X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 01 Mar 2007 08:04:51 -0000 --bgLLobvf7eP6VP5c Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable Hello Milan, * Milan Obuch wrote: > I put KERNCONF=3D"FOX" into my /etc/make.conf, make buildkernel in /usr/s= rc=20 > tells ERROR: Missing kernel configuration file(s) (FOX). >=20 > If I change it into KERNCONF=3DFOX, no error message and build works as i= f=20 > command make buildkernel KERNCONF=3DFOX were given. >=20 > My understanding was variable values should be enclosed in quotes, did I= =20 > missread or missinterpret something? >=20 > Even if it is no real issue (read: could not find simple workaround), I w= ould=20 > like to know if it's me or not. I once had this issue as well. Keep in mind that /etc/make.conf is a Makefile, not a shellscript. In Makefiles you don't need to quote your variables. In shell scripts you do, because the second argument will be treated as a command. Yours, --=20 Ed Schouten WWW: http://g-rave.nl/ --bgLLobvf7eP6VP5c Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.6 (FreeBSD) iD8DBQFF5okh52SDGA2eCwURAtLFAJ9i3lNLgMLbwVfd8fv1M8uWc2RSNQCfdO1s pnSy1Zxs1CuNNxjspR8EQ34= =UPX+ -----END PGP SIGNATURE----- --bgLLobvf7eP6VP5c--