wbuild

Ian Romanick idr at gabe.freedesktop.org
Mon Oct 31 16:48:41 PST 2005


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

Modified Files:
	wbuild 
Log Message:
Gutted brain-dead logic.  Removed (worthless) RCS log from file.


Index: wbuild
===================================================================
RCS file: /cvs/xtest/xtest/xts5/bin/wbuild,v
retrieving revision 1.1.1.2
retrieving revision 1.2
diff -u -d -r1.1.1.2 -r1.2
--- wbuild	15 Apr 2005 14:05:06 -0000	1.1.1.2
+++ wbuild	1 Nov 2005 00:48:39 -0000	1.2
@@ -31,33 +31,6 @@
 #
 # Description:
 #	VSW5 build tool
-#
-# Modifications:
-# $Log$
-# Revision 1.1.1.2  2005/04/15 14:05:06  anderson
-# Reimport of the base with the legal name in the copyright fixed.
-#
-# Revision 8.0  1998/12/23 23:22:43  mar
-# Branch point for Release 5.0.2
-#
-# Revision 7.0  1998/10/30 22:40:42  mar
-# Branch point for Release 5.0.2b1
-#
-# Revision 6.0  1998/03/02 05:15:18  tbr
-# Branch point for Release 5.0.1
-#
-# Revision 5.0  1998/01/26 03:11:50  tbr
-# Branch point for Release 5.0.1b1
-#
-# Revision 4.3  1996/01/25 01:51:20  andy
-# Repaired logic again
-#
-# Revision 4.0  1995/12/15  08:37:32  tbr
-# Branch point for Release 5.0.0
-#
-# Revision 3.1  1995/12/15  00:33:22  andy
-# Prepare for GA Release
-#
 
 # Portions of this software are based on Xlib and X Protocol Test Suite.
 # We have used this material under the terms of its copyright, which grants
@@ -97,19 +70,5 @@
 BCONFIG=${TET_BUILDCONFIG-${TET_ROOT}/vsw5/tetbuild.cfg}
 
 cat $BCONFIG Makefile > $TMP
-if [ $# = 0 ]; then
-	make -sqf $TMP
-	EXIT_STATUS=$?
-	if [ $EXIT_STATUS != 0 ]
-	then
-		make -sf $TMP
-	fi
-else
-	make -sqf $TMP "$@"
-	EXIT_STATUS=$?
-	if [ $EXIT_STATUS != 0 ]
-	then
-		make -sf $TMP "$@"
-	fi
-	EXIT_STATUS=$?
-fi
+
+make -sf $TMP "$@"



More information about the xorg-test-commit mailing list