[svn:parrot] r46665 - in branches/ops_pct: config/gen/makefiles t/tools/ops2cutils t/tools/ops2pm

jkeenan at svn.parrot.org jkeenan at svn.parrot.org
Sat May 15 13:35:50 UTC 2010


Author: jkeenan
Date: Sat May 15 13:35:50 2010
New Revision: 46665
URL: https://trac.parrot.org/parrot/changeset/46665

Log:
Remove some directories whose files have been deleted.  Remove references to
those directories in config/gen/makefiles/root.in.  Also remove references in
that file to other, long since deleted directories.

Deleted:
   branches/ops_pct/t/tools/ops2cutils/
   branches/ops_pct/t/tools/ops2pm/
Modified:
   branches/ops_pct/config/gen/makefiles/root.in

Modified: branches/ops_pct/config/gen/makefiles/root.in
==============================================================================
--- branches/ops_pct/config/gen/makefiles/root.in	Sat May 15 13:16:13 2010	(r46664)
+++ branches/ops_pct/config/gen/makefiles/root.in	Sat May 15 13:35:50 2010	(r46665)
@@ -1640,15 +1640,9 @@
     t/tools/*.t
 LIBRARY_TEST_FILES = @library_tests@
 PMC2CUTILS_DIR = t/tools/pmc2cutils
-OPS2PMUTILS_DIR = t/tools/ops2pm
-OPS2CUTILS_DIR = t/tools/ops2cutils
-REVISIONUTILS_DIR = t/tools/revision
 HARNESS_DIR = t/pharness
 BUILDTOOLS_TEST_FILES = \
     $(PMC2CUTILS_DIR)/*.t \
-    $(OPS2PMUTILS_DIR)/*.t \
-    $(OPS2CUTILS_DIR)/*.t \
-    $(REVISIONUTILS_DIR)/*.t \
     $(HARNESS_DIR)/*.t
 MANIFEST_DIR = t/manifest
 INSTALL_TOOLS_DIR = t/tools/install


More information about the parrot-commits mailing list