From 2dc78a5f296037350461b7c662d0dd4ebf316424 Mon Sep 17 00:00:00 2001 From: Karl Berry Date: Thu, 24 Dec 2009 18:58:24 +0000 Subject: do the make check last git-svn-id: svn://tug.org/texlive/trunk@16501 c570f23f-e606-0410-a88d-b1316a301751 --- Build/source/Makefile.am | 6 +++--- Build/source/Makefile.in | 4 ++-- 2 files changed, 5 insertions(+), 5 deletions(-) (limited to 'Build') diff --git a/Build/source/Makefile.am b/Build/source/Makefile.am index d569191eb09..7257b9a539f 100644 --- a/Build/source/Makefile.am +++ b/Build/source/Makefile.am @@ -42,14 +42,14 @@ DIST_SUBDIRS = auxdir/auxsub texk/kpathsea libs utils texk # and there is no install-hook or install-local. world: all ## Serialize 'make all' and 'make install-strip'. - @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 "top-level make $@: running $(check_target)..." + $(MAKE) $(AM_MAKEFLAGS) $(check_target) ## @echo "make $@ done." diff --git a/Build/source/Makefile.in b/Build/source/Makefile.in index 3e73eb1fa87..27955dc7cc4 100644 --- a/Build/source/Makefile.in +++ b/Build/source/Makefile.in @@ -831,12 +831,12 @@ 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 "top-level make $@: running $(check_target)..." + $(MAKE) $(AM_MAKEFLAGS) $(check_target) @echo "make $@ done." skip: .PHONY: skip -- cgit v1.2.3