Updated src/Makefile to confirm we build all the necessary software
prior to trying to install it.
This commit is contained in:
parent
848ee05104
commit
2ece2c0364
@ -27,7 +27,7 @@ sysvinit (2.92) unreleased; urgency=low
|
|||||||
* shutdown command was setting environment variable INIT_HALT to
|
* shutdown command was setting environment variable INIT_HALT to
|
||||||
"POWERDOWN", this should have been "POWEROFF" as specified in the
|
"POWERDOWN", this should have been "POWEROFF" as specified in the
|
||||||
manual page. Fixed code to match manual page and init scripts.
|
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
|
* Added -l flag to "last" command. When used it allows "last" to
|
||||||
display usernames longer than 8 characters long.
|
display usernames longer than 8 characters long.
|
||||||
* Added -q and -Q flags to shutdown command to make the "system is going down"
|
* 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
|
emergency console. Should make backspace-erasing characters work
|
||||||
more naturally.
|
more naturally.
|
||||||
Closes Debian bug #402847.
|
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
|
sysvinit (2.91) world; urgency=low
|
||||||
|
@ -177,7 +177,7 @@ clobber: cleanobjs
|
|||||||
|
|
||||||
distclean: clobber
|
distclean: clobber
|
||||||
|
|
||||||
install:
|
install: all
|
||||||
$(INSTALL_DIR) $(ROOT)/bin/ $(ROOT)/sbin/
|
$(INSTALL_DIR) $(ROOT)/bin/ $(ROOT)/sbin/
|
||||||
$(INSTALL_DIR) $(ROOT)/usr/bin/
|
$(INSTALL_DIR) $(ROOT)/usr/bin/
|
||||||
for i in $(BIN); do \
|
for i in $(BIN); do \
|
||||||
|
Loading…
Reference in New Issue
Block a user