Make.proto
changeset 2681 1705457d2187
parent 2678 c865275e48a7
child 2731 13f5be2bf83b
--- a/Make.proto	Mon Sep 09 12:58:44 2013 +0200
+++ b/Make.proto	Mon Sep 09 12:58:47 2013 +0200
@@ -1,4 +1,4 @@
-# $Header: /cvs/stx/stx/libjava/Make.proto,v 1.24 2013-09-06 00:41:28 vrany Exp $
+# $Header: /cvs/stx/stx/libjava/Make.proto,v 1.25 2013-09-09 10:58:47 mb Exp $
 #
 # DO NOT EDIT
 # automagically generated from the projectDefinition: stx_libjava.
@@ -21,7 +21,7 @@
 INCLUDE_TOP=$(TOP)/..
 
 # subdirectories where targets are to be made:
-SUBDIRS= libs mauve tools experiments examples benchmarks examples/tomcat6 startup
+SUBDIRS=
 
 
 # subdirectories where Makefiles are to be made:
@@ -109,22 +109,6 @@
 
 
 
-# Enforce recompilation of package definition class if Mercurial working
-# copy state changes. Together with --guessVersion it ensures that package
-# definition class always contains correct binary revision string.
-ifneq (**NOHG**, $(shell hg root 2> /dev/null || echo -n '**NOHG**'))
-stx_libjava.$(O): $(shell hg root)/.hg/dirstate
-endif
-
-
-
-
-# run default testsuite for this package
-test: $(TOP)/goodies/builder/reports
-	$(MAKE) -C $(TOP)/goodies/builder/reports
-	$(TOP)/goodies/builder/reports/report-runner.sh -D . -r Builder::TestReport -p $(PACKAGE)
-
-
 
 # add more install actions here
 install::