Changeset 198


Ignore:
Timestamp:
Jun 2, 2006, 2:37:44 PM (19 years ago)
Author:
garonne
Message:

remove _ from setup name files

Location:
CMT/HEAD/mgr/fragments
Files:
3 edited

Legend:

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

    r183 r198  
    99ifdef READONLY
    1010cmt_local_tagfile_${CONSTITUENT} = /tmp/CMT_$(${PACKAGE}_tag)_${CONSTITUENT}.make$(cmt_lock_pid)
    11 cmt_final_setup_${CONSTITUENT} = /tmp/CMT_${PACKAGE}_${CONSTITUENT}_setup.make
     11cmt_final_setup_${CONSTITUENT} = /tmp/CMT_${PACKAGE}_${CONSTITUENT}setup.make
    1212cmt_local_${CONSTITUENT}_makefile = /tmp/CMT_${CONSTITUENT}$(cmt_lock_pid).make
    1313else
    1414cmt_local_tagfile_${CONSTITUENT} = $(${PACKAGE}_tag)_${CONSTITUENT}.make
    15 cmt_final_setup_${CONSTITUENT} = $(bin)${PACKAGE}_${CONSTITUENT}_setup.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
  • CMT/HEAD/mgr/fragments/constituents_header

    r183 r198  
    2323
    2424ifdef READONLY
    25 cmt_local_setup = /tmp/CMT_${PACKAGE}_setup$(cmt_lock_pid).make
    26 cmt_final_setup = /tmp/CMT_${PACKAGE}_setup.make
     25cmt_local_setup = /tmp/CMT_${PACKAGE}setup$(cmt_lock_pid).make
     26cmt_final_setup = /tmp/CMT_${PACKAGE}setup.make
    2727else
    28 cmt_local_setup = $(bin)${PACKAGE}_setup$(cmt_lock_pid).make
    29 cmt_final_setup = $(bin)${PACKAGE}_setup.make
     28cmt_local_setup = $(bin)${PACKAGE}setup$(cmt_lock_pid).make
     29cmt_final_setup = $(bin)${PACKAGE}setup.make
    3030endif
    3131
     
    4949          echo CMTCONFIG=$(CMTCONFIG); \
    5050          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; \
    5353          trap '/bin/rm -f $${cmt_local_setup}' 0 1 2 15; \
    5454          $(cmtexe) -quiet -tag=$(tags) show setup >>$${cmt_local_setup}; \
     
    6262            fi; \
    6363          fi
    64         @/bin/echo setup.make ok
    65 
     64        @/bin/echo setup.make ok   
    6665config :: checkuses
    6766        @exit 0
  • CMT/HEAD/mgr/fragments/make_header

    r196 r198  
    5151
    5252ifdef READONLY
    53 cmt_final_setup_${CONSTITUENT} = /tmp/CMT_${PACKAGE}_${CONSTITUENT}_setup.make
     53cmt_final_setup_${CONSTITUENT} = /tmp/CMT_${PACKAGE}_${CONSTITUENT}setup.make
    5454cmt_local_${CONSTITUENT}_makefile = /tmp/CMT_${CONSTITUENT}$(cmt_lock_pid).make
    5555else
    56 cmt_final_setup_${CONSTITUENT} = $(bin)${PACKAGE}_${CONSTITUENT}_setup.make
     56cmt_final_setup_${CONSTITUENT} = $(bin)${PACKAGE}_${CONSTITUENT}setup.make
    5757cmt_local_${CONSTITUENT}_makefile = $(bin)${CONSTITUENT}.make
    5858endif
     
    6161
    6262ifdef READONLY
    63 cmt_final_setup_${CONSTITUENT} = /tmp/CMT_${PACKAGE}_setup.make
     63cmt_final_setup_${CONSTITUENT} = /tmp/CMT_${PACKAGE}setup.make
    6464cmt_local_${CONSTITUENT}_makefile = /tmp/CMT_${CONSTITUENT}$(cmt_lock_pid).make
    6565else
    66 cmt_final_setup_${CONSTITUENT} = $(bin)${PACKAGE}_setup.make
     66cmt_final_setup_${CONSTITUENT} = $(bin)${PACKAGE}setup.make
    6767cmt_local_${CONSTITUENT}_makefile = $(bin)${CONSTITUENT}.make
    6868endif
     
    7171
    7272ifdef READONLY
    73 cmt_final_setup = /tmp/CMT_${PACKAGE}_setup.make
     73cmt_final_setup = /tmp/CMT_${PACKAGE}setup.make
    7474else
    75 cmt_final_setup = $(bin)${PACKAGE}_setup.make
     75cmt_final_setup = $(bin)${PACKAGE}setup.make
    7676endif
    7777
Note: See TracChangeset for help on using the changeset viewer.