Annotation For Makefile
Logged in as anonymous

Origin for each line in Makefile from check-in 5062c9b6fc:

2f11a995dc 2019-10-19        arcade: .include "/etc/mrc.conf"
2f11a995dc 2019-10-19        arcade: 
5062c9b6fc 2019-10-19        arcade: DAEMONIZER?=svc.daemon
5062c9b6fc 2019-10-19        arcade: 
5062c9b6fc 2019-10-19        arcade: .include "${DAEMONIZER}"
5062c9b6fc 2019-10-19        arcade: 
5fb1968943 2019-10-19        arcade: .if defined(AUTOBOOT)
5fb1968943 2019-10-19        arcade: SCRIPTS!=ls *.init *.service
5fb1968943 2019-10-19        arcade: .else
5fb1968943 2019-10-19        arcade: SCRIPTS!=ls *.service
5fb1968943 2019-10-19        arcade: .endif
5fb1968943 2019-10-19        arcade: 
5fb1968943 2019-10-19        arcade: all: ${SERVICE:S/.init//:S/.service//}
5062c9b6fc 2019-10-19        arcade: 
5062c9b6fc 2019-10-19        arcade: .for file in ${SCRIPTS}
5062c9b6fc 2019-10-19        arcade: .include "${file}"
5062c9b6fc 2019-10-19        arcade: .endfor