Changeset 123


Ignore:
Timestamp:
Nov 8, 2005, 11:44:35 AM (20 years ago)
Author:
garonne
Message:

change _setup by setup

File:
1 edited

Legend:

Unmodified
Added
Removed
  • CMT/HEAD/mgr/fragments/constituent

    r79 r123  
    88
    99ifdef READONLY
    10 cmt_local_tagfile_${CONSTITUENT} = /tmp/CMT_$(${PACKAGE}_tag)_${CONSTITUENT}.make$(cmt_lock_pid)
    11 cmt_final_setup_${CONSTITUENT} = /tmp/CMT_${PACKAGE}_${CONSTITUENT}_setup.make
     10cmt_local_tagfile_${CONSTITUENT}  = /tmp/CMT_$(${PACKAGE}_tag)_${CONSTITUENT}.make$(cmt_lock_pid)
     11cmt_final_setup_${CONSTITUENT}    = /tmp/CMT_${PACKAGE}_${CONSTITUENT}setup.make
    1212cmt_local_${CONSTITUENT}_makefile = /tmp/CMT_${CONSTITUENT}$(cmt_lock_pid).make
    1313else
    14 cmt_local_tagfile_${CONSTITUENT} = $(${PACKAGE}_tag)_${CONSTITUENT}.make
    15 cmt_final_setup_${CONSTITUENT} = $(bin)${PACKAGE}_${CONSTITUENT}_setup.make
     14cmt_local_tagfile_${CONSTITUENT}  = $(${PACKAGE}_tag)_${CONSTITUENT}.make
     15cmt_final_setup_${CONSTITUENT}    = $(bin)${PACKAGE}_${CONSTITUENT}setup.make
    1616cmt_local_${CONSTITUENT}_makefile = $(bin)${CONSTITUENT}.make
    1717endif
     
    3131ifdef READONLY
    3232cmt_local_tagfile_${CONSTITUENT} = /tmp/CMT_$(${PACKAGE}_tag).make$(cmt_lock_pid)
    33 cmt_final_setup_${CONSTITUENT} = /tmp/CMT_${PACKAGE}_setup.make
     33cmt_final_setup_${CONSTITUENT} = /tmp/CMT_${PACKAGE}setup.make
    3434cmt_local_${CONSTITUENT}_makefile = /tmp/CMT_${CONSTITUENT}$(cmt_lock_pid).make
    3535else
    3636cmt_local_tagfile_${CONSTITUENT} = $(${PACKAGE}_tag).make
    37 cmt_final_setup_${CONSTITUENT} = $(bin)${PACKAGE}_setup.make
     37cmt_final_setup_${CONSTITUENT} = $(bin)${PACKAGE}setup.make
    3838cmt_local_${CONSTITUENT}_makefile = $(bin)${CONSTITUENT}.make
    3939endif
Note: See TracChangeset for help on using the changeset viewer.