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/XGCCAMD64LINUX.kmk

    r1315 r1349  
    202202        $(QUIET)$(APPEND) $(out).ar-script 'SAVE'
    203203        $(QUIET)$(APPEND) $(out).ar-script 'END'
    204 ifdef KMK_USE_REDIRECT
    205204        $(QUIET)$(REDIRECT) -rti $(out).ar-script -- $(TOOL_XGCCAMD64LINUX_AR) -M
    206 else
    207         $(QUIET)$(TOOL_XGCCAMD64LINUX_AR) -M < $(out).ar-script
    208 endif
    209205endef
    210206else
     
    217213        $(QUIET)$(APPEND) $(out).ar-script "SAVE"
    218214        $(QUIET)$(APPEND) $(out).ar-script "END"
    219 ifdef KMK_USE_REDIRECT
    220215        $(QUIET)$(REDIRECT) -rti $(out).ar-script -- $(TOOL_XGCCAMD64LINUX_AR) -M
    221 else
    222         $(QUIET)$(TOOL_XGCCAMD64LINUX_AR) -M < $(out).ar-script
    223 endif
    224216endef
    225217endif
Note: See TracChangeset for help on using the changeset viewer.