|
From: <sv...@va...> - 2008-08-04 22:30:24
|
Author: sewardj
Date: 2008-08-04 23:30:33 +0100 (Mon, 04 Aug 2008)
New Revision: 8516
Log:
Don't include subdirs of exp-ptrcheck/test in the tarball right now.
Modified:
branches/PTRCHECK/exp-ptrcheck/tests/Makefile.am
Modified: branches/PTRCHECK/exp-ptrcheck/tests/Makefile.am
===================================================================
--- branches/PTRCHECK/exp-ptrcheck/tests/Makefile.am 2008-08-04 22:29:53 UTC (rev 8515)
+++ branches/PTRCHECK/exp-ptrcheck/tests/Makefile.am 2008-08-04 22:30:33 UTC (rev 8516)
@@ -16,7 +16,7 @@
#SUBDIRS += ppc64
#endif
-DIST_SUBDIRS = ${VG_ARCH_ALL} .
+#DIST_SUBDIRS = ${VG_ARCH_ALL} .
noinst_SCRIPTS = filter_stderr filter_add filter_suppgen \
sh_script
|