Changeset 198
- Timestamp:
- Jun 2, 2006, 2:37:44 PM (19 years ago)
- Location:
- CMT/HEAD/mgr/fragments
- Files:
-
- 3 edited
-
constituent (modified) (2 diffs)
-
constituents_header (modified) (3 diffs)
-
make_header (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
CMT/HEAD/mgr/fragments/constituent
r183 r198 9 9 ifdef READONLY 10 10 cmt_local_tagfile_${CONSTITUENT} = /tmp/CMT_$(${PACKAGE}_tag)_${CONSTITUENT}.make$(cmt_lock_pid) 11 cmt_final_setup_${CONSTITUENT} = /tmp/CMT_${PACKAGE}_${CONSTITUENT} _setup.make11 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 14 cmt_local_tagfile_${CONSTITUENT} = $(${PACKAGE}_tag)_${CONSTITUENT}.make 15 cmt_final_setup_${CONSTITUENT} = $(bin)${PACKAGE}_${CONSTITUENT} _setup.make15 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 -
CMT/HEAD/mgr/fragments/constituents_header
r183 r198 23 23 24 24 ifdef READONLY 25 cmt_local_setup = /tmp/CMT_${PACKAGE} _setup$(cmt_lock_pid).make26 cmt_final_setup = /tmp/CMT_${PACKAGE} _setup.make25 cmt_local_setup = /tmp/CMT_${PACKAGE}setup$(cmt_lock_pid).make 26 cmt_final_setup = /tmp/CMT_${PACKAGE}setup.make 27 27 else 28 cmt_local_setup = $(bin)${PACKAGE} _setup$(cmt_lock_pid).make29 cmt_final_setup = $(bin)${PACKAGE} _setup.make28 cmt_local_setup = $(bin)${PACKAGE}setup$(cmt_lock_pid).make 29 cmt_final_setup = $(bin)${PACKAGE}setup.make 30 30 endif 31 31 … … 49 49 echo CMTCONFIG=$(CMTCONFIG); \ 50 50 if test -f $(cmt_local_setup); then /bin/rm -f $(cmt_local_setup); fi; \ 51 cmt_local_setup=$${bin}${PACKAGE} _setup$(cmt_lock_pid).make; \52 cmt_final_setup=$${bin}${PACKAGE} _setup.make; \51 cmt_local_setup=$${bin}${PACKAGE}setup$(cmt_lock_pid).make; \ 52 cmt_final_setup=$${bin}${PACKAGE}setup.make; \ 53 53 trap '/bin/rm -f $${cmt_local_setup}' 0 1 2 15; \ 54 54 $(cmtexe) -quiet -tag=$(tags) show setup >>$${cmt_local_setup}; \ … … 62 62 fi; \ 63 63 fi 64 @/bin/echo setup.make ok 65 64 @/bin/echo setup.make ok 66 65 config :: checkuses 67 66 @exit 0 -
CMT/HEAD/mgr/fragments/make_header
r196 r198 51 51 52 52 ifdef READONLY 53 cmt_final_setup_${CONSTITUENT} = /tmp/CMT_${PACKAGE}_${CONSTITUENT} _setup.make53 cmt_final_setup_${CONSTITUENT} = /tmp/CMT_${PACKAGE}_${CONSTITUENT}setup.make 54 54 cmt_local_${CONSTITUENT}_makefile = /tmp/CMT_${CONSTITUENT}$(cmt_lock_pid).make 55 55 else 56 cmt_final_setup_${CONSTITUENT} = $(bin)${PACKAGE}_${CONSTITUENT} _setup.make56 cmt_final_setup_${CONSTITUENT} = $(bin)${PACKAGE}_${CONSTITUENT}setup.make 57 57 cmt_local_${CONSTITUENT}_makefile = $(bin)${CONSTITUENT}.make 58 58 endif … … 61 61 62 62 ifdef READONLY 63 cmt_final_setup_${CONSTITUENT} = /tmp/CMT_${PACKAGE} _setup.make63 cmt_final_setup_${CONSTITUENT} = /tmp/CMT_${PACKAGE}setup.make 64 64 cmt_local_${CONSTITUENT}_makefile = /tmp/CMT_${CONSTITUENT}$(cmt_lock_pid).make 65 65 else 66 cmt_final_setup_${CONSTITUENT} = $(bin)${PACKAGE} _setup.make66 cmt_final_setup_${CONSTITUENT} = $(bin)${PACKAGE}setup.make 67 67 cmt_local_${CONSTITUENT}_makefile = $(bin)${CONSTITUENT}.make 68 68 endif … … 71 71 72 72 ifdef READONLY 73 cmt_final_setup = /tmp/CMT_${PACKAGE} _setup.make73 cmt_final_setup = /tmp/CMT_${PACKAGE}setup.make 74 74 else 75 cmt_final_setup = $(bin)${PACKAGE} _setup.make75 cmt_final_setup = $(bin)${PACKAGE}setup.make 76 76 endif 77 77
Note:
See TracChangeset
for help on using the changeset viewer.
