summaryrefslogtreecommitdiff
path: root/cfg.mk
diff options
context:
space:
mode:
authorRalf Wildenhues <Ralf.Wildenhues@gmx.de>2009-04-11 14:48:49 +0200
committerJim Meyering <meyering@redhat.com>2009-04-11 15:20:37 +0200
commit4404198c12b5d378ed03cbc1547f87011b4d3fb2 (patch)
treef6f3185d1c84e13ea0fb80960b3cc1a9fa134c83 /cfg.mk
parent0523f45f668ae09778f171c34e4f1f0c8360be82 (diff)
downloadcoreutils-4404198c12b5d378ed03cbc1547f87011b4d3fb2.tar.xz
build: avoid parallel distcheck failure
* Makefile.am (ALL_RECURSIVE_TARGETS): Initialize here, too, to please automake. Add install-root, check-root, distcheck-hook. * cfg.mk (ALL_RECURSIVE_TARGETS): Add sc_tight_scope. * maint.mk (ALL_RECURSIVE_TARGETS): Add patch-check, check-AUTHORS, maintainer-distcheck, vc-dist, taint-distcheck, my-distcheck, alpha, beta, major.
Diffstat (limited to 'cfg.mk')
-rw-r--r--cfg.mk1
1 files changed, 1 insertions, 0 deletions
diff --git a/cfg.mk b/cfg.mk
index f5dab6ac2..7f4cdd265 100644
--- a/cfg.mk
+++ b/cfg.mk
@@ -167,6 +167,7 @@ sc_sun_os_names:
{ echo '$(ME): found misuse of Sun OS version numbers' 1>&2; \
exit 1; } || :
+ALL_RECURSIVE_TARGETS += sc_tight_scope
sc_tight_scope:
@$(MAKE) -C src $@