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

    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)
     
    4351        @set include=$(include)
    4452        @set lib=$(lib)
    45         @$(MAKE) /nologo /f $(cmt_local_${CONSTITUENT}_makefile) /$(MAKEFLAGS) bin=$(bin) build_strategy=keep_makefiles ${CONSTITUENT} tag=$(tag)
     53        @$(MAKE) /nologo /f $(cmt_local_${CONSTITUENT}_makefile) /$(MAKEFLAGS) bin=$(bin) QUICK=$(QUICK) build_strategy=keep_makefiles ${CONSTITUENT} tag=$(tag)
    4654        $(echo) (constituents.nmake) ${CONSTITUENT} done
    4755
     
    5260        @set include=$(include)
    5361        @set lib=$(lib)
    54         @-if exist $(cmt_local_${CONSTITUENT}_makefile) $(MAKE) /nologo /f $(cmt_local_${CONSTITUENT}_makefile) /$(MAKEFLAGS) bin=$(bin) build_strategy=keep_makefiles ${CONSTITUENT}clean tag=$(tag)
     62        @-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)
    5563        $(echo) (constituents.nmake) ${CONSTITUENT}clean done
    5664
     
    6169        @set include=$(include)
    6270        @set lib=$(lib)
    63         @-$(MAKE) /nologo /f $(cmt_local_${CONSTITUENT}_makefile) /$(MAKEFLAGS) bin=$(bin) build_strategy=keep_makefiles install tag=$(tag)
     71        @-$(MAKE) /nologo /f $(cmt_local_${CONSTITUENT}_makefile) /$(MAKEFLAGS) bin=$(bin) QUICK=$(QUICK) build_strategy=keep_makefiles install tag=$(tag)
    6472        $(echo) (constituents.nmake) install ${CONSTITUENT} done
    6573
     
    7078        @set include=$(include)
    7179        @set lib=$(lib)
    72         @-$(MAKE) /nologo /f $(cmt_local_${CONSTITUENT}_makefile) /$(MAKEFLAGS) bin=$(bin) build_strategy=keep_makefiles uninstall tag=$(tag)
     80        @-$(MAKE) /nologo /f $(cmt_local_${CONSTITUENT}_makefile) /$(MAKEFLAGS) bin=$(bin) QUICK=$(QUICK) build_strategy=keep_makefiles uninstall tag=$(tag)
    7381        $(echo) (constituents.nmake) uninstall ${CONSTITUENT} done
    7482
Note: See TracChangeset for help on using the changeset viewer.