edit comment fix
authoryiluzhu
Tue, 25 May 2010 16:26:21 +0100
branchfix
changeset 571 25e377052d9f
parent 570 971d2c670e06
child 572 c1583702caf5
edit comment
sbsv2/raptor/python/raptor_meta.py
--- a/sbsv2/raptor/python/raptor_meta.py	Tue May 25 10:23:35 2010 +0100
+++ b/sbsv2/raptor/python/raptor_meta.py	Tue May 25 16:26:21 2010 +0100
@@ -769,8 +769,8 @@
 			biloc="." # Someone building with a relative raptor path
 
 		self.__StandardVariables = {}
-		# Relative step-down to the root. Amount to env variable SRCROOT 
-		# in case SBS_BUILD_DIR is on a different drive 		
+		# The source root directory is SRCROOT if set in the environment
+		# Set TO_ROOT to SRCROOT in case SBS_BUILD_DIR is on a different drive
 		if 'SRCROOT' in os.environ:
 			self.__StandardVariables['TO_ROOT'] = str(generic_path.Path(os.environ['SRCROOT']))
 		else:
@@ -843,8 +843,8 @@
 			eiloc="." # Someone building with a relative raptor path
 
 		self.__StandardVariables = {}
-		# Relative step-down to the root. Amount to env variable SRCROOT 
-		# in case SBS_BUILD_DIR is on a different drive 		
+		# The source root directory is SRCROOT if set in the environment	
+		# Set TO_ROOT to SRCROOT in case SBS_BUILD_DIR is on a different drive
 		if 'SRCROOT' in os.environ:
 			self.__StandardVariables['TO_ROOT'] = str(generic_path.Path(os.environ['SRCROOT']))
 		else: