Changeset 1349 in kBuild
- Timestamp:
- Dec 3, 2007 12:58:51 AM (17 years ago)
- Location:
- trunk/kBuild/tools
- Files:
-
- 7 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/kBuild/tools/GCC3.kmk
r1315 r1349 223 223 $(QUIET)$(APPEND) $(out).ar-script 'SAVE' 224 224 $(QUIET)$(APPEND) $(out).ar-script 'END' 225 ifdef KMK_USE_REDIRECT226 225 $(QUIET)$(REDIRECT) -rti $(out).ar-script -- $(TOOL_GCC3_AR) -M 227 else228 $(QUIET)$(TOOL_GCC3_AR) -M < $(out).ar-script229 endif230 226 endef 231 227 -
trunk/kBuild/tools/GCC32.kmk
r1315 r1349 218 218 $(QUIET)$(APPEND) $(out).ar-script 'SAVE' 219 219 $(QUIET)$(APPEND) $(out).ar-script 'END' 220 ifdef KMK_USE_REDIRECT221 220 $(QUIET)$(REDIRECT) -rti $(out).ar-script -- $(TOOL_GCC32_AR) -M 222 else223 $(QUIET)$(TOOL_GCC32_AR) -M < $(out).ar-script224 endif225 221 endef 226 222 -
trunk/kBuild/tools/GCC64.kmk
r1315 r1349 218 218 $(QUIET)$(APPEND) $(out).ar-script 'SAVE' 219 219 $(QUIET)$(APPEND) $(out).ar-script 'END' 220 ifdef KMK_USE_REDIRECT221 220 $(QUIET)$(REDIRECT) -rti $(out).ar-script -- $(TOOL_GCC64_AR) -M 222 else223 $(QUIET)$(TOOL_GCC64_AR) -M < $(out).ar-script224 endif225 221 endef 226 222 -
trunk/kBuild/tools/GXX3.kmk
r1315 r1349 223 223 $(QUIET)$(APPEND) $(out).ar-script 'SAVE' 224 224 $(QUIET)$(APPEND) $(out).ar-script 'END' 225 ifdef KMK_USE_REDIRECT226 225 $(QUIET)$(REDIRECT) -rti $(out).ar-script -- $(TOOL_GXX3_AR) -M 227 else228 $(QUIET)$(TOOL_GXX3_AR) -M < $(out).ar-script229 endif230 226 endef 231 227 -
trunk/kBuild/tools/GXX32.kmk
r1315 r1349 233 233 $(QUIET)$(APPEND) $(out).ar-script "SAVE" 234 234 $(QUIET)$(APPEND) $(out).ar-script "END" 235 ifdef KMK_USE_REDIRECT236 235 $(QUIET)$(REDIRECT) -rti $(out).ar-script -- $(TOOL_GXX32_AR) -M 237 else238 $(QUIET)$(TOOL_GXX32_AR) -M < $(out).ar-script239 endif240 236 endef 241 237 endif -
trunk/kBuild/tools/GXX64.kmk
r1315 r1349 218 218 $(QUIET)$(APPEND) $(out).ar-script 'SAVE' 219 219 $(QUIET)$(APPEND) $(out).ar-script 'END' 220 ifdef KMK_USE_REDIRECT221 220 $(QUIET)$(REDIRECT) -rti $(out).ar-script -- $(TOOL_GXX64_AR) -M 222 else223 $(QUIET)$(TOOL_GXX64_AR) -M < $(out).ar-script224 endif225 221 endef 226 222 else … … 233 229 $(QUIET)$(APPEND) $(out).ar-script "SAVE" 234 230 $(QUIET)$(APPEND) $(out).ar-script "END" 235 ifdef KMK_USE_REDIRECT236 231 $(QUIET)$(REDIRECT) -rti $(out).ar-script -- $(TOOL_GXX64_AR) -M 237 else238 $(QUIET)$(TOOL_GXX64_AR) -M < $(out).ar-script239 endif240 232 endef 241 233 endif -
trunk/kBuild/tools/XGCCAMD64LINUX.kmk
r1315 r1349 202 202 $(QUIET)$(APPEND) $(out).ar-script 'SAVE' 203 203 $(QUIET)$(APPEND) $(out).ar-script 'END' 204 ifdef KMK_USE_REDIRECT205 204 $(QUIET)$(REDIRECT) -rti $(out).ar-script -- $(TOOL_XGCCAMD64LINUX_AR) -M 206 else207 $(QUIET)$(TOOL_XGCCAMD64LINUX_AR) -M < $(out).ar-script208 endif209 205 endef 210 206 else … … 217 213 $(QUIET)$(APPEND) $(out).ar-script "SAVE" 218 214 $(QUIET)$(APPEND) $(out).ar-script "END" 219 ifdef KMK_USE_REDIRECT220 215 $(QUIET)$(REDIRECT) -rti $(out).ar-script -- $(TOOL_XGCCAMD64LINUX_AR) -M 221 else222 $(QUIET)$(TOOL_XGCCAMD64LINUX_AR) -M < $(out).ar-script223 endif224 216 endef 225 217 endif
Note:
See TracChangeset
for help on using the changeset viewer.