* [gentoo-dev] Re: [gentoo-commits] gentoo-x86 commit in net-libs/xyssl: xyssl-0.9.ebuild
[not found] <E1JfkZn-00018Z-JD@stork.gentoo.org>
@ 2008-03-30 5:47 ` Donnie Berkholz
0 siblings, 0 replies; only message in thread
From: Donnie Berkholz @ 2008-03-30 5:47 UTC (permalink / raw
To: gentoo-dev, pylon
On 23:35 Sat 29 Mar , Lars Weiler (pylon) wrote:
> Revision Changes Path
> 1.1 net-libs/xyssl/xyssl-0.9.ebuild
>
> file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-libs/xyssl/xyssl-0.9.ebuild?rev=1.1&view=markup
> plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-libs/xyssl/xyssl-0.9.ebuild?rev=1.1&content-type=text/plain
> src_compile() {
> cd "${S}/library"
> if use sse2 ; then
> sed -i '15iCFLAGS += -DHAVE_SSE2 -fPIC' Makefile
> else
> sed -i '15iCFLAGS += -fPIC' Makefile
> fi
> emake libxyssl.a || die "emake failed"
> emake libxyssl.so || die "emake failed"
>
> if use examples ; then
> cd "${S}"/programs
> emake all
> fi
> }
>
> src_test() {
> cd "${S}"/programs
> emake test/selftest
> ./test/selftest || die "selftest failed"
> }
Two of these emake calls don't have '|| die'.
Thanks,
Donnie
--
gentoo-dev@lists.gentoo.org mailing list
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2008-03-30 5:47 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
[not found] <E1JfkZn-00018Z-JD@stork.gentoo.org>
2008-03-30 5:47 ` [gentoo-dev] Re: [gentoo-commits] gentoo-x86 commit in net-libs/xyssl: xyssl-0.9.ebuild Donnie Berkholz
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox