Date: Fri, 4 Apr 2014 20:28:54 +0700 From: Alexey Dokuchaev <danfe@nsu.ru> To: Baptiste Daroussin <bapt@FreeBSD.org> Cc: multimedia@FreeBSD.org Subject: Re: [patch] update graphics/exiv2 to 0.24 Message-ID: <20140404132854.GA41250@regency.nsu.ru> In-Reply-To: <20140404121605.GE85325@ivaldir.etoilebsd.net> References: <20140404115328.GA19859@regency.nsu.ru> <20140404115919.GA85325@ivaldir.etoilebsd.net> <20140404121217.GA27258@regency.nsu.ru> <20140404121605.GE85325@ivaldir.etoilebsd.net>
next in thread | previous in thread | raw e-mail | index | archive | help
On Fri, Apr 04, 2014 at 02:16:05PM +0200, Baptiste Daroussin wrote: > On Fri, Apr 04, 2014 at 07:12:17PM +0700, Alexey Dokuchaev wrote: > > On Fri, Apr 04, 2014 at 01:59:19PM +0200, Baptiste Daroussin wrote: > > > btw isn't INSTALL_TARGET=install-strip allowing us to avoid the > > > post-install at all? > > > > Do you mean if I manually set INSTALL_TARGET=install-strip or there is some > > magic inside b.p.m. that takes care of it? > > install-strip is the official magic of the autotools nothing related to > b.p.m but I added some magic in b.p.m so that WITH_DEBUG will automatically > switch install-strip into plain install I see. Unfortunately it does not apply here: exiv2's main Makefile is not autotools-generated, but written manually, and does not support install-strip target. ./danfe
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20140404132854.GA41250>