Re: [gobolinux-devel] ChrootCompile request for feature

2006-09-04 Thread Fábio Mierlo
On 9/4/06, Andy Feldman <[EMAIL PROTECTED]> wrote: > > From a syntax standpoint, try this instead: > in_chroot Compile --batch --no-web --no-symlink --no-sign $crossopts > $name $version || (in_chroot bash ; die "Compilation failed.") > > That should always execute the "die" if the Compile fails, r

Re: [gobolinux-devel] ChrootCompile request for feature

2006-09-04 Thread Andy Feldman
On 9/4/06, Fábio Mierlo <[EMAIL PROTECTED]> wrote: > Will be cool a flag in ChrootCompile that enter in > a chrooted bash for debug purposes before die. > > I'm commenting and uncommenting the follow line > to do that, but it isn't working very well. > > #in_chroot Compile --batch --no-web --no-sym

[gobolinux-devel] ChrootCompile request for feature

2006-09-04 Thread Fábio Mierlo
Will be cool a flag in ChrootCompile that enter in a chrooted bash for debug purposes before die. I'm commenting and uncommenting the follow line to do that, but it isn't working very well. #in_chroot Compile --batch --no-web --no-symlink --no-sign $crossopts $name $version || die "Compilation fa