--- 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: