Updated src/Makefile to confirm we build all the necessary software

prior to trying to install it.
This commit is contained in:
Jesse Smith 2018-11-07 17:24:55 -04:00
parent 848ee05104
commit 2ece2c0364
2 changed files with 4 additions and 2 deletions

View File

@ -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

View File

@ -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 \