public inbox for gentoo-dev@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-dev] Nested die error
@ 2005-04-14 21:42 Caleb Tennis
  2005-04-14 21:50 ` Stefan Schweizer
                   ` (4 more replies)
  0 siblings, 5 replies; 11+ messages in thread
From: Caleb Tennis @ 2005-04-14 21:42 UTC (permalink / raw
  To: gentoo-dev

So it seems repoman doesn't like nested die calls like this:

use blah && ( emake foo || die )


But, without the parenthesis

use blah && emake foo || die

always dies (the emake functions just fine, but it returns an error once emake 
is completed).

What's the trick?  Wrap the emake in a if/then call?  Ignore repoman at the 
risk of potential finger breakage by mr_bones'?

--
gentoo-dev@gentoo.org mailing list


^ permalink raw reply	[flat|nested] 11+ messages in thread

end of thread, other threads:[~2005-04-15  3:19 UTC | newest]

Thread overview: 11+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2005-04-14 21:42 [gentoo-dev] Nested die error Caleb Tennis
2005-04-14 21:50 ` Stefan Schweizer
2005-04-14 23:56   ` [gentoo-dev] " Michael Sterrett -Mr. Bones.-
2005-04-14 21:54 ` [gentoo-dev] " Stephen Bennett
2005-04-14 21:58   ` Caleb Tennis
2005-04-15  3:17     ` Mike Frysinger
2005-04-14 21:57 ` Olivier Crête
2005-04-15  3:20   ` Mike Frysinger
2005-04-14 21:59 ` Ciaran McCreesh
2005-04-14 22:05 ` Vibhav Garg
2005-04-14 22:11   ` Ciaran McCreesh

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox