From mboxrd@z Thu Jan 1 00:00:00 1970 Return-path: Received: from out01.mta.xmission.com ([166.70.13.231]) by merlin.infradead.org with esmtp (Exim 4.76 #1 (Red Hat Linux)) id 1TfhHT-0006CV-Ej for kexec@lists.infradead.org; Tue, 04 Dec 2012 01:26:40 +0000 From: ebiederm@xmission.com (Eric W. Biederman) References: <87r4np4jm1.fsf@xmission.com> <8738zm93je.fsf_-_@xmission.com> <20121204000908.GD15738@verge.net.au> <87txs27h9g.fsf@xmission.com> Date: Mon, 03 Dec 2012 17:26:31 -0800 In-Reply-To: (Yinghai Lu's message of "Mon, 3 Dec 2012 17:18:33 -0800") Message-ID: <87lide7gl4.fsf@xmission.com> MIME-Version: 1.0 Subject: Re: [PATCH] kexec: Teach configure to find the strip binary. List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Sender: kexec-bounces@lists.infradead.org Errors-To: kexec-bounces+dwmw2=infradead.org@lists.infradead.org To: Yinghai Lu Cc: Simon Horman , Kexec Mailing List Yinghai Lu writes: > On Mon, Dec 3, 2012 at 5:11 PM, Eric W. Biederman wrote: >> Simon Horman writes: >> >>> On Mon, Dec 03, 2012 at 02:25:25PM -0800, Eric W. Biederman wrote: >>>> >>>> For some reason my version of the Makefile generated by configure >>>> included the line STRIP=strp. Rerunning configure from a fresh slate >>>> did not regenerate that line so I don't know how it got there. So add >>>> the code to Makefile.in and configure.ac to autodetect the strip binary. >>>> >>>> This is needed so that we can remove from purgatory all of the >>>> relocations to sections that are not needed at runtime, by stripping >>>> out those sections. >>>> >>>> Signed-off-by: "Eric W. Biederman" >>> >>> Thanks, I removed the last hunk, which seems to be a white-space only >>> change to purgatory/arch/x86_64/Makefile, and applied the rest. >> >> Oops. Thanks for cacthing that. I didn't realize I had that change >> sitting in my tree. > > after re config it. got > > DIRNAME = dirname > STRIP = @STRIP@ > > > instead of > > STRIP = strip Run bootstrap. At the very least it looks like you haven't regeneratged configure by running autoconf. Eric _______________________________________________ kexec mailing list kexec@lists.infradead.org http://lists.infradead.org/mailman/listinfo/kexec