Origin for each line in
Makefile
from check-in 5062c9b6fc:
2f11a995dc 2019-10-19 1: .include "/etc/mrc.conf"
2f11a995dc 2019-10-19 2:
5062c9b6fc 2019-10-19 3: DAEMONIZER?=svc.daemon
5062c9b6fc 2019-10-19 4:
5062c9b6fc 2019-10-19 5: .include "${DAEMONIZER}"
5062c9b6fc 2019-10-19 6:
5fb1968943 2019-10-19 7: .if defined(AUTOBOOT)
5fb1968943 2019-10-19 8: SCRIPTS!=ls *.init *.service
5fb1968943 2019-10-19 9: .else
5fb1968943 2019-10-19 10: SCRIPTS!=ls *.service
5fb1968943 2019-10-19 11: .endif
5fb1968943 2019-10-19 12:
5fb1968943 2019-10-19 13: all: ${SERVICE:S/.init//:S/.service//}
5062c9b6fc 2019-10-19 14:
5062c9b6fc 2019-10-19 15: .for file in ${SCRIPTS}
5062c9b6fc 2019-10-19 16: .include "${file}"
5062c9b6fc 2019-10-19 17: .endfor