Ignore:
Timestamp:
Nov 1, 2008, 9:05:54 PM (16 years ago)
Author:
rybkin
Message:

See C.L. 373

File:
1 edited

Legend:

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

    r469 r472  
    1717!endif
    1818
     19!if "$(QUICK)" == ""
     20
    1921!if [cmt -tag=$(tags) $(${CONSTITUENT}_extratags) build tag_makefile >$(cmt_local_tagfile_${CONSTITUENT})] == 0
    2022!endif
    2123
    2224!if [$(cmtexe) -tag=$(tags) $(${CONSTITUENT}_extratags) show setup >$(cmt_final_setup_${CONSTITUENT})] == 0
     25!endif
     26
    2327!endif
    2428
     
    3236!endif
    3337
     38!if "$(QUICK)" == ""
    3439$(cmt_local_${CONSTITUENT}_makefile) :: $(${CONSTITUENT}_dependencies) $(cmt_local_tagfile_${CONSTITUENT}) dirs
     40!else
     41$(cmt_local_${CONSTITUENT}_makefile) :: $(cmt_local_tagfile_${CONSTITUENT})
     42!endif
    3543        $(echo) (constituents.nmake) Building ${CONSTITUENT}.nmake
    3644        @set include=$(include)
     
    4553        @set include=$(include)
    4654        @set lib=$(lib)
    47         @$(MAKE) /nologo /f $(cmt_local_${CONSTITUENT}_makefile) /$(MAKEFLAGS) bin=$(bin) build_strategy=keep_makefiles ${CONSTITUENT} tag=$(tag) \
     55        @$(MAKE) /nologo /f $(cmt_local_${CONSTITUENT}_makefile) /$(MAKEFLAGS) bin=$(bin) QUICK=$(QUICK) build_strategy=keep_makefiles ${CONSTITUENT} tag=$(tag) \
    4856        || ($(unlock_command) ${CONSTITUENT}$(lock_suffix) & exit 1)
    4957        @$(unlock_command) ${CONSTITUENT}$(lock_suffix)
     
    5664        @set include=$(include)
    5765        @set lib=$(lib)
    58         @-if exist $(cmt_local_${CONSTITUENT}_makefile) $(MAKE) /nologo /f $(cmt_local_${CONSTITUENT}_makefile) /$(MAKEFLAGS) bin=$(bin) build_strategy=keep_makefiles ${CONSTITUENT}clean tag=$(tag)
     66        @-if exist $(cmt_local_${CONSTITUENT}_makefile) $(MAKE) /nologo /f $(cmt_local_${CONSTITUENT}_makefile) /$(MAKEFLAGS) bin=$(bin) QUICK=$(QUICK) build_strategy=keep_makefiles ${CONSTITUENT}clean tag=$(tag)
    5967        $(echo) (constituents.nmake) ${CONSTITUENT}clean done
    6068
     
    6573        @set include=$(include)
    6674        @set lib=$(lib)
    67         @-$(MAKE) /nologo /f $(cmt_local_${CONSTITUENT}_makefile) /$(MAKEFLAGS) bin=$(bin) build_strategy=keep_makefiles install tag=$(tag)
     75        @-$(MAKE) /nologo /f $(cmt_local_${CONSTITUENT}_makefile) /$(MAKEFLAGS) bin=$(bin) QUICK=$(QUICK) build_strategy=keep_makefiles install tag=$(tag)
    6876        $(echo) (constituents.nmake) install ${CONSTITUENT} done
    6977
     
    7482        @set include=$(include)
    7583        @set lib=$(lib)
    76         @-$(MAKE) /nologo /f $(cmt_local_${CONSTITUENT}_makefile) /$(MAKEFLAGS) bin=$(bin) build_strategy=keep_makefiles uninstall tag=$(tag)
     84        @-$(MAKE) /nologo /f $(cmt_local_${CONSTITUENT}_makefile) /$(MAKEFLAGS) bin=$(bin) QUICK=$(QUICK) build_strategy=keep_makefiles uninstall tag=$(tag)
    7785        $(echo) (constituents.nmake) uninstall ${CONSTITUENT} done
    7886
Note: See TracChangeset for help on using the changeset viewer.