Changeset 123
- Timestamp:
- Nov 8, 2005, 11:44:35 AM (20 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
CMT/HEAD/mgr/fragments/constituent
r79 r123 8 8 9 9 ifdef 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.make10 cmt_local_tagfile_${CONSTITUENT} = /tmp/CMT_$(${PACKAGE}_tag)_${CONSTITUENT}.make$(cmt_lock_pid) 11 cmt_final_setup_${CONSTITUENT} = /tmp/CMT_${PACKAGE}_${CONSTITUENT}setup.make 12 12 cmt_local_${CONSTITUENT}_makefile = /tmp/CMT_${CONSTITUENT}$(cmt_lock_pid).make 13 13 else 14 cmt_local_tagfile_${CONSTITUENT} = $(${PACKAGE}_tag)_${CONSTITUENT}.make15 cmt_final_setup_${CONSTITUENT} = $(bin)${PACKAGE}_${CONSTITUENT}_setup.make14 cmt_local_tagfile_${CONSTITUENT} = $(${PACKAGE}_tag)_${CONSTITUENT}.make 15 cmt_final_setup_${CONSTITUENT} = $(bin)${PACKAGE}_${CONSTITUENT}setup.make 16 16 cmt_local_${CONSTITUENT}_makefile = $(bin)${CONSTITUENT}.make 17 17 endif … … 31 31 ifdef READONLY 32 32 cmt_local_tagfile_${CONSTITUENT} = /tmp/CMT_$(${PACKAGE}_tag).make$(cmt_lock_pid) 33 cmt_final_setup_${CONSTITUENT} = /tmp/CMT_${PACKAGE} _setup.make33 cmt_final_setup_${CONSTITUENT} = /tmp/CMT_${PACKAGE}setup.make 34 34 cmt_local_${CONSTITUENT}_makefile = /tmp/CMT_${CONSTITUENT}$(cmt_lock_pid).make 35 35 else 36 36 cmt_local_tagfile_${CONSTITUENT} = $(${PACKAGE}_tag).make 37 cmt_final_setup_${CONSTITUENT} = $(bin)${PACKAGE} _setup.make37 cmt_final_setup_${CONSTITUENT} = $(bin)${PACKAGE}setup.make 38 38 cmt_local_${CONSTITUENT}_makefile = $(bin)${CONSTITUENT}.make 39 39 endif
Note:
See TracChangeset
for help on using the changeset viewer.