wbuild

Ian Romanick idr at gabe.freedesktop.org
Mon Oct 31 17:38:07 PST 2005


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

Modified Files:
	wbuild 
Removed Files:
	wclean 
Log Message:
Numerous changes to eliminate the need for wclean.  It is replaced by doing
'wbuild clean'.  tetclean.cfg will soon get the axe as well.


--- wclean DELETED ---

Index: wbuild
===================================================================
RCS file: /cvs/xtest/xtest/xts5/bin/wbuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- wbuild	1 Nov 2005 00:48:39 -0000	1.2
+++ wbuild	1 Nov 2005 01:38:05 -0000	1.3
@@ -71,4 +71,5 @@
 
 cat $BCONFIG Makefile > $TMP
 
-make -sf $TMP "$@"
+make -f $TMP "$@"
+EXIT_STATUS=$?



More information about the xorg-test-commit mailing list