Ignore:
Timestamp:
Feb 21, 2008, 5:59:30 PM (16 years ago)
Author:
rybkin
Message:

See C.L. 349

File:
1 edited

Legend:

Unmodified
Added
Removed
  • CMT/HEAD/mgr/fragments/nmake/constituent_lock

    r429 r445  
    3131
    3232$(cmt_local_${CONSTITUENT}_makefile) :: $(${CONSTITUENT}_dependencies) $(cmt_local_tagfile_${CONSTITUENT}) dirs
    33         @echo (constituents.nmake) Building ${CONSTITUENT}.nmake
     33        $(echo) (constituents.nmake) Building ${CONSTITUENT}.nmake
    3434        @set include=$(include)
    3535        @set lib=$(lib)
    3636        @$(cmtexe) -quiet -tag=$(tags) $(${CONSTITUENT}_extratags) build -nmake constituent_makefile ${CONSTITUENT}
    3737        @move ${CONSTITUENT}.nmake $(bin)
    38         @echo (constituents.nmake) ${CONSTITUENT}.nmake done
     38        $(echo) (constituents.nmake) ${CONSTITUENT}.nmake done
    3939
    4040${CONSTITUENT} :: $(${CONSTITUENT}_dependencies) $(cmt_local_${CONSTITUENT}_makefile)
    41         @echo "------> (constituents.make) Creating ${CONSTITUENT}$(lock_suffix)"
     41        $(echo) (constituents.make) Creating ${CONSTITUENT}$(lock_suffix)
    4242        @$(lock_command) ${CONSTITUENT}$(lock_suffix)
    43         @echo (constituents.nmake) Starting ${CONSTITUENT}
     43        $(echo) (constituents.nmake) Starting ${CONSTITUENT}
    4444        @set include=$(include)
    4545        @set lib=$(lib)
    46         @$(MAKE) /nologo /f $(cmt_local_${CONSTITUENT}_makefile) $(MAKEFLAGS) build_strategy=keep_makefiles ${CONSTITUENT} tag=$(tag) \
     46        @$(MAKE) /nologo /f $(cmt_local_${CONSTITUENT}_makefile) /$(MAKEFLAGS) build_strategy=keep_makefiles ${CONSTITUENT} tag=$(tag) \
    4747        || ($(unlock_command) ${CONSTITUENT}$(lock_suffix) & exit 1)
    4848        @$(unlock_command) ${CONSTITUENT}$(lock_suffix)
    49         @echo (constituents.nmake) ${CONSTITUENT} done
     49        $(echo) (constituents.nmake) ${CONSTITUENT} done
    5050
    5151clean :: ${CONSTITUENT}clean
    5252
    5353${CONSTITUENT}clean :: $(${CONSTITUENT}clean_dependencies) ##$(cmt_local_${CONSTITUENT}_makefile)
    54         @echo (constituents.nmake) Starting ${CONSTITUENT}clean
     54        $(echo) (constituents.nmake) Starting ${CONSTITUENT}clean
    5555        @set include=$(include)
    5656        @set lib=$(lib)
    57         @-if exist $(cmt_local_${CONSTITUENT}_makefile) $(MAKE) /nologo /f $(cmt_local_${CONSTITUENT}_makefile) $(MAKEFLAGS) build_strategy=keep_makefiles ${CONSTITUENT}clean tag=$(tag)
    58         @echo (constituents.nmake) ${CONSTITUENT}clean done
     57        @-if exist $(cmt_local_${CONSTITUENT}_makefile) $(MAKE) /nologo /f $(cmt_local_${CONSTITUENT}_makefile) /$(MAKEFLAGS) build_strategy=keep_makefiles ${CONSTITUENT}clean tag=$(tag)
     58        $(echo) (constituents.nmake) ${CONSTITUENT}clean done
    5959
    6060install :: ${CONSTITUENT}install
    6161
    6262${CONSTITUENT}install :: $(${CONSTITUENT}_dependencies) $(cmt_local_${CONSTITUENT}_makefile)
    63         @echo (constituents.nmake) Starting install ${CONSTITUENT}
     63        $(echo) (constituents.nmake) Starting install ${CONSTITUENT}
    6464        @set include=$(include)
    6565        @set lib=$(lib)
    66         @-$(MAKE) /nologo /f $(cmt_local_${CONSTITUENT}_makefile) $(MAKEFLAGS) build_strategy=keep_makefiles install tag=$(tag)
    67         @echo (constituents.nmake) install ${CONSTITUENT} done
     66        @-$(MAKE) /nologo /f $(cmt_local_${CONSTITUENT}_makefile) /$(MAKEFLAGS) build_strategy=keep_makefiles install tag=$(tag)
     67        $(echo) (constituents.nmake) install ${CONSTITUENT} done
    6868
    6969uninstall :: ${CONSTITUENT}uninstall
    7070
    7171${CONSTITUENT}uninstall :: $(cmt_local_${CONSTITUENT}_makefile)
    72         @echo (constituents.nmake) Starting uninstall ${CONSTITUENT}"
     72        $(echo) (constituents.nmake) Starting uninstall ${CONSTITUENT}"
    7373        @set include=$(include)
    7474        @set lib=$(lib)
    75         @-$(MAKE) /nologo /f $(cmt_local_${CONSTITUENT}_makefile) $(MAKEFLAGS) build_strategy=keep_makefiles uninstall tag=$(tag)
    76         @echo (constituents.nmake) uninstall ${CONSTITUENT} done
     75        @-$(MAKE) /nologo /f $(cmt_local_${CONSTITUENT}_makefile) /$(MAKEFLAGS) build_strategy=keep_makefiles uninstall tag=$(tag)
     76        $(echo) (constituents.nmake) uninstall ${CONSTITUENT} done
    7777
    7878#-- end of constituent_lock ------
Note: See TracChangeset for help on using the changeset viewer.