From: Donnie Berkholz <dberkholz@gentoo.org>
To: gentoo-dev@lists.gentoo.org, keri@gentoo.org
Subject: [gentoo-dev] Re: [gentoo-commits] gentoo-x86 commit in dev-lang/swi-prolog: ChangeLog swi-prolog-5.6.41.ebuild
Date: Mon, 1 Oct 2007 23:13:04 -0700 [thread overview]
Message-ID: <20071002061304.GG15143@supernova> (raw)
In-Reply-To: <E1Icau2-0005pC-St@stork.gentoo.org>
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
--
gentoo-dev@gentoo.org mailing list
parent reply other threads:[~2007-10-02 6:24 UTC|newest]
Thread overview: expand[flat|nested] mbox.gz Atom feed
[parent not found: <E1Icau2-0005pC-St@stork.gentoo.org>]
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20071002061304.GG15143@supernova \
--to=dberkholz@gentoo.org \
--cc=gentoo-dev@lists.gentoo.org \
--cc=keri@gentoo.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox