summaryrefslogtreecommitdiff
path: root/Build/source/texk
diff options
context:
space:
mode:
Diffstat (limited to 'Build/source/texk')
-rw-r--r--Build/source/texk/ChangeLog5
-rw-r--r--Build/source/texk/Makefile.am6
-rw-r--r--Build/source/texk/Makefile.in7
3 files changed, 18 insertions, 0 deletions
diff --git a/Build/source/texk/ChangeLog b/Build/source/texk/ChangeLog
index 92336589351..71230e63cbd 100644
--- a/Build/source/texk/ChangeLog
+++ b/Build/source/texk/ChangeLog
@@ -1,3 +1,8 @@
+2010-03-04 Peter Breitenlohner <peb@mppmu.mpg.de>
+
+ * Makefile.am (triptrap): New target to first ensure that
+ web2c/Makefile exists and then run TRIP and TRAP tests.
+
2010-02-19 Peter Breitenlohner <peb@mppmu.mpg.de>
* Makefile.am (EXTRA_DIST): Add tests/common-test.pl.
diff --git a/Build/source/texk/Makefile.am b/Build/source/texk/Makefile.am
index f140c5f355f..bdc1e314966 100644
--- a/Build/source/texk/Makefile.am
+++ b/Build/source/texk/Makefile.am
@@ -61,3 +61,9 @@ subtexk: $(CONFIG_AUX)
# Common infrastructure for tests
EXTRA_DIST = tests/common-test.pl
+# Special target to run TRIP and TRAP tests and create diffs.
+.PHONY: triptrap
+triptrap: web2c/Makefile
+ cd web2c && $(MAKE) $(AM_MAKEFLAGS) $@
+web2c/Makefile:
+ $(MAKE) $(AM_MAKEFLAGS) DIST_SUBTEXK=web2c subtexk
diff --git a/Build/source/texk/Makefile.in b/Build/source/texk/Makefile.in
index 23416c579c3..16bb42515af 100644
--- a/Build/source/texk/Makefile.in
+++ b/Build/source/texk/Makefile.in
@@ -793,6 +793,13 @@ subtexk: $(CONFIG_AUX)
@echo "configure in ../auxdir/auxsub failed to create the file $@"
exit 1
+# Special target to run TRIP and TRAP tests and create diffs.
+.PHONY: triptrap
+triptrap: web2c/Makefile
+ cd web2c && $(MAKE) $(AM_MAKEFLAGS) $@
+web2c/Makefile:
+ $(MAKE) $(AM_MAKEFLAGS) DIST_SUBTEXK=web2c subtexk
+
# Tell versions [3.59,3.63) of GNU make to not export all variables.
# Otherwise a system limit (for SysV at least) may be exceeded.
.NOEXPORT: