Move the linking of files in /etc/init.d into the sh/Makefile so that install -jN works.
This commit is contained in:
2
Makefile
2
Makefile
@@ -13,8 +13,6 @@ include $(TOPDIR)/default.mk
|
||||
include $(TOPDIR)/Makefile.$(OS)
|
||||
|
||||
install::
|
||||
ln -snf /$(RC_LIB)/sh/net.sh $(DESTDIR)/etc/init.d/$(NET_LO) || exit $$?
|
||||
ln -snf /$(RC_LIB)/sh/functions.sh $(DESTDIR)/etc/init.d || exit $$?
|
||||
$(INSTALL) -d $(DESTDIR)$(RC_LIB)/init.d
|
||||
$(INSTALL) -d $(DESTDIR)$(RC_LIB)/tmp
|
||||
|
||||
|
||||
Reference in New Issue
Block a user