From 07fb07624cef7e75d912e8a74e30cbe4ad778c7e Mon Sep 17 00:00:00 2001 From: obarun <eric@obarun.org> Date: Sun, 17 Jan 2021 22:19:39 +1100 Subject: [PATCH] really remove ishell file. Install rc.init.container file. add install-xxx at .PHONY --- Makefile | 4 ++-- package/modes | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Makefile b/Makefile index 05932993..ae0b0578 100644 --- a/Makefile +++ b/Makefile @@ -64,7 +64,7 @@ GENERATE_MAN := $(shell doc/make-man.sh) endif INSTALL_HTML := $(wildcard doc/$(version)/html/*.html) INSTALL_MAN := $(wildcard doc/man/*/*) -INSTALL_DATA := skel/halt skel/init skel/ishell skel/poweroff skel/rc.init \ +INSTALL_DATA := skel/halt skel/init skel/poweroff skel/rc.init skel/rc.init.container \ skel/rc.shutdown skel/reboot skel/shutdown skel/rc.shutdown.final INSTALL_CONF := skel/init.conf @@ -269,6 +269,6 @@ lib%.a.xyzzy: lib%.so.xyzzy: exec $(CC) -o $@ $(CFLAGS_ALL) $(CFLAGS_SHARED) $(LDFLAGS_ALL) $(LDFLAGS_SHARED) -Wl,-soname,$(patsubst lib%.so.xyzzy,lib%.so.$(version_M),$@) $^ $(EXTRA_LIBS) $(LDLIBS) -.PHONY: it all clean distclean tgz strip install install-dynlib install-bin install-lib install-include install-man install-html +.PHONY: it all clean distclean tgz strip install install-dynlib install-libexec install-bin install-lib install-include install-data install-conf install-html install-man .DELETE_ON_ERROR: diff --git a/package/modes b/package/modes index c60f8024..dc9e801f 100644 --- a/package/modes +++ b/package/modes @@ -27,9 +27,9 @@ execl-envfile 0755 halt 0755 init 0755 init.conf 0644 -ishell 0755 poweroff 0755 rc.init 0755 +rc.init.container 0755 rc.shutdown 0755 rc.shutdown.final 0755 reboot 0755 -- GitLab