Author: borisk
Date: Thu Mar 13 03:25:26 2008
New Revision: 636702
URL: http://svn.apache.org/viewvc?rev=636702&view=rev
Log:
Temporarily disable the swig subdirectory in order to release a beta
Modified:
xerces/c/trunk/Makefile.am
Modified: xerces/c/trunk/Makefile.am
URL:
http://svn.apache.org/viewvc/xerces/c/trunk/Makefile.am?rev=636702&r1=636701&r2=636702&view=diff
==============================================================================
--- xerces/c/trunk/Makefile.am (original)
+++ xerces/c/trunk/Makefile.am Thu Mar 13 03:25:26 2008
@@ -1,4 +1,4 @@
-SUBDIRS = src tests samples swig
+SUBDIRS = src tests samples
EXTRA_DIST = version.incl \
config/pretty-make \
@@ -18,7 +18,7 @@
export
PATH=${abs_top_builddir}/samples:${abs_top_builddir}/tests:"${PATH}" && export
XERCESC_NLS_HOME=${abs_top_builddir}/src/.libs && cd ${top_srcdir} && perl
scripts/sanityTest.pl 2>&1 | ${SED} 's/ *[0-9][0-9]* *ms */{timing removed}/'
1> ${abs_top_builddir}/test-results.log
diff test-results.log
${top_srcdir}/scripts/sanityTest_ExpectedResult.log
-test-suite:
- make -C swig
- cd swig/perl && perl Makefile.PL && make test
- touch $@
+#test-suite:
+# make -C swig
+# cd swig/perl && perl Makefile.PL && make test
+# touch $@
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]