summaryrefslogtreecommitdiff
path: root/Build/source/Makefile.in
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2009-12-24 18:51:38 +0000
committerKarl Berry <karl@freefriends.org>2009-12-24 18:51:38 +0000
commita2eb7858f36f976971477d13bc9e87b40b554a31 (patch)
tree9883dd0cc977271c1bc913f2fc959fb4d0b20e08 /Build/source/Makefile.in
parent8f64709f205bc04159b5a6ca926d9c09e26061ae (diff)
run make check at make world
git-svn-id: svn://tug.org/texlive/trunk@16500 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Build/source/Makefile.in')
-rw-r--r--Build/source/Makefile.in8
1 files changed, 8 insertions, 0 deletions
diff --git a/Build/source/Makefile.in b/Build/source/Makefile.in
index 65ca5b700a2..3e73eb1fa87 100644
--- a/Build/source/Makefile.in
+++ b/Build/source/Makefile.in
@@ -338,6 +338,9 @@ EXTRA_DIST = \
@build_kpathsea_FALSE@SUBDIRS = libs utils texk
@build_kpathsea_TRUE@SUBDIRS = texk/kpathsea libs utils texk
DIST_SUBDIRS = auxdir/auxsub texk/kpathsea libs utils texk
+
+# Allow for skipping make check if needed.
+check_target = check
all: all-recursive
.SUFFIXES:
@@ -828,10 +831,15 @@ dist-hook:
# at install-data, and fmtutil.cnf won't be there at install-exec,
# and there is no install-hook or install-local.
world: all
+ @echo "top-level make $@: running $(check_target)..."
+ $(MAKE) $(AM_MAKEFLAGS) $(check_target)
+ @echo "top-level make $@: running install-strip..."
$(MAKE) $(AM_MAKEFLAGS) install-strip
@echo "top-level make $@: running texlinks in texk/tetex..."
cd texk/tetex && $(MAKE) $(AM_MAKEFLAGS) run-texlinks
@echo "make $@ done."
+skip:
+.PHONY: skip
# 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.