mktestpkg.sh
Stuart R. Anderson
anderson at gabe.freedesktop.org
Wed Jul 6 19:14:29 PDT 2005
Update of /cvs/xtest/utils
In directory gabe:/tmp/cvs-serv14448
Modified Files:
mktestpkg.sh
Log Message:
Build the font dir, and copy xreg into the package
Index: mktestpkg.sh
===================================================================
RCS file: /cvs/xtest/utils/mktestpkg.sh,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- mktestpkg.sh 7 Jul 2005 01:31:36 -0000 1.2
+++ mktestpkg.sh 7 Jul 2005 02:14:27 -0000 1.3
@@ -33,16 +33,14 @@
ln -s xts5 vsw5
cd xts5
-echo Step 2
-read step
#
# Later, make this a bit smarter to hadle different OSes
#
chmod +w tetbuild.cfg
cp configs/tetbuild.cfg.${OS} ./tetbuild.cfg
-echo Step 3
-read step
+
make
+(cd fonts;make comp_pcf)
tcc -b
#
@@ -50,4 +48,5 @@
#
rm -rf results/*
cd ../..
+cp xreg ${TOPDIR}
tar czf ${TOPDIR}.tgz ${TOPDIR}
More information about the xorg-test-commit
mailing list