On 7/23/06, Hisham Muhammad <[EMAIL PROTECTED]> wrote:
CVSROOT: /cvsroot/goboscripts
Module name: tools
Changes by: Hisham Muhammad <hisham> 06/07/23 21:05:14
Modified files:
Compile/bin : Compile
Log message:
Have Compile respect CheckDependencies' error code on Ctrl-C
CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/tools/Compile/bin/Compile?cvsroot=goboscripts&r1=1.91&r2=1.92
Patches:
Index: Compile
===================================================================
RCS file: /cvsroot/goboscripts/tools/Compile/bin/Compile,v
retrieving revision 1.91
retrieving revision 1.92
diff -u -b -r1.91 -r1.92
--- Compile 23 Jul 2006 03:33:21 -0000 1.91
+++ Compile 23 Jul 2006 21:05:14 -0000 1.92
@@ -416,11 +416,19 @@
if ! Boolean "no-dependencies" && ! Boolean "no-build"
then
Log_Normal "Checking dependencies..."
- CheckDependencies --types=recipe --mode=missing $noweb --quiet-progress "$app" "$version"
"recipe" "$recipedir" | \
- while read d_program d_version d_type d_url;
+ selecteddeps=`mktemp $goboTemp/Compile.XXXXXXXX`
Shouldn't we use TemporaryFile instead? I know it has the same effect,
but for the sake of consistency that sounds better.
--
Lucas
powered by /dev/dsp
_______________________________________________
gobolinux-devel mailing list
gobolinux-devel@lists.gobolinux.org
http://lists.gobolinux.org/mailman/listinfo/gobolinux-devel