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