Diff
Logged in as anonymous

Differences From Artifact [9fb89ad753]:

To Artifact [33959c3113]:


1

2
3
4
5

6
7
8
9
10
11

12
13

14
15
16
17
18
19
20
1
2
3
4
5

6
7
8
9
10
11

12
13

14
15
16
17
18
19
20
21

+



-
+





-
+

-
+







.include "/etc/mrc.conf"
.export

DAEMONIZER?=svc.daemon

.MAKE.JOBS?=2
#.MAKE.JOBS?=2
.SILENT:

.include "${DAEMONIZER}"

.if defined(AUTOBOOT)
SCRIPTS!=ls *.init *.service
SCRIPTS=${:!find /etc/mrc -name '*.init' -o -name '*.service'!:S/\/etc\/mrc\///}
.else
SCRIPTS!=ls *.service
SCRIPTS=${:!find /etc/mrc -name '*.service'!:S/\/etc\/mrc\///}

DAEMON:
.endif

.MAIN: ${SCRIPTS:S/.init//:S/.service//}

.PHONY: ${SCRIPTS:S/.init//:S/.service//} _daemon _service