dmake

Jesse Michael,,,, jmichael at gabe.freedesktop.org
Thu Nov 3 00:42:02 PST 2005


Update of /cvs/xtest/xtest/xts5/bin
In directory gabe:/tmp/cvs-serv10910/xts5/bin

Modified Files:
	dmake run_assert vswrptx2 wbuild 
Log Message:
clean up all vsw5 paths to use xts5 instead.


Index: vswrptx2
===================================================================
RCS file: /cvs/xtest/xtest/xts5/bin/vswrptx2,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- vswrptx2	21 Apr 2005 09:40:42 -0000	1.2
+++ vswrptx2	3 Nov 2005 08:42:00 -0000	1.3
@@ -36,6 +36,9 @@
 #
 # Modifications:
 # $Log$
+# Revision 1.3  2005/11/03 08:42:00  jmichael
+# clean up all vsw5 paths to use xts5 instead.
+#
 # Revision 1.2  2005/04/21 09:40:42  ajosey
 # resync to VSW5.1.5
 #
@@ -73,7 +76,7 @@
 # Prepare for GA Release
 #
 
-RELEASE=`cat $TET_ROOT/vsw5/doc/VSW_RELEASE`
+RELEASE=`cat $TET_ROOT/xts5/doc/VSW_RELEASE`
 
 echo "			VSW5 OPEN GROUP SUMMARY REPORT
 "

Index: dmake
===================================================================
RCS file: /cvs/xtest/xtest/xts5/bin/dmake,v
retrieving revision 1.1.1.2
retrieving revision 1.2
diff -u -d -r1.1.1.2 -r1.2
--- dmake	15 Apr 2005 14:05:06 -0000	1.1.1.2
+++ dmake	3 Nov 2005 08:42:00 -0000	1.2
@@ -27,13 +27,16 @@
 #
 # Project: VSW5
 #
-# File: vsw5/bin/dmake
+# File: xts5/bin/dmake
 #
 # Description:
 #	Version of wbuild with silent operation disabled
 #
 # Modifications:
 # $Log$
+# Revision 1.2  2005/11/03 08:42:00  jmichael
+# clean up all vsw5 paths to use xts5 instead.
+#
 # Revision 1.1.1.2  2005/04/15 14:05:06  anderson
 # Reimport of the base with the legal name in the copyright fixed.
 #
@@ -96,7 +99,7 @@
 TMP=/tmp/xm$$
 trap 'rm -f $TMP; exit ${EXIT_STATUS}' 0 1 2 3 15
 
-BCONFIG=${TET_BUILDCONFIG-${TET_ROOT}/vsw5/tetbuild.cfg}
+BCONFIG=${TET_BUILDCONFIG-${TET_ROOT}/xts5/tetbuild.cfg}
 
 cat $BCONFIG Makefile > $TMP
 if [ $# = 0 ]; then

Index: run_assert
===================================================================
RCS file: /cvs/xtest/xtest/xts5/bin/run_assert,v
retrieving revision 1.1.1.2
retrieving revision 1.2
diff -u -d -r1.1.1.2 -r1.2
--- run_assert	15 Apr 2005 14:05:06 -0000	1.1.1.2
+++ run_assert	3 Nov 2005 08:42:00 -0000	1.2
@@ -34,6 +34,9 @@
 #
 # Modifications:
 # $Log$
+# Revision 1.2  2005/11/03 08:42:00  jmichael
+# clean up all vsw5 paths to use xts5 instead.
+#
 # Revision 1.1.1.2  2005/04/15 14:05:06  anderson
 # Reimport of the base with the legal name in the copyright fixed.
 #
@@ -428,7 +431,7 @@
 FileIsExecutable $TET_ROOT ||
 	PrintFatalError "Can not cd to $TET_ROOT"
 
-VSWHome=$TET_ROOT/vsw5
+VSWHome=$TET_ROOT/xts5
 FileIsNotADirectory "$VSWHome" &&
 	PrintFatalError "$VSWHome does not exist"
 FileIsNotADirectory "$VSWHome" &&
@@ -472,15 +475,15 @@
 	echo "	/tset/$TestSection/$TestDirectory/Test{$Assertion}" >>$ScenarioPath
 done
  
-tcc -c -s $ScenarioPath vsw5 "$TestCase"
+tcc -c -s $ScenarioPath xts5 "$TestCase"
 
 TccArgs=-be
 $Clean && TccArgs=-bec
 if [ "$Truss" = "true" ]
 then
-	truss -f -a tcc $TccArgs -s $ScenarioPath vsw5 "$TestCase" 
+	truss -f -a tcc $TccArgs -s $ScenarioPath xts5 "$TestCase" 
 else
-	tcc $TccArgs -s $ScenarioPath vsw5 "$TestCase"
+	tcc $TccArgs -s $ScenarioPath xts5 "$TestCase"
 fi
 
 Exit 0

Index: wbuild
===================================================================
RCS file: /cvs/xtest/xtest/xts5/bin/wbuild,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -d -r1.3 -r1.4
--- wbuild	1 Nov 2005 01:38:05 -0000	1.3
+++ wbuild	3 Nov 2005 08:42:00 -0000	1.4
@@ -27,7 +27,7 @@
 #
 # Project: VSW5
 #
-# File: vsw5/bin/wbuild
+# File: xts5/bin/wbuild
 #
 # Description:
 #	VSW5 build tool
@@ -67,7 +67,7 @@
 TMP=/tmp/xm$$
 trap 'rm -f $TMP; exit ${EXIT_STATUS}' 0 1 2 3 15
 
-BCONFIG=${TET_BUILDCONFIG-${TET_ROOT}/vsw5/tetbuild.cfg}
+BCONFIG=${TET_BUILDCONFIG-${TET_ROOT}/xts5/tetbuild.cfg}
 
 cat $BCONFIG Makefile > $TMP
 



More information about the xorg-test-commit mailing list