source: CMT/HEAD/mgr/fragments/cmt_action_runner_header @ 487

Last change on this file since 487 was 487, checked in by rybkin, 15 years ago

See C.L. 382

  • Property svn:eol-style set to native
File size: 786 bytes
Line 
1#-- start of cmt_action_runner_header ---------------
2
3ifdef ONCE
4${CONSTITUENT}_once = 1
5endif
6
7ifdef ${CONSTITUENT}_once
8
9${CONSTITUENT}actionstamp = $(bin)${CONSTITUENT}.actionstamp
10#${CONSTITUENT}actionstamp = ${CONSTITUENT}.actionstamp
11
12${CONSTITUENT} :: $(${CONSTITUENT}actionstamp)
13        $(echo) "${CONSTITUENT} ok"
14#       @echo ${CONSTITUENT} ok
15
16$(${CONSTITUENT}actionstamp) :: $(${CONSTITUENT}_dependencies)
17        $(silent) ${action_value}
18        $(silent) cat /dev/null > $(${CONSTITUENT}actionstamp)
19#       @echo ok > $(${CONSTITUENT}actionstamp)
20
21${CONSTITUENT}clean ::
22        $(cleanup_silent) /bin/rm -f $(${CONSTITUENT}actionstamp)
23
24else
25
26${CONSTITUENT} :: $(${CONSTITUENT}_dependencies)
27        $(silent) $(action_value)
28
29endif
30
31install ::
32uninstall ::
33
34#-- end of cmt_action_runner_header -----------------
Note: See TracBrowser for help on using the repository browser.