From: Mark Wooding Date: Sat, 8 Mar 2014 14:58:29 +0000 (+0000) Subject: Makefile: Explicit stdin from terminal, so `make -j' builds work. X-Git-Url: https://git.distorted.org.uk/~mdw/firewall/commitdiff_plain/59e0c21be6713b008285bf2857ef53003657d369 Makefile: Explicit stdin from terminal, so `make -j' builds work. Arrange that stdin is /dev/tty for local installs so that they can be confirmed manually. --- diff --git a/Makefile b/Makefile index 1c48383..a0cc605 100644 --- a/Makefile +++ b/Makefile @@ -147,7 +147,7 @@ check: $(THISHOST).sh ## Installation on a local host, install/$(THISHOST): $(THISHOST).sh [ "x$(SCRIPTS)" = x ] || $(ROOT) install -m755 $(SCRIPTS) $(sbindir) - $(ROOT) ./$(THISHOST).sh replace + $(ROOT) ./$(THISHOST).sh replace