* [gentoo-dev] Re: [gentoo-commits] gentoo-x86 commit in dev-db/qdbm: ChangeLog qdbm-1.8.77.ebuild [not found] <E1JM4w8-0003YI-Dy@stork.gentoo.org> @ 2008-02-05 7:05 ` Donnie Berkholz 2008-02-05 7:13 ` Ciaran McCreesh 0 siblings, 1 reply; 3+ messages in thread From: Donnie Berkholz @ 2008-02-05 7:05 UTC (permalink / raw To: gentoo-dev, hattya 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 ^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: [gentoo-dev] Re: [gentoo-commits] gentoo-x86 commit in dev-db/qdbm: ChangeLog qdbm-1.8.77.ebuild 2008-02-05 7:05 ` [gentoo-dev] Re: [gentoo-commits] gentoo-x86 commit in dev-db/qdbm: ChangeLog qdbm-1.8.77.ebuild Donnie Berkholz @ 2008-02-05 7:13 ` Ciaran McCreesh 2008-02-05 8:48 ` Donnie Berkholz 0 siblings, 1 reply; 3+ messages in thread From: Ciaran McCreesh @ 2008-02-05 7:13 UTC (permalink / raw To: gentoo-dev [-- Attachment #1: Type: text/plain, Size: 253 bytes --] On Mon, 4 Feb 2008 23:05:18 -0800 Donnie Berkholz <dberkholz@gentoo.org> wrote: > What happens if the make process changes directories? In a different process? It's pretty unlikely make will ever become a shell builtin... -- Ciaran McCreesh [-- Attachment #2: signature.asc --] [-- Type: application/pgp-signature, Size: 189 bytes --] ^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: [gentoo-dev] Re: [gentoo-commits] gentoo-x86 commit in dev-db/qdbm: ChangeLog qdbm-1.8.77.ebuild 2008-02-05 7:13 ` Ciaran McCreesh @ 2008-02-05 8:48 ` Donnie Berkholz 0 siblings, 0 replies; 3+ messages in thread From: Donnie Berkholz @ 2008-02-05 8:48 UTC (permalink / raw To: gentoo-dev On 07:13 Tue 05 Feb , Ciaran McCreesh wrote: > On Mon, 4 Feb 2008 23:05:18 -0800 > Donnie Berkholz <dberkholz@gentoo.org> wrote: > > What happens if the make process changes directories? > > In a different process? It's pretty unlikely make will ever become a > shell builtin... You're absolutely right. I'm just overly wary of using things that are easy to break (say, if other code was added there). Thanks, Donnie -- gentoo-dev@lists.gentoo.org mailing list ^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2008-02-05 8:48 UTC | newest] Thread overview: 3+ messages (download: mbox.gz follow: Atom feed -- links below jump to the message on this page -- [not found] <E1JM4w8-0003YI-Dy@stork.gentoo.org> 2008-02-05 7:05 ` [gentoo-dev] Re: [gentoo-commits] gentoo-x86 commit in dev-db/qdbm: ChangeLog qdbm-1.8.77.ebuild Donnie Berkholz 2008-02-05 7:13 ` Ciaran McCreesh 2008-02-05 8:48 ` Donnie Berkholz
This is a public inbox, see mirroring instructions for how to clone and mirror all data and code used for this inbox