public inbox for gentoo-dev@lists.gentoo.org
 help / color / mirror / Atom feed
From: Donnie Berkholz <dberkholz@gentoo.org>
To: gentoo-dev@lists.gentoo.org, hattya@gentoo.org
Subject: [gentoo-dev] Re: [gentoo-commits] gentoo-x86 commit in dev-db/qdbm: ChangeLog qdbm-1.8.77.ebuild
Date: Mon, 4 Feb 2008 23:05:18 -0800	[thread overview]
Message-ID: <20080205070518.GD11639@supernova> (raw)
In-Reply-To: <E1JM4w8-0003YI-Dy@stork.gentoo.org>

On 17:16 Mon 04 Feb     , Akinori Hattori (hattya) wrote:
> 1.1                  dev-db/qdbm/qdbm-1.8.77.ebuild
> 
> file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-db/qdbm/qdbm-1.8.77.ebuild?rev=1.1&view=markup
> plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-db/qdbm/qdbm-1.8.77.ebuild?rev=1.1&content-type=text/plain

> src_compile() {
> 
> 	econf \
> 		$(use_enable debug) \
> 		$(use_enable zlib) \
> 		--enable-pthread \
> 		--enable-iconv \
> 		|| die
> 	emake || die
> 
> 	local u
> 
> 	for u in java perl ruby; do
> 		if ! use ${u}; then
> 			continue
> 		fi
> 
> 		cd ${u}
> 		econf || die
> 		emake || die
> 		cd -
> 	done
> 
> }

What happens if the make process changes directories? Does `cd -` still 
work as expected, or should you use pushd/popd instead?

Same point for src_test() and src_install().

Thanks,
Donnie
-- 
gentoo-dev@lists.gentoo.org mailing list



       reply	other threads:[~2008-02-05  7:05 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
     [not found] <E1JM4w8-0003YI-Dy@stork.gentoo.org>
2008-02-05  7:05 ` Donnie Berkholz [this message]
2008-02-05  7:13   ` [gentoo-dev] Re: [gentoo-commits] gentoo-x86 commit in dev-db/qdbm: ChangeLog qdbm-1.8.77.ebuild Ciaran McCreesh
2008-02-05  8:48     ` Donnie Berkholz

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=20080205070518.GD11639@supernova \
    --to=dberkholz@gentoo.org \
    --cc=gentoo-dev@lists.gentoo.org \
    --cc=hattya@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