Date: Tue, 28 Jul 2015 14:40:36 -0700 From: Bryan Drewery <bdrewery@FreeBSD.org> To: Adrian Chadd <adrian@FreeBSD.org>, src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org Subject: Re: svn commit: r284356 - head/usr.sbin/crunch/crunchgen Message-ID: <55B7F6D4.9010804@FreeBSD.org> In-Reply-To: <55B7F201.2040305@FreeBSD.org> References: <201506132201.t5DM1LCV025599@svn.freebsd.org> <55B7F201.2040305@FreeBSD.org>
next in thread | previous in thread | raw e-mail | index | archive | help
On 7/28/15 2:20 PM, Bryan Drewery wrote: > On 6/13/15 3:01 PM, Adrian Chadd wrote: >> > Author: adrian >> > Date: Sat Jun 13 22:01:21 2015 >> > New Revision: 284356 >> > URL: https://svnweb.freebsd.org/changeset/base/284356 >> > >> > Log: >> > Fix up crunchgen binary generation to work with external cross-build >> > tools. >> > >> > * Allow STRIP to be overridden by the environment > This change breaks the the build still. The build uses STRIP as the > parameter for install(1), i.e., -s or blank. Once you rebuild > usr.sbin/crunch/crunchgen with this change and then build rescue/rescue > with 'make STRIP=' the following is encountered: > > rescue > sh: rescue: not found > *** [rescue] Error code 127 > > make[1]: stopped in /usr/obj/root/svn/base/rescue/rescue Fixed in r285986. Renamed to STRIPBIN as ports uses and documented in build(7). -- Regards, Bryan Drewery
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?55B7F6D4.9010804>