Skip to content
Snippets Groups Projects
Commit 07fb0762 authored by Eric Vidal's avatar Eric Vidal :speech_balloon:
Browse files

really remove ishell file. Install rc.init.container file. add install-xxx at .PHONY

parent df11f7fd
No related branches found
No related tags found
No related merge requests found
......@@ -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:
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment