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

Use $(REDIRECT) for the ar script.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • 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
Note: See TracChangeset for help on using the changeset viewer.