VirtualBox

Changeset 1349 in kBuild


Ignore:
Timestamp:
Dec 3, 2007 12:58:51 AM (17 years ago)
Author:
bird
Message:

Use $(REDIRECT) for the ar script.

Location:
trunk/kBuild/tools
Files:
7 edited

Legend:

Unmodified
Added
Removed
  • trunk/kBuild/tools/GCC3.kmk

    r1315 r1349  
    223223        $(QUIET)$(APPEND) $(out).ar-script 'SAVE'
    224224        $(QUIET)$(APPEND) $(out).ar-script 'END'
    225 ifdef KMK_USE_REDIRECT
    226225        $(QUIET)$(REDIRECT) -rti $(out).ar-script -- $(TOOL_GCC3_AR) -M
    227 else
    228         $(QUIET)$(TOOL_GCC3_AR) -M < $(out).ar-script
    229 endif
    230226endef
    231227
  • trunk/kBuild/tools/GCC32.kmk

    r1315 r1349  
    218218        $(QUIET)$(APPEND) $(out).ar-script 'SAVE'
    219219        $(QUIET)$(APPEND) $(out).ar-script 'END'
    220 ifdef KMK_USE_REDIRECT
    221220        $(QUIET)$(REDIRECT) -rti $(out).ar-script -- $(TOOL_GCC32_AR) -M
    222 else
    223         $(QUIET)$(TOOL_GCC32_AR) -M < $(out).ar-script
    224 endif
    225221endef
    226222
  • trunk/kBuild/tools/GCC64.kmk

    r1315 r1349  
    218218        $(QUIET)$(APPEND) $(out).ar-script 'SAVE'
    219219        $(QUIET)$(APPEND) $(out).ar-script 'END'
    220 ifdef KMK_USE_REDIRECT
    221220        $(QUIET)$(REDIRECT) -rti $(out).ar-script -- $(TOOL_GCC64_AR) -M
    222 else
    223         $(QUIET)$(TOOL_GCC64_AR) -M < $(out).ar-script
    224 endif
    225221endef
    226222
  • trunk/kBuild/tools/GXX3.kmk

    r1315 r1349  
    223223        $(QUIET)$(APPEND) $(out).ar-script 'SAVE'
    224224        $(QUIET)$(APPEND) $(out).ar-script 'END'
    225 ifdef KMK_USE_REDIRECT
    226225        $(QUIET)$(REDIRECT) -rti $(out).ar-script -- $(TOOL_GXX3_AR) -M
    227 else
    228         $(QUIET)$(TOOL_GXX3_AR) -M < $(out).ar-script
    229 endif
    230226endef
    231227
  • trunk/kBuild/tools/GXX32.kmk

    r1315 r1349  
    233233        $(QUIET)$(APPEND) $(out).ar-script "SAVE"
    234234        $(QUIET)$(APPEND) $(out).ar-script "END"
    235 ifdef KMK_USE_REDIRECT
    236235        $(QUIET)$(REDIRECT) -rti $(out).ar-script -- $(TOOL_GXX32_AR) -M
    237 else
    238         $(QUIET)$(TOOL_GXX32_AR) -M < $(out).ar-script
    239 endif
    240236endef
    241237endif
  • trunk/kBuild/tools/GXX64.kmk

    r1315 r1349  
    218218        $(QUIET)$(APPEND) $(out).ar-script 'SAVE'
    219219        $(QUIET)$(APPEND) $(out).ar-script 'END'
    220 ifdef KMK_USE_REDIRECT
    221220        $(QUIET)$(REDIRECT) -rti $(out).ar-script -- $(TOOL_GXX64_AR) -M
    222 else
    223         $(QUIET)$(TOOL_GXX64_AR) -M < $(out).ar-script
    224 endif
    225221endef
    226222else
     
    233229        $(QUIET)$(APPEND) $(out).ar-script "SAVE"
    234230        $(QUIET)$(APPEND) $(out).ar-script "END"
    235 ifdef KMK_USE_REDIRECT
    236231        $(QUIET)$(REDIRECT) -rti $(out).ar-script -- $(TOOL_GXX64_AR) -M
    237 else
    238         $(QUIET)$(TOOL_GXX64_AR) -M < $(out).ar-script
    239 endif
    240232endef
    241233endif
  • trunk/kBuild/tools/XGCCAMD64LINUX.kmk

    r1315 r1349  
    202202        $(QUIET)$(APPEND) $(out).ar-script 'SAVE'
    203203        $(QUIET)$(APPEND) $(out).ar-script 'END'
    204 ifdef KMK_USE_REDIRECT
    205204        $(QUIET)$(REDIRECT) -rti $(out).ar-script -- $(TOOL_XGCCAMD64LINUX_AR) -M
    206 else
    207         $(QUIET)$(TOOL_XGCCAMD64LINUX_AR) -M < $(out).ar-script
    208 endif
    209205endef
    210206else
     
    217213        $(QUIET)$(APPEND) $(out).ar-script "SAVE"
    218214        $(QUIET)$(APPEND) $(out).ar-script "END"
    219 ifdef KMK_USE_REDIRECT
    220215        $(QUIET)$(REDIRECT) -rti $(out).ar-script -- $(TOOL_XGCCAMD64LINUX_AR) -M
    221 else
    222         $(QUIET)$(TOOL_XGCCAMD64LINUX_AR) -M < $(out).ar-script
    223 endif
    224216endef
    225217endif
Note: See TracChangeset for help on using the changeset viewer.

© 2024 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette