From 2c362ada02e84d6623edfa1b83d7440ba706391c Mon Sep 17 00:00:00 2001 From: Vladimir Glazounov Date: Tue, 16 Sep 2003 08:10:31 +0000 Subject: [PATCH] #100000# reverse check for children variable --- solenv/bin/build.pl | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/solenv/bin/build.pl b/solenv/bin/build.pl index 3acc042cadb4..40f97bf679bd 100644 --- a/solenv/bin/build.pl +++ b/solenv/bin/build.pl @@ -5,9 +5,9 @@ eval 'exec perl -S $0 ${1+"$@"}' # # $RCSfile: build.pl,v $ # -# $Revision: 1.89 $ +# $Revision: 1.90 $ # -# last change: $Author: vg $ $Date: 2003-09-11 09:05:11 $ +# last change: $Author: vg $ $Date: 2003-09-16 09:10:31 $ # # The Contents of this file are made available subject to the terms of # either of the following licenses @@ -84,7 +84,7 @@ if (defined $ENV{CWS_WORK_STAMP}) { ( $script_name = $0 ) =~ s/^.*\b(\w+)\.pl$/$1/; -$id_str = ' $Revision: 1.89 $ '; +$id_str = ' $Revision: 1.90 $ '; $id_str =~ /Revision:\s+(\S+)\s+\$/ ? ($script_rev = $1) : ($script_rev = "-"); @@ -673,7 +673,7 @@ sub FindIndepPrj { return $Prj if ($#PrjDeps == -1); }; # If there are only dependent projects in hash - generate error - return '' if ($BuildAllParents && $children); + return '' if ($BuildAllParents && !$children); if ($children) { $only_dependent = 1; return '';