From ea72e7ea1150306d9ee1c5ceb5fd4b750cd9f1c0 Mon Sep 17 00:00:00 2001 From: Thomas Schwinge Date: Mon, 17 Nov 2008 10:27:11 +0000 Subject: 2008-11-17 Thomas Schwinge * Makefile.am (install_sh, INSTALL): Point to `build-aux/install-sh'. --- Makefile.am | 13 +++++++++++++ 1 file changed, 13 insertions(+) (limited to 'Makefile.am') diff --git a/Makefile.am b/Makefile.am index c81621a..d6fbb54 100644 --- a/Makefile.am +++ b/Makefile.am @@ -78,6 +78,19 @@ MIGCOM = $(MIG) -n -cc cat - /dev/null CPP = @CPP@ -x c # +# Other Tools' Configuration. +# + +# Don't needlessly overwrite files that whose contents haven't changed. This +# helps for avoinding unneccessary recompilation cycles when keeping +# cross-compilation toolchains up-to-date. Thus, unconditionally use the +# `install-sh' that is supplied by GNU Automake 1.10.1, as the GNU Coreutils +# one doesn't provide this functionality yet (TODO: change that). TODO: +# `build-aux' is hardcoded. +install_sh = $(SHELL) $(abs_srcdir)/build-aux/install-sh -C +INSTALL = $(install_sh) + +# # The main kernel functionality. # -- cgit v1.2.3