Changeset 1315 in kBuild
- Timestamp:
- Dec 2, 2007 5:59:27 AM (17 years ago)
- Location:
- trunk/kBuild/tools
- Files:
-
- 7 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/kBuild/tools/GCC3.kmk
r1259 r1315 223 223 $(QUIET)$(APPEND) $(out).ar-script 'SAVE' 224 224 $(QUIET)$(APPEND) $(out).ar-script 'END' 225 ifdef KMK_USE_REDIRECT 226 $(QUIET)$(REDIRECT) -rti $(out).ar-script -- $(TOOL_GCC3_AR) -M 227 else 225 228 $(QUIET)$(TOOL_GCC3_AR) -M < $(out).ar-script 229 endif 226 230 endef 227 231 -
trunk/kBuild/tools/GCC32.kmk
r1259 r1315 218 218 $(QUIET)$(APPEND) $(out).ar-script 'SAVE' 219 219 $(QUIET)$(APPEND) $(out).ar-script 'END' 220 ifdef KMK_USE_REDIRECT 221 $(QUIET)$(REDIRECT) -rti $(out).ar-script -- $(TOOL_GCC32_AR) -M 222 else 220 223 $(QUIET)$(TOOL_GCC32_AR) -M < $(out).ar-script 224 endif 221 225 endef 222 226 -
trunk/kBuild/tools/GCC64.kmk
r1259 r1315 218 218 $(QUIET)$(APPEND) $(out).ar-script 'SAVE' 219 219 $(QUIET)$(APPEND) $(out).ar-script 'END' 220 ifdef KMK_USE_REDIRECT 221 $(QUIET)$(REDIRECT) -rti $(out).ar-script -- $(TOOL_GCC64_AR) -M 222 else 220 223 $(QUIET)$(TOOL_GCC64_AR) -M < $(out).ar-script 224 endif 221 225 endef 222 226 -
trunk/kBuild/tools/GXX3.kmk
r1259 r1315 223 223 $(QUIET)$(APPEND) $(out).ar-script 'SAVE' 224 224 $(QUIET)$(APPEND) $(out).ar-script 'END' 225 ifdef KMK_USE_REDIRECT 226 $(QUIET)$(REDIRECT) -rti $(out).ar-script -- $(TOOL_GXX3_AR) -M 227 else 225 228 $(QUIET)$(TOOL_GXX3_AR) -M < $(out).ar-script 229 endif 226 230 endef 227 231 -
trunk/kBuild/tools/GXX32.kmk
r1259 r1315 218 218 $(QUIET)$(APPEND) $(out).ar-script 'SAVE' 219 219 $(QUIET)$(APPEND) $(out).ar-script 'END' 220 ifdef KMK_USE_REDIRECT 221 $(QUIET)$(REDIRECT) -rti $(out).ar-script -- $(TOOL_GXX32_AR) -M 222 else 220 223 $(QUIET)$(TOOL_GXX32_AR) -M < $(out).ar-script 224 endif 221 225 endef 222 226 else … … 229 233 $(QUIET)$(APPEND) $(out).ar-script "SAVE" 230 234 $(QUIET)$(APPEND) $(out).ar-script "END" 235 ifdef KMK_USE_REDIRECT 236 $(QUIET)$(REDIRECT) -rti $(out).ar-script -- $(TOOL_GXX32_AR) -M 237 else 231 238 $(QUIET)$(TOOL_GXX32_AR) -M < $(out).ar-script 239 endif 232 240 endef 233 241 endif -
trunk/kBuild/tools/GXX64.kmk
r1259 r1315 218 218 $(QUIET)$(APPEND) $(out).ar-script 'SAVE' 219 219 $(QUIET)$(APPEND) $(out).ar-script 'END' 220 ifdef KMK_USE_REDIRECT 221 $(QUIET)$(REDIRECT) -rti $(out).ar-script -- $(TOOL_GXX64_AR) -M 222 else 220 223 $(QUIET)$(TOOL_GXX64_AR) -M < $(out).ar-script 224 endif 221 225 endef 222 226 else … … 229 233 $(QUIET)$(APPEND) $(out).ar-script "SAVE" 230 234 $(QUIET)$(APPEND) $(out).ar-script "END" 235 ifdef KMK_USE_REDIRECT 236 $(QUIET)$(REDIRECT) -rti $(out).ar-script -- $(TOOL_GXX64_AR) -M 237 else 231 238 $(QUIET)$(TOOL_GXX64_AR) -M < $(out).ar-script 239 endif 232 240 endef 233 241 endif -
trunk/kBuild/tools/XGCCAMD64LINUX.kmk
r848 r1315 202 202 $(QUIET)$(APPEND) $(out).ar-script 'SAVE' 203 203 $(QUIET)$(APPEND) $(out).ar-script 'END' 204 ifdef KMK_USE_REDIRECT 205 $(QUIET)$(REDIRECT) -rti $(out).ar-script -- $(TOOL_XGCCAMD64LINUX_AR) -M 206 else 204 207 $(QUIET)$(TOOL_XGCCAMD64LINUX_AR) -M < $(out).ar-script 208 endif 205 209 endef 206 210 else … … 213 217 $(QUIET)$(APPEND) $(out).ar-script "SAVE" 214 218 $(QUIET)$(APPEND) $(out).ar-script "END" 219 ifdef KMK_USE_REDIRECT 220 $(QUIET)$(REDIRECT) -rti $(out).ar-script -- $(TOOL_XGCCAMD64LINUX_AR) -M 221 else 215 222 $(QUIET)$(TOOL_XGCCAMD64LINUX_AR) -M < $(out).ar-script 223 endif 216 224 endef 217 225 endif
Note:
See TracChangeset
for help on using the changeset viewer.