diff options
author | Peter Breitenlohner <peb@mppmu.mpg.de> | 2010-03-05 14:23:19 +0000 |
---|---|---|
committer | Peter Breitenlohner <peb@mppmu.mpg.de> | 2010-03-05 14:23:19 +0000 |
commit | c1c0af52552e4b0c8a24acb36de9ca4705468da5 (patch) | |
tree | e95a66f73456ae82fa64d00462b7aae5afd5ff59 /Build/source/texk/Makefile.in | |
parent | 0948a06427b54c551d55aecf303d9406eb24d492 (diff) |
better handling of make target triptrap
git-svn-id: svn://tug.org/texlive/trunk@17331 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Build/source/texk/Makefile.in')
-rw-r--r-- | Build/source/texk/Makefile.in | 7 |
1 files changed, 7 insertions, 0 deletions
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: |