Changeset 2237 in kBuild
- Timestamp:
- Jan 9, 2009 3:02:49 AM (16 years ago)
- Location:
- trunk/kBuild
- Files:
-
- 5 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/kBuild/header.kmk
r2225 r2237 525 525 DEP_IDB_INT := kmk_builtin_kDepIDB 526 526 DEP_IDB := $(DEP_IDB_INT) 527 if $(KMK_REVISION) >= 2121 # temporary hack, remove after next build cycle.528 DEP_IDB_Q := -q529 endif530 527 531 528 DEP_PRE := $(KBUILD_BIN_PATH)/kDepPre$(HOSTSUFF_EXE) -
trunk/kBuild/tools/VCC70.kmk
r2182 r2237 148 148 -Fo$(obj)\ 149 149 $(subst /,\\,$(abspath $(source))) 150 $(QUIET)$(DEP_IDB) -f -s $(DEP_IDB_Q)-o $(dep) -t $(obj) $(call TOOL_VCC70_PDB,$(outbase)-obj,idb)150 $(QUIET)$(DEP_IDB) -f -s -q -o $(dep) -t $(obj) $(call TOOL_VCC70_PDB,$(outbase)-obj,idb) 151 151 endef 152 152 #endif # !KBUILD_USE_KOBJCACHE … … 196 196 -Fo$(obj)\ 197 197 $(subst /,\\,$(abspath $(source))) 198 $(QUIET)$(DEP_IDB) -f -s $(DEP_IDB_Q)-o $(dep) -t $(obj) $(call TOOL_VCC70_PDB,$(outbase)-obj,idb)198 $(QUIET)$(DEP_IDB) -f -s -q -o $(dep) -t $(obj) $(call TOOL_VCC70_PDB,$(outbase)-obj,idb) 199 199 endef 200 200 #endif # !KBUILD_USE_KOBJCACHE -
trunk/kBuild/tools/VCC80.kmk
r2182 r2237 156 156 -Fo$(obj)\ 157 157 $(subst /,\\,$(abspath $(source))) 158 $(QUIET)$(DEP_IDB) -f -s $(DEP_IDB_Q)-o $(dep) -t $(obj) $(call TOOL_VCC80_PDB,$(outbase)-obj,idb)158 $(QUIET)$(DEP_IDB) -f -s -q -o $(dep) -t $(obj) $(call TOOL_VCC80_PDB,$(outbase)-obj,idb) 159 159 endef 160 160 … … 184 184 -Fo$(obj)\ 185 185 $(subst /,\\,$(abspath $(source))) 186 $(QUIET)$(DEP_IDB) -f -s $(DEP_IDB_Q)-o $(dep) -t $(obj) $(call TOOL_VCC80_PDB,$(outbase)-obj,idb)186 $(QUIET)$(DEP_IDB) -f -s -q -o $(dep) -t $(obj) $(call TOOL_VCC80_PDB,$(outbase)-obj,idb) 187 187 endef 188 188 -
trunk/kBuild/tools/VCC80AMD64.kmk
r2182 r2237 135 135 -Fo$(obj)\ 136 136 $(subst /,\\,$(abspath $(source))) 137 $(QUIET)$(DEP_IDB) -f -s $(DEP_IDB_Q)-o $(dep) -t $(obj) $(call TOOL_VCC80AMD64_PDB,$(outbase)-obj,idb)137 $(QUIET)$(DEP_IDB) -f -s -q -o $(dep) -t $(obj) $(call TOOL_VCC80AMD64_PDB,$(outbase)-obj,idb) 138 138 endef 139 139 … … 163 163 -Fo$(obj)\ 164 164 $(subst /,\\,$(abspath $(source))) 165 $(QUIET)$(DEP_IDB) -f -s $(DEP_IDB_Q)-o $(dep) -t $(obj) $(call TOOL_VCC80AMD64_PDB,$(outbase)-obj,idb)165 $(QUIET)$(DEP_IDB) -f -s -q -o $(dep) -t $(obj) $(call TOOL_VCC80AMD64_PDB,$(outbase)-obj,idb) 166 166 endef 167 167 -
trunk/kBuild/tools/VCC80X86.kmk
r2182 r2237 136 136 -Fo$(obj)\ 137 137 $(subst /,\\,$(abspath $(source))) 138 $(QUIET)$(DEP_IDB) -f -s $(DEP_IDB_Q)-o $(dep) -t $(obj) $(call TOOL_VCC80X86_PDB,$(outbase)-obj,idb)138 $(QUIET)$(DEP_IDB) -f -s -q -o $(dep) -t $(obj) $(call TOOL_VCC80X86_PDB,$(outbase)-obj,idb) 139 139 endef 140 140 … … 164 164 -Fo$(obj)\ 165 165 $(subst /,\\,$(abspath $(source))) 166 $(QUIET)$(DEP_IDB) -f -s $(DEP_IDB_Q)-o $(dep) -t $(obj) $(call TOOL_VCC80X86_PDB,$(outbase)-obj,idb)166 $(QUIET)$(DEP_IDB) -f -s -q -o $(dep) -t $(obj) $(call TOOL_VCC80X86_PDB,$(outbase)-obj,idb) 167 167 endef 168 168
Note:
See TracChangeset
for help on using the changeset viewer.