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