Makefile
Jesse Michael,,,,
jmichael at gabe.freedesktop.org
Thu Nov 3 00:42:05 PST 2005
Update of /cvs/xtest/xtest/xts5/src/bin/scripts
In directory gabe:/tmp/cvs-serv10910/xts5/src/bin/scripts
Modified Files:
Makefile pt
Log Message:
clean up all vsw5 paths to use xts5 instead.
Index: Makefile
===================================================================
RCS file: /cvs/xtest/xtest/xts5/src/bin/scripts/Makefile,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- Makefile 14 Feb 2005 17:39:22 -0000 1.1
+++ Makefile 3 Nov 2005 08:42:01 -0000 1.2
@@ -27,7 +27,7 @@
@rm -f *.o
clobber: clean
- @cd $(TET_ROOT)/vsw5/bin;rm -f $(SCRIPTS)
+ @cd $(TET_ROOT)/xts5/bin;rm -f $(SCRIPTS)
install: all
- @(cd $(TET_ROOT)/vsw5/src/bin/scripts;cp $(SCRIPTS) $(TET_ROOT)/vsw5/bin)
+ @(cd $(TET_ROOT)/xts5/src/bin/scripts;cp $(SCRIPTS) $(TET_ROOT)/xts5/bin)
Index: pt
===================================================================
RCS file: /cvs/xtest/xtest/xts5/src/bin/scripts/pt,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- pt 14 Feb 2005 17:39:22 -0000 1.1
+++ pt 3 Nov 2005 08:42:01 -0000 1.2
@@ -77,10 +77,10 @@
echo "XT_DISPLAY=$DISPLAY" >> CONFIG
fi
-# config=${TET_CONFIG:-$TET_ROOT/vsw5/tetexec.cfg}
+# config=${TET_CONFIG:-$TET_ROOT/xts5/tetexec.cfg}
# Since :- is not universal, and I really want that functionality.
if [ x"$TET_CONFIG" = x"" ]; then
- config=$TET_ROOT/vsw5/tetexec.cfg
+ config=$TET_ROOT/xts5/tetexec.cfg
else
config=$TET_CONFIG
fi
@@ -92,9 +92,9 @@
TET_CONFIG=CONFIG
export TET_CONFIG
-#TET_CODE=${TET_CODE:-$TET_ROOT/vsw5/tet_code}
+#TET_CODE=${TET_CODE:-$TET_ROOT/xts5/tet_code}
if [ x"$TET_CODE" = x"" ]; then
- TET_CODE=$TET_ROOT/vsw5/tet_code
+ TET_CODE=$TET_ROOT/xts5/tet_code
fi
export TET_CODE
More information about the xorg-test-commit
mailing list