summaryrefslogtreecommitdiff
path: root/Build/source/Makefile.in
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2013-01-24 22:11:58 +0000
committerKarl Berry <karl@freefriends.org>2013-01-24 22:11:58 +0000
commitb72657afff3b3850dce7972ebf4f3a3d379f5cc4 (patch)
tree58973abdd75aafeeb2d3456dd21154f25a165ed3 /Build/source/Makefile.in
parent6a46295c5a10b83393e113f1d17a11accab8db22 (diff)
reporting tweaks
git-svn-id: svn://tug.org/texlive/trunk@28933 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Build/source/Makefile.in')
-rw-r--r--Build/source/Makefile.in13
1 files changed, 7 insertions, 6 deletions
diff --git a/Build/source/Makefile.in b/Build/source/Makefile.in
index 48746fd8683..84b8dea8405 100644
--- a/Build/source/Makefile.in
+++ b/Build/source/Makefile.in
@@ -439,6 +439,10 @@ cf_silent = $(cf_silent_@AM_V@)
cf_silent_ = $(cf_silent_@AM_DEFAULT_V@)
cf_silent_0 = --silent
cf_silent_1 =
+# Run texlinks here since the binaries won't be there
+# at install-data, and fmtutil.cnf won't be there at install-exec,
+# and there is no install-hook or install-local.
+texlinks_dir = texk/texlive/tl_scripts
@cross_FALSE@check_target = check
# Allow for skipping make check if needed.
@@ -953,17 +957,14 @@ subsubdir-conf.cmd:
# This is the default target for the Build script in TeX Live.
.PHONY: world
-# Run texlinks here since the binaries won't be there
-# 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 install-strip..."
$(MAKE) $(AM_MAKEFLAGS) install-strip
- @echo "top-level make $@: running texlinks in texk/texlive/tl_scripts..."
- cd texk/texlive/tl_scripts && $(MAKE) $(AM_MAKEFLAGS) run-texlinks
+ @echo "top-level make $@: running texlinks in $(texlinks_dir) ..."
+ cd $(texlinks_dir) && $(MAKE) $(AM_MAKEFLAGS) run-texlinks
@echo "top-level make $@: running $(check_target)..."
$(MAKE) $(AM_MAKEFLAGS) $(check_target)
- @echo "make $@ done."
+ @echo "top-level make $@ done."
skip:
.PHONY: skip