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: > > > +

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

2006-10-12 Thread Hisham Muhammad
On 10/12/06, André Detsch <[EMAIL PROTECTED]> wrote: > Fixed make dist, ignoring differences of CreateRootlessEnvironment at > CVS > (because make dist itself changes the CreateRootlessEnv file). Works for now. Ideally, it would be better to have separate 'snapshot' and 'dist' targets. The

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

2006-10-12 Thread André Detsch
On 10/12/06, Hisham Muhammad <[EMAIL PROTECTED]> wrote: > I guess "make clean" could perform "cleanup" and then "cd src && make clean". make cleanup already performs a make clean within src. -- Andre Detsch ___ gobolinux-devel mailing list gobolinux-de

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

2006-10-12 Thread Hisham Muhammad
On 10/12/06, André Detsch <[EMAIL PROTECTED]> wrote: > Log message: > Added a 'clean' rule at Makefile. Probably rule 'cleanup' should be > simply > renamed to 'clean'. > > +clean: cleanup > + > cleanup: > rm -rf Resources/FileHash* > find * -path "*~" -or -path "*/.\#*" -or -pa