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