From 2ece2c036420fd2ef22b8c5f12c86506a6764957 Mon Sep 17 00:00:00 2001 From: Jesse Smith Date: Wed, 7 Nov 2018 17:24:55 -0400 Subject: [PATCH] Updated src/Makefile to confirm we build all the necessary software prior to trying to install it. --- doc/Changelog | 4 +++- src/Makefile | 2 +- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/doc/Changelog b/doc/Changelog index 4c8aeeb..9411f85 100644 --- a/doc/Changelog +++ b/doc/Changelog @@ -27,7 +27,7 @@ sysvinit (2.92) unreleased; urgency=low * shutdown command was setting environment variable INIT_HALT to "POWERDOWN", this should have been "POWEROFF" as specified in the manual page. Fixed code to match manual page and init scripts. - Closes Debian bugs #717531 and ##590895 + Closes Debian bugs #717531 and #590895 * Added -l flag to "last" command. When used it allows "last" to display usernames longer than 8 characters long. * Added -q and -Q flags to shutdown command to make the "system is going down" @@ -40,6 +40,8 @@ sysvinit (2.92) unreleased; urgency=low emergency console. Should make backspace-erasing characters work more naturally. Closes Debian bug #402847. + * Updated src/Makefile to make sure we build all the software before + attempting to install. sysvinit (2.91) world; urgency=low diff --git a/src/Makefile b/src/Makefile index b21d147..258912e 100644 --- a/src/Makefile +++ b/src/Makefile @@ -177,7 +177,7 @@ clobber: cleanobjs distclean: clobber -install: +install: all $(INSTALL_DIR) $(ROOT)/bin/ $(ROOT)/sbin/ $(INSTALL_DIR) $(ROOT)/usr/bin/ for i in $(BIN); do \