From owner-freebsd-stable Wed Jul 19 13:16: 9 2000 Delivered-To: freebsd-stable@freebsd.org Received: from rover.village.org (rover.village.org [204.144.255.49]) by hub.freebsd.org (Postfix) with ESMTP id A05CA37C033 for ; Wed, 19 Jul 2000 13:15:56 -0700 (PDT) (envelope-from imp@harmony.village.org) Received: from harmony.village.org (harmony.village.org [10.0.0.6]) by rover.village.org (8.9.3/8.9.3) with ESMTP id OAA93908; Wed, 19 Jul 2000 14:15:52 -0600 (MDT) (envelope-from imp@harmony.village.org) Received: from harmony.village.org (localhost.village.org [127.0.0.1]) by harmony.village.org (8.9.3/8.8.3) with ESMTP id OAA84274; Wed, 19 Jul 2000 14:15:51 -0600 (MDT) Message-Id: <200007192015.OAA84274@harmony.village.org> To: Gerhard Sittig Subject: Re: bioscall.s Cc: stable@FreeBSD.ORG In-reply-to: Your message of "Wed, 19 Jul 2000 07:02:31 +0200." <20000719070231.K24476@speedy.gsinet> References: <20000719070231.K24476@speedy.gsinet> <20000718015340.3073.qmail@web3102.mail.yahoo.com> <3973BA04.5AB2FFD@urx.com> <20000718194202.F24476@speedy.gsinet> Date: Wed, 19 Jul 2000 14:15:51 -0600 From: Warner Losh Sender: owner-freebsd-stable@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG In message <20000719070231.K24476@speedy.gsinet> Gerhard Sittig writes: : To clear this up a little more ... : : On Tue, Jul 18, 2000 at 19:42 +0200, Gerhard Sittig wrote: : > On Mon, Jul 17, 2000 at 18:59 -0700, Kent Stewart wrote: : > > : > > Richard Stanaford wrote: : > > > : > > > make buildkernel KERNEL="NOVA" : > > : > > The quotes are evil. [ ... ] : ^^^^^^^^^^^^^^^^^^^ : > : > This is somewhat hard to believe. [ ... ] : : Everything else was since I read the message as "with quotes it : won't compile, without it does". But I understand this was not : the problem and we're done discussing this. :) Quotes work just fine. The shell strips them off before make sees them. Make will see 'KERNEL=NOVA' for any of the following args: KERNEL="NOVA" KERNEL='NOVA' "KERNEL="NOVA "KERNEL=NOVA" Warner To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message