From owner-freebsd-questions@FreeBSD.ORG Sat Sep 17 14:16:31 2005 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 9E06416A41F for ; Sat, 17 Sep 2005 14:16:31 +0000 (GMT) (envelope-from garys@opusnet.com) Received: from opusnet.com (mail.opusnet.com [209.210.200.6]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4C42843D45 for ; Sat, 17 Sep 2005 14:16:31 +0000 (GMT) (envelope-from garys@opusnet.com) Received: from localhost.localhost [70.98.246.232] by opusnet.com with ESMTP (SMTPD32-8.05) id A53D1C48006A; Sat, 17 Sep 2005 07:16:29 -0700 Received: from localhost.localhost (localhost.localhost [127.0.0.1]) by localhost.localhost (8.13.3/8.13.3) with ESMTP id j8HEI2Zb033382; Sat, 17 Sep 2005 07:18:02 -0700 (PDT) (envelope-from garys@opusnet.com) Received: (from jojo@localhost) by localhost.localhost (8.13.3/8.13.3/Submit) id j8HEHui3033381; Sat, 17 Sep 2005 07:17:56 -0700 (PDT) (envelope-from garys@opusnet.com) To: Joel Hatton References: <200509170918.j8H9IsQ7056622@app.auscert.org.au> From: garys@opusnet.com (Gary W. Swearingen) Date: Sat, 17 Sep 2005 07:17:56 -0700 In-Reply-To: <200509170918.j8H9IsQ7056622@app.auscert.org.au> (Joel Hatton's message of "Sat, 17 Sep 2005 19:18:54 +1000") Message-ID: <8j4q8jdbhn.q8j@mail.opusnet.com> User-Agent: Gnus/5.1007 (Gnus v5.10.7) XEmacs/21.4.17 (Jumbo Shrimp, berkeley-unix) MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Cc: freebsd-questions@freebsd.org Subject: Re: Environment setting for make X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 17 Sep 2005 14:16:31 -0000 Joel Hatton writes: > # E.g. use `env MAKEOBJDIRPREFIX=/somewhere/obj make' > > However, and at this risk of exposing my inexperience and just plain old > sounding foolish, how does this method of setting MAKEOBJDIRPREFIX differ > from: > > setenv MAKEOBJDIRPREFIX /somewhere/obj It's effect is only seen by "make", instead of all subsequent commands. It also works in a Bourne shell where the Bourne equivalent of the second method is: MAKEOBJDIRPREFIXj=/somewhere/obj make > Also, in the example above, is the backquote '`' intended, or is that for > compatibility for something like tex? It's a (misguided, IMO) attempt at having left and right quotes. In some fonts, it's almost invisible.