Add mark_service_crashed binary
This commit is contained in:
parent
5d6dd97bba
commit
0f4fa41574
1
src/rc/.gitignore
vendored
1
src/rc/.gitignore
vendored
@ -56,6 +56,7 @@ mark_service_inactive
|
|||||||
mark_service_wasinactive
|
mark_service_wasinactive
|
||||||
mark_service_hotplugged
|
mark_service_hotplugged
|
||||||
mark_service_failed
|
mark_service_failed
|
||||||
|
mark_service_crashed
|
||||||
rc-abort
|
rc-abort
|
||||||
rc
|
rc
|
||||||
openrc
|
openrc
|
||||||
|
@ -41,6 +41,7 @@ RC_SBINPROGS= mark_service_starting mark_service_started \
|
|||||||
mark_service_stopping mark_service_stopped \
|
mark_service_stopping mark_service_stopped \
|
||||||
mark_service_inactive mark_service_wasinactive \
|
mark_service_inactive mark_service_wasinactive \
|
||||||
mark_service_hotplugged mark_service_failed \
|
mark_service_hotplugged mark_service_failed \
|
||||||
|
mark_service_crashed \
|
||||||
rc-abort swclock
|
rc-abort swclock
|
||||||
|
|
||||||
ifeq (${OS},Linux)
|
ifeq (${OS},Linux)
|
||||||
@ -123,7 +124,8 @@ is_older_than: is_older_than.o rc-misc.o
|
|||||||
mark_service_starting mark_service_started \
|
mark_service_starting mark_service_started \
|
||||||
mark_service_stopping mark_service_stopped \
|
mark_service_stopping mark_service_stopped \
|
||||||
mark_service_inactive mark_service_wasinactive \
|
mark_service_inactive mark_service_wasinactive \
|
||||||
mark_service_hotplugged mark_service_failed: do_mark_service.o rc-misc.o
|
mark_service_hotplugged mark_service_failed \
|
||||||
|
mark_service_crashed: do_mark_service.o rc-misc.o
|
||||||
${CC} ${LOCAL_CFLAGS} ${LOCAL_LDFLAGS} ${CFLAGS} ${LDFLAGS} -o $@ $^ ${LDADD}
|
${CC} ${LOCAL_CFLAGS} ${LOCAL_LDFLAGS} ${CFLAGS} ${LDFLAGS} -o $@ $^ ${LDADD}
|
||||||
|
|
||||||
mountinfo: mountinfo.o _usage.o rc-misc.o
|
mountinfo: mountinfo.o _usage.o rc-misc.o
|
||||||
|
Loading…
Reference in New Issue
Block a user