From mboxrd@z Thu Jan 1 00:00:00 1970 From: Nathan Lynch Subject: Re: [PATCH user-cr] User can override SUBARCH for cross-compilation Date: Mon, 01 Mar 2010 13:16:19 -0600 Message-ID: <1267470979.4347.8.camel@localhost.localdomain> References: <1267217669.15300.118.camel@localhost.localdomain> <1267458606-1622-1-git-send-email-orenl@cs.columbia.edu> <1267465468.4347.6.camel@localhost.localdomain> <4B8C1009.7090905@cs.columbia.edu> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Return-path: In-Reply-To: <4B8C1009.7090905-eQaUEPhvms7ENvBUuze7eA@public.gmane.org> List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: containers-bounces-cunTk1MwBs9QetFLy7KEm3xJsTq8ys+cHZ5vskTnxNA@public.gmane.org Errors-To: containers-bounces-cunTk1MwBs9QetFLy7KEm3xJsTq8ys+cHZ5vskTnxNA@public.gmane.org To: Oren Laadan Cc: containers-cunTk1MwBs9QetFLy7KEm3xJsTq8ys+cHZ5vskTnxNA@public.gmane.org List-Id: containers.vger.kernel.org On Mon, 2010-03-01 at 14:05 -0500, Oren Laadan wrote: > Using "?=" allows a user to set SUBARCH as an environment variable > (and not have to repeatedly type it). Sinmple "=" does not pick up > a default value from the environment. That is true. > I'll fix the commit message to be more accurate. Thanks!