Update of /cvsroot/leaf/src/bering-uclibc/buildtool In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv21433
Modified Files: buildtool.pl Log Message: Added new option "-d" to buildtool that will help creating a snapshot tarball for building packages for older versions whenever the development version breaks binary compatibility with old versions Index: buildtool.pl =================================================================== RCS file: /cvsroot/leaf/src/bering-uclibc/buildtool/buildtool.pl,v retrieving revision 1.15 retrieving revision 1.16 diff -C2 -d -r1.15 -r1.16 *** buildtool.pl 26 Jan 2006 21:51:25 -0000 1.15 --- buildtool.pl 19 Mar 2006 21:36:41 -0000 1.16 *************** *** 86,89 **** --- 86,91 ---- \t found in package/source buildtool config -D \t Download nothing, use files in Source dir (useful for devel) + -d \t Only to be used in conjunction with the "source" target. + \t Only download files, don't invoke the source action on buildtool.mk MYEOF ; *************** *** 131,135 **** --- 133,140 ---- } elsif ($option eq "O") { $globConf{'noserveroverride'} = 1; + } elsif ($option eq "d") { + $globConf{'downloadonly'} = 1; } else { + print buildtool::Common::Object::make_text_red('',"Error:" ) . " Unknown Option -" . $option . "\n\n"; exit(1); ------------------------------------------------------- This SF.Net email is sponsored by xPML, a groundbreaking scripting language that extends applications into web and mobile media. Attend the live webcast and join the prime developer group breaking into this new coding territory! http://sel.as-us.falkag.net/sel?cmd=lnk&kid=110944&bid=241720&dat=121642 _______________________________________________ leaf-cvs-commits mailing list leaf-cvs-commits@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/leaf-cvs-commits