Changeset 107 for CMT/HEAD


Ignore:
Timestamp:
Oct 28, 2005, 4:57:59 PM (19 years ago)
Author:
arnault
Message:

Fix backward incompatible change in few make fragments

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

Legend:

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

    r11 r107  
    44        @cd .
    55
    6 .DEFAULT::
    7         @echo Using default action for $@
     6#.DEFAULT::
     7#       @echo Using default action for $@
    88
    99${CONSTITUENT}clean ::
  • CMT/HEAD/mgr/fragments/constituents_header

    r95 r107  
    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}; \
  • CMT/HEAD/mgr/fragments/make_header

    r95 r107  
    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.