Ignore:
Timestamp:
Dec 2, 2007, 6:59:27 AM (18 years ago)
Author:
bird
Message:

More KMK_USE_REDIRECT.

File:
1 edited

Legend:

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

    r848 r1315  
    202202        $(QUIET)$(APPEND) $(out).ar-script 'SAVE'
    203203        $(QUIET)$(APPEND) $(out).ar-script 'END'
     204ifdef KMK_USE_REDIRECT
     205        $(QUIET)$(REDIRECT) -rti $(out).ar-script -- $(TOOL_XGCCAMD64LINUX_AR) -M
     206else
    204207        $(QUIET)$(TOOL_XGCCAMD64LINUX_AR) -M < $(out).ar-script
     208endif
    205209endef
    206210else
     
    213217        $(QUIET)$(APPEND) $(out).ar-script "SAVE"
    214218        $(QUIET)$(APPEND) $(out).ar-script "END"
     219ifdef KMK_USE_REDIRECT
     220        $(QUIET)$(REDIRECT) -rti $(out).ar-script -- $(TOOL_XGCCAMD64LINUX_AR) -M
     221else
    215222        $(QUIET)$(TOOL_XGCCAMD64LINUX_AR) -M < $(out).ar-script
     223endif
    216224endef
    217225endif
Note: See TracChangeset for help on using the changeset viewer.