Diff
Logged in as anonymous

Differences From Artifact [4642b9f184]:

To Artifact [e41ea1fc6e]:


48
49
50
51
52
53
54






55
56
57
58
59
60
61
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67







+
+
+
+
+
+







TARGETS:=${SCRIPTS:S/.service.mk//}

.for file in ${SCRIPTS}
#.info ${file}
.include "${file}"
.if !target(${file:S/.service.mk//})
${file:S/.service.mk//}: _service
.endif
.if !target(${file:S/.service.mk/_status/})
${file:S/.service.mk/_status/}: _status
.endif
.if !target(${file:S/.service.mk/_restart/})
${file:S/.service.mk/_restart/}: _restart
.endif
.endfor

.MAIN: ${TARGETS}

.PHONY: ${TARGETS} ${OTHER_TARGETS}