Makefile
Jamey Sharp
jamey at gabe.freedesktop.org
Mon Oct 31 16:41:28 PST 2005
Update of /cvs/xtest/xtest/xts5
In directory gabe:/tmp/cvs-serv3588
Modified Files:
Makefile
Removed Files:
tetbuild.cfg
Log Message:
Copy tetbuild.cfg from the configs directory if possible and needed; cvsignore output from make build.
Index: Makefile
===================================================================
RCS file: /cvs/xtest/xtest/xts5/Makefile,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -d -r1.3 -r1.4
--- Makefile 19 Apr 2005 05:13:34 -0000 1.3
+++ Makefile 1 Nov 2005 00:41:26 -0000 1.4
@@ -33,6 +33,9 @@
#
# Modifications:
# $Log$
+# Revision 1.4 2005/11/01 00:41:26 jamey
+# Copy tetbuild.cfg from the configs directory if possible and needed; cvsignore output from make build.
+#
# Revision 1.3 2005/04/19 05:13:34 anderson
# Add a step to ensure the wbuild scrpt is executable
#
@@ -130,7 +133,7 @@
all: build install
-build:
+build: tetbuild.cfg
chmod ugo+x bin/wbuild
@if [ -s $(TET_ROOT)/vsw5/results/install.log ]; \
then \
@@ -170,6 +173,9 @@
@(cd $(TET_ROOT)/vsw5/src/pixval/blowup; wbuild install 2>&1 | tee -a $(TET_ROOT)/vsw5/results/install.log)
@(echo |tee -a $(TET_ROOT)/vsw5/results/install.log)
+tetbuild.cfg:
+ cp configs/tetbuild.cfg.`uname` tetbuild.cfg
+
install:
@(echo Setting 775 directory permissions |tee -a $(TET_ROOT)/vsw5/results/install.log)
@(find . -type d -print | xargs chmod 775)
--- tetbuild.cfg DELETED ---
More information about the xorg-test-commit
mailing list