VirtualBox

Changeset 5897 in vbox for trunk/src/VBox


Ignore:
Timestamp:
Dec 1, 2007 9:34:17 PM (17 years ago)
Author:
vboxsync
Message:

KMK_USE_REDIRECT

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Runtime/Makefile.kmk

    r5844 r5897  
    10751075        $(call MSG_GENERATE,,$@,$(filter %.h,$^))
    10761076        $(QUIET)$(MKDIR) -p $(PATH_TARGET)
     1077ifdef KMK_USE_REDIRECT
     1078        $(QUIET)$(REDIRECT) -wo $@ -- $(SED) -f $< $(filter %.h,$^)
     1079else
    10771080        $(QUIET)$(SED) -f $< $(filter %.h,$^) > $@
     1081endif
    10781082## @todo r=bird: rename this to indicate that it's not only COM errors, but all win32/64 errors.
    10791083$(PATH_TARGET)/errmsgcomdata.h: common/err/errmsgcom.sed $(PATH_SDK_WINPSDK_INC)/WinError.h
    10801084        $(call MSG_GENERATE,,$@,$(filter %.h,$^))
    10811085        $(QUIET)$(MKDIR) -p $(PATH_TARGET)
     1086ifdef KMK_USE_REDIRECT
     1087        $(QUIET)$(REDIRECT) -wo $@ -- $(SED) -f $< $(filter %.h,$^)
     1088else
    10821089        $(QUIET)$(SED) -f $< $(filter %.h,$^) > $@
     1090endif
    10831091$(PATH_TARGET)/errmsgxpcomdata.h: common/err/errmsgxpcom.sed $(DEPTH)/src/libs/xpcom18a4/xpcom/base/nsError.h
    10841092        $(call MSG_GENERATE,,$@,$(filter %.h,$^))
    10851093        $(QUIET)$(MKDIR) -p $(PATH_TARGET)
     1094ifdef KMK_USE_REDIRECT
     1095        $(QUIET)$(REDIRECT) -wo $@ -- $(SED) -f $< $(filter %.h,$^)
     1096else
    10861097        $(QUIET)$(SED) -f $< $(filter %.h,$^) > $@
     1098endif
    10871099
    10881100
Note: See TracChangeset for help on using the changeset viewer.

© 2024 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette