Daniel reports that install-all disappeared in
https://git.kernel.org/pub/scm/devel/sparse/sparse.git/commit/Makefile?id=
3b7d5e200ac64de2914b930933491b548b3d0bc0
and now breaks the build.
Use default 'make all' unconditionally.
Reported-by: Daniel M. Weeks
Closes: https://bugs.gentoo.org/671356
Package-Manager: Portage-2.3.58, Repoman-2.3.12
Signed-off-by: Sergei Trofimovich <slyfox@gentoo.org>
-# Copyright 1999-2018 Gentoo Foundation
+# Copyright 1999-2019 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=6
export MAKEOPTS+=" V=1 AR=${AR} CC=${CC} HAVE_GTK2=$(usex gtk) HAVE_LLVM=$(usex llvm) HAVE_LIBXML=$(usex xml)"
default
}
-
-src_compile() {
- emake $(usex test all all-installable)
-}