Makefile
Jesse Michael,,,,
jmichael at gabe.freedesktop.org
Thu Nov 3 00:42:05 PST 2005
Update of /cvs/xtest/xtest/xts5/src/bin/reports
In directory gabe:/tmp/cvs-serv10910/xts5/src/bin/reports
Modified Files:
Makefile vswrpt.c vswrptm.c
Log Message:
clean up all vsw5 paths to use xts5 instead.
Index: vswrpt.c
===================================================================
RCS file: /cvs/xtest/xtest/xts5/src/bin/reports/vswrpt.c,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- vswrpt.c 21 Apr 2005 09:40:42 -0000 1.2
+++ vswrpt.c 3 Nov 2005 08:42:01 -0000 1.3
@@ -44,6 +44,9 @@
*
* Modifications:
* $Log$
+* Revision 1.3 2005/11/03 08:42:01 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
*
@@ -1746,7 +1749,7 @@
strcpy(doc_dir, "DOC");
} else {
if (strcmp(bname, "vswrpt") == 0) {
- strcpy(test_dir, "vsw5");
+ strcpy(test_dir, "xts5");
strcpy(test_flag, "VSW5TESTSUITE");
strcpy(test_name, "VSW5");
strcpy(vendor_name, "THE OPEN GROUP");
Index: Makefile
===================================================================
RCS file: /cvs/xtest/xtest/xts5/src/bin/reports/Makefile,v
retrieving revision 1.1.1.1
retrieving revision 1.2
diff -u -d -r1.1.1.1 -r1.2
--- Makefile 12 Feb 2005 15:14:15 -0000 1.1.1.1
+++ Makefile 3 Nov 2005 08:42:01 -0000 1.2
@@ -26,13 +26,16 @@
#
# Project: VSW5
#
-# File: vsw5/src/bin/reports/Makefile
+# File: xts5/src/bin/reports/Makefile
#
# Description:
# Makefile for report generators
#
# Modifications:
# $Log$
+# Revision 1.2 2005/11/03 08:42:01 jmichael
+# clean up all vsw5 paths to use xts5 instead.
+#
# Revision 1.1.1.1 2005/02/12 15:14:15 anderson
# VSW5 Source under an MIT license This is version 5.0.2 as received from
# AppTest with the new license applied.
@@ -81,11 +84,11 @@
@rm -f vswrpt vswrptm vsw_pr
clobber: clean
- @rm -f $(TET_ROOT)/vsw5/bin/vswrpt
- @rm -f $(TET_ROOT)/vsw5/bin/vswrptm
- @rm -f $(TET_ROOT)/vsw5/bin/vsw_pr
+ @rm -f $(TET_ROOT)/xts5/bin/vswrpt
+ @rm -f $(TET_ROOT)/xts5/bin/vswrptm
+ @rm -f $(TET_ROOT)/xts5/bin/vsw_pr
install: all
- @(cp $(TET_ROOT)/vsw5/src/bin/reports/vswrpt $(TET_ROOT)/vsw5/bin)
- @(cp $(TET_ROOT)/vsw5/src/bin/reports/vswrptm $(TET_ROOT)/vsw5/bin)
- @(cp $(TET_ROOT)/vsw5/src/bin/reports/vsw_pr $(TET_ROOT)/vsw5/bin)
+ @(cp $(TET_ROOT)/xts5/src/bin/reports/vswrpt $(TET_ROOT)/xts5/bin)
+ @(cp $(TET_ROOT)/xts5/src/bin/reports/vswrptm $(TET_ROOT)/xts5/bin)
+ @(cp $(TET_ROOT)/xts5/src/bin/reports/vsw_pr $(TET_ROOT)/xts5/bin)
Index: vswrptm.c
===================================================================
RCS file: /cvs/xtest/xtest/xts5/src/bin/reports/vswrptm.c,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- vswrptm.c 21 Apr 2005 09:40:42 -0000 1.2
+++ vswrptm.c 3 Nov 2005 08:42:01 -0000 1.3
@@ -34,6 +34,9 @@
*
* Modifications:
* $Log$
+* Revision 1.3 2005/11/03 08:42:01 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
*
@@ -899,7 +902,7 @@
strcpy(doc_dir, "DOC");
} else {
if (strcmp((const char *)basename(argv[0]), "vswrptm") == 0) {
- strcpy(test_dir, "vsw5");
+ strcpy(test_dir, "xts5");
strcpy(test_flag, "VSW5TESTSUITE");
strcpy(test_name, "VSW5");
strcpy(vendor_name, "THE OPEN GROUP");
More information about the xorg-test-commit
mailing list