mirror of
git://git.sv.gnu.org/coreutils.git
synced 2026-04-21 11:16:16 +02:00
(dist-hook): New target, to ensure that config/install-sh
is executable. Otherwise, on systems that lack a suitable install binary, `make install' would fail, because of the way this script is invoked (without `$SHELL ' prefix).
This commit is contained in:
@@ -23,6 +23,9 @@ ACLOCAL_AMFLAGS = -I m4
|
|||||||
check-root:
|
check-root:
|
||||||
cd tests && $(MAKE) $@
|
cd tests && $(MAKE) $@
|
||||||
|
|
||||||
|
dist-hook:
|
||||||
|
test -x config/install-sh
|
||||||
|
|
||||||
distcheck-hook:
|
distcheck-hook:
|
||||||
$(MAKE) my-distcheck
|
$(MAKE) my-distcheck
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user