diff options
author | Sam James <sam@gentoo.org> | 2023-08-08 07:02:52 +0100 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2023-08-08 17:30:24 +0100 |
commit | 4d6e66d95fb666111c3c1579dbf52a73a0196f1a (patch) | |
tree | 0a2f2c3269914712e307e7958d87c8a1841e9901 /sys-devel/binutils-hppa64 | |
parent | app-arch/brotli: update -9999 (diff) | |
download | gentoo-4d6e66d95fb666111c3c1579dbf52a73a0196f1a.tar.gz gentoo-4d6e66d95fb666111c3c1579dbf52a73a0196f1a.tar.bz2 gentoo-4d6e66d95fb666111c3c1579dbf52a73a0196f1a.zip |
sys-devel/binutils-hppa64: cleanup more V=1
Oops, missed this. I only did 2.41, not 2.41-r1 before.
Fixes: 91736e72744ca4736f26c0331c8f4f3ffb8f5d8f
Fixes: dcdef53cc104310eb50e31e3a450cd54c22a18d0
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'sys-devel/binutils-hppa64')
-rw-r--r-- | sys-devel/binutils-hppa64/binutils-hppa64-2.41-r1.ebuild | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/sys-devel/binutils-hppa64/binutils-hppa64-2.41-r1.ebuild b/sys-devel/binutils-hppa64/binutils-hppa64-2.41-r1.ebuild index bc93b8c5f4f7..a55806e99391 100644 --- a/sys-devel/binutils-hppa64/binutils-hppa64-2.41-r1.ebuild +++ b/sys-devel/binutils-hppa64/binutils-hppa64-2.41-r1.ebuild @@ -328,11 +328,11 @@ src_compile() { cd "${MY_BUILDDIR}" || die # see Note [tooldir hack for ldscripts] - emake V=1 tooldir="${EPREFIX}${TOOLPATH}" all + emake tooldir="${EPREFIX}${TOOLPATH}" all # only build info pages if the user wants them if use doc ; then - emake V=1 info + emake info fi # we nuke the manpages when we're left with junk @@ -346,7 +346,7 @@ src_test() { # bug #637066 filter-flags -Wall -Wreturn-type - emake -k V=1 check + emake -k check } src_install() { @@ -355,7 +355,7 @@ src_install() { cd "${MY_BUILDDIR}" || die # see Note [tooldir hack for ldscripts] - emake V=1 DESTDIR="${D}" tooldir="${EPREFIX}${LIBPATH}" install + emake DESTDIR="${D}" tooldir="${EPREFIX}${LIBPATH}" install rm -rf "${ED}"/${LIBPATH}/bin || die use static-libs || find "${ED}" -name '*.la' -delete |