From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1LmxQH-0005PK-M4 for qemu-devel@nongnu.org; Thu, 26 Mar 2009 17:47:37 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1LmxQD-0005OD-9v for qemu-devel@nongnu.org; Thu, 26 Mar 2009 17:47:37 -0400 Received: from [199.232.76.173] (port=56007 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1LmxQD-0005O9-2c for qemu-devel@nongnu.org; Thu, 26 Mar 2009 17:47:33 -0400 Received: from caffeine.csclub.uwaterloo.ca ([129.97.134.17]:44586) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1LmxQC-0008Az-MN for qemu-devel@nongnu.org; Thu, 26 Mar 2009 17:47:32 -0400 Date: Thu, 26 Mar 2009 17:47:32 -0400 Subject: Re: [Qemu-devel] [PATCH] Remove -s flag in Makefile Message-ID: <20090326214732.GJ3795@csclub.uwaterloo.ca> References: <20090326190810.GH3795@csclub.uwaterloo.ca> <20090326.133039.-1185935861.imp@bsdimp.com> <20090326194839.GI3795@csclub.uwaterloo.ca> <20090326.140732.72462685.imp@bsdimp.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20090326.140732.72462685.imp@bsdimp.com> From: lsorense@csclub.uwaterloo.ca (Lennart Sorensen) Reply-To: qemu-devel@nongnu.org List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: "M. Warner Losh" Cc: markmc@redhat.com, riku.voipio@iki.fi, qemu-devel@nongnu.org, avi@redhat.com On Thu, Mar 26, 2009 at 02:07:32PM -0600, M. Warner Losh wrote: > The whole world isn't Linux. :) Nooo? Really? Darn. Must be a defect of my world then. :) Well as someone else said, calling configure with an argument can make install still call with '-s'. I suppose one could even make a make target that adds the -s option while installing. It is easier to add the -s option than to remove it when it is hardcoded in after all. -- Len Sorensen