On 06:06 Tue 02 Oct , Keri Harris (keri) wrote: > 1.1 dev-lang/swi-prolog/swi-prolog-5.6.41.ebuild > > file : > http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-lang/swi-prolog/swi-prolog-5.6.41.ebuild?rev=1.1&view=markup > plain: > http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-lang/swi-prolog/swi-prolog-5.6.41.ebuild?rev=1.1&content-type=text/plain
> src_install() { > make -C src DESTDIR="${D}" install || die "install src failed" > > if ! use minimal ; then > make -C packages DESTDIR="${D}" install || die "install > packages failed" > if use doc ; then > make -C packages DESTDIR="${D}" html-install || die > "html-install failed" > make -C packages/cppproxy DESTDIR="${D}" > install-examples || die "install-examples failed" > fi > fi > > dodoc ANNOUNCE ChangeLog INSTALL INSTALL.notes PORTING README > README.GUI VERSION > } > > src_test() { > cd "${S}/src" > make check || die "make check failed. See above for details." > > if ! use minimal ; then > cd "${S}/packages" > make check || die "make check failed. See above for details." > fi > } Why not emake for all these? Thanks, Donnie -- [EMAIL PROTECTED] mailing list