Differences From Artifact [a202ff1787]:
- File Makefile — part of check-in [88e0b45310] at 2019-10-23 09:40:23 on branch trunk — create defaults file, mark conditions for later, remove default mrc.conf (user: arcade, size: 1104) [annotate] [blame] [check-ins using]
To Artifact [bb5a29dbec]:
- File Makefile — part of check-in [bc20f9df9f] at 2019-10-24 10:31:23 on branch trunk — add default empty start target when it's absent, add flags to control background/foreground mode (user: arcade, size: 1182) [annotate] [blame] [check-ins using]
| ︙ | |||
43 44 45 46 47 48 49 50 51 52 53 54 55 56 | 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 | + + + |
echo Empty target.
TARGETS:=${SCRIPTS:S/.init.mk//:S/.service.mk//}
.for file in ${SCRIPTS}
#.info ${file}
.include "${file}"
.if !target(${file:S/.service.mk//})
${file:S/.service.mk//}: _service
.endif
.endfor
.include "init.mk"
.MAIN: ${TARGETS}
.PHONY: ${TARGETS} ${OTHER_TARGETS}
|
| ︙ |