On 9/2/06, André Detsch <[EMAIL PROTECTED]> wrote:
CVSROOT:        /sources/goboscripts
Module name:    tools
Changes by:     André Detsch <detsch>   06/09/02 22:58:42

Modified files:
        ChrootCompile  : ChrootCompile

Log message:
        Using chrootcompileMode="gobo" by default, without having to depend on 
ChrootCompile.conf file.

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/tools/ChrootCompile/ChrootCompile?cvsroot=goboscripts&r1=1.68&r2=1.69

Patches:
Index: ChrootCompile
===================================================================
RCS file: /sources/goboscripts/tools/ChrootCompile/ChrootCompile,v
retrieving revision 1.68
retrieving revision 1.69
diff -u -b -r1.68 -r1.69
--- ChrootCompile       29 Aug 2006 18:20:49 -0000      1.68
+++ ChrootCompile       2 Sep 2006 22:58:42 -0000       1.69
@@ -35,6 +35,8 @@
 #############################################################################
 scriptdir=$(readlink -f $(dirname $0))
 source $scriptdir/ChrootCompile.conf
+chrootcompileMode="gobo"
+
 if [ ! "$goboPrograms" ]
 then export goboPrograms=/Programs
 fi

Isn't it better to move the assignment above 'source
$scriptdir/ChrootCompile.conf? The way it is now avoids one to
override that mode in the config file.

--
Lucas
powered by /dev/dsp
_______________________________________________
gobolinux-devel mailing list
gobolinux-devel@lists.gobolinux.org
http://lists.gobolinux.org/mailman/listinfo/gobolinux-devel

Reply via email to