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

Last change on this file since 79 was 79, checked in by arnault, 19 years ago

Fixing session - see CL#275

  • Property svn:eol-style set to native
File size: 620 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 = ${CONSTITUENT}.actionstamp
10
11${CONSTITUENT} :: $(${CONSTITUENT}actionstamp)
12        @echo ${CONSTITUENT} ok
13
14$(${CONSTITUENT}actionstamp) :: $(${CONSTITUENT}_dependencies)
15        $(silent) ${action_value}
16        @echo ok > $(${CONSTITUENT}actionstamp)
17
18${CONSTITUENT}clean ::
19        @/bin/rm -f $(${CONSTITUENT}actionstamp)
20
21else
22
23${CONSTITUENT} :: $(${CONSTITUENT}_dependencies)
24        $(silent) $(action_value)
25
26endif
27
28install ::
29uninstall ::
30
31#-- end of cmt_action_runner_header -----------------
Note: See TracBrowser for help on using the repository browser.