Re: [gobolinux-devel] [gobolinux-commits] tools/Scripts Makefile bin/UseFlags

2008-02-11 Thread Lucas C. Villa Real
On Feb 8, 2008 6:57 PM, Michael Homer <[EMAIL PROTECTED]> wrote: > CVSROOT:/sources/goboscripts > Module name:tools > Changes by: Michael Homer 08/02/09 02:57:01 > > Modified files: > Scripts: Makefile > Added files: > Scripts/bin: UseFlags > > Log m

Re: [gobolinux-devel] [gobolinux-commits] tools/Scripts Makefile bin/UseFlags

2008-02-11 Thread Lucas C. Villa Real
On Feb 11, 2008 5:58 PM, Michael Homer <[EMAIL PROTECTED]> wrote: > > > + if 'USE' in os.environ: > > > + mergeFlags(flags, os.environ['USE'].split(' ')) > > > > Should we ship an empty/commented Resources/Environment file with > > Compile just to illustrate how

Re: [gobolinux-devel] [gobolinux-commits] tools/Scripts Makefile bin/UseFlags

2008-02-11 Thread Michael Homer
On Feb 12, 2008 10:58 AM, Lucas C. Villa Real <[EMAIL PROTECTED]> wrote: > On Feb 8, 2008 6:57 PM, Michael Homer <[EMAIL PROTECTED]> wrote: > Hi! First of all, thanks a lot for this commit! I'm amazed by how > small its implementation actually is -- congrats. I've just 2 > questions: > > > +