Changeset 547 for CMT/HEAD/mgr/fragments/nmake/constituent
- Timestamp:
- Aug 3, 2010, 5:11:00 PM (15 years ago)
- File:
-
- 1 edited
-
CMT/HEAD/mgr/fragments/nmake/constituent (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
CMT/HEAD/mgr/fragments/nmake/constituent
r492 r547 19 19 !endif 20 20 21 !if "$(QUICK)" == "" || !exist ($(cmt_local_tagfile_${CONSTITUENT}))21 #!if "$(QUICK)" == "" || !exist ($(cmt_local_tagfile_${CONSTITUENT})) 22 22 23 !if [$(echo) (constituents.nmake) Rebuilding $(cmt_local_tagfile_${CONSTITUENT})] == 024 !endif25 !if [cmt -tag=$(tags) $(${CONSTITUENT}_extratags) build tag_makefile >$(cmt_local_tagfile_${CONSTITUENT})] == 026 !endif23 #!if [$(echo) (constituents.nmake) Rebuilding $(cmt_local_tagfile_${CONSTITUENT})] == 0 24 #!endif 25 #!if [cmt -tag=$(tags) $(${CONSTITUENT}_extratags) build tag_makefile >$(cmt_local_tagfile_${CONSTITUENT})] == 0 26 #!endif 27 27 28 !if [$(echo) (constituents.nmake) Rebuilding $(cmt_final_setup_${CONSTITUENT})] == 029 !endif30 !if [$(cmtexe) -tag=$(tags) $(${CONSTITUENT}_extratags) show setup >$(cmt_local_setup_${CONSTITUENT})] == 031 !endif28 #!if [$(echo) (constituents.nmake) Rebuilding $(cmt_final_setup_${CONSTITUENT})] == 0 29 #!endif 30 #!if [$(cmtexe) -tag=$(tags) $(${CONSTITUENT}_extratags) show setup >$(cmt_local_setup_${CONSTITUENT})] == 0 31 #!endif 32 32 33 !if exist ($(cmt_final_setup_${CONSTITUENT})) && [ echo n|comp $(cmt_final_setup_${CONSTITUENT}) $(cmt_local_setup_${CONSTITUENT}) >nul 2>&1 ] == 034 !if [ del $(cmt_local_setup_${CONSTITUENT}) ] == 035 !endif36 !else37 !if [ move /y $(cmt_local_setup_${CONSTITUENT}) $(cmt_final_setup_${CONSTITUENT}) >nul ] == 038 !endif39 !endif33 #!if exist ($(cmt_final_setup_${CONSTITUENT})) && [ echo n|comp $(cmt_final_setup_${CONSTITUENT}) $(cmt_local_setup_${CONSTITUENT}) >nul 2>&1 ] == 0 34 #!if [ del $(cmt_local_setup_${CONSTITUENT}) ] == 0 35 #!endif 36 #!else 37 #!if [ move /y $(cmt_local_setup_${CONSTITUENT}) $(cmt_final_setup_${CONSTITUENT}) >nul ] == 0 38 #!endif 39 #!endif 40 40 41 !endif41 #!endif 42 42 43 43 !else … … 52 52 !endif 53 53 54 !if "$(QUICK)" == "" 55 $(cmt_local_${CONSTITUENT}_makefile) : $(${CONSTITUENT}_dependencies) $(cmt_local_tagfile_${CONSTITUENT}) 56 !else 57 $(cmt_local_${CONSTITUENT}_makefile) : $(cmt_local_tagfile_${CONSTITUENT}) 58 !endif 54 #!if "$(QUICK)" == "" 55 #$(cmt_local_${CONSTITUENT}_makefile) : $(${CONSTITUENT}_dependencies) $(cmt_local_tagfile_${CONSTITUENT}) 56 #!else 57 #$(cmt_local_${CONSTITUENT}_makefile) : $(cmt_local_tagfile_${CONSTITUENT}) 58 #!endif 59 60 !if "$(QUICK)" == "" || !exist ($(cmt_local_${CONSTITUENT}_makefile)) || !exist ($(cmt_local_tagfile_${CONSTITUENT})) || !exist ($(cmt_final_setup_${CONSTITUENT})) 61 $(cmt_local_${CONSTITUENT}_makefile) : $(${CONSTITUENT}_dependencies) 59 62 $(echo) (constituents.nmake) Building ${CONSTITUENT}.nmake 60 63 @set include=$(include) 61 64 @set lib=$(lib) 62 @$(cmtexe) -tag=$(tags) $(${CONSTITUENT}_extratags) build -nmake constituent_makefile -out=$@ ${CONSTITUENT} 65 @$(cmtexe) -tag=$(tags) $(${CONSTITUENT}_extratags) build -nmake constituent_config -out=$@ ${CONSTITUENT} 66 # @$(cmtexe) -tag=$(tags) $(${CONSTITUENT}_extratags) build -nmake constituent_makefile -out=$@ ${CONSTITUENT} 63 67 # $(echo) (constituents.nmake) ${CONSTITUENT}.nmake done 68 !else 69 $(cmt_local_${CONSTITUENT}_makefile) : $(${CONSTITUENT}_dependencies) ; 70 !endif 64 71 65 72 cmt_${CONSTITUENT}_${HASDEPENDENCIES} = 1 … … 104 111 105 112 #${CONSTITUENT}uninstall :: $(cmt_local_${CONSTITUENT}_makefile) 106 ${CONSTITUENT}uninstall :: $(cmt_local_tagfile_${CONSTITUENT}) 113 #${CONSTITUENT}uninstall :: $(cmt_local_tagfile_${CONSTITUENT}) 114 ${CONSTITUENT}uninstall :: 107 115 $(echo) (constituents.nmake) Starting uninstall ${CONSTITUENT} 108 116 @set include=$(include) 109 117 @set lib=$(lib) 110 @if not exist $(cmt_local_${CONSTITUENT}_makefile) $(cmtexe) -tag=$(tags) $(${CONSTITUENT}_extratags) build -nmake constituent_makefile -out=$(cmt_local_${CONSTITUENT}_makefile) ${CONSTITUENT} 118 @if not exist $(cmt_local_${CONSTITUENT}_makefile) $(cmtexe) -tag=$(tags) $(${CONSTITUENT}_extratags) build -nmake constituent_config -out=$(cmt_local_${CONSTITUENT}_makefile) ${CONSTITUENT} 119 # @if not exist $(cmt_local_${CONSTITUENT}_makefile) $(cmtexe) -tag=$(tags) $(${CONSTITUENT}_extratags) build -nmake constituent_makefile -out=$(cmt_local_${CONSTITUENT}_makefile) ${CONSTITUENT} 111 120 @-$(MAKE) /nologo /f $(cmt_local_${CONSTITUENT}_makefile) /$(MAKEFLAGS) bin=$(bin) build_strategy=keep_makefiles uninstall tag=$(tag) 112 121 $(echo) (constituents.nmake) uninstall ${CONSTITUENT} done
Note:
See TracChangeset
for help on using the changeset viewer.
