VirtualBox

Changeset 93028 in vbox


Ignore:
Timestamp:
Dec 19, 2021 1:18:02 PM (3 years ago)
Author:
vboxsync
Message:

IPRT/Makefile.kmk: Deal with winerror.h having spaces in it's path. bugref:10116

File:
1 edited

Legend:

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

    r92958 r93028  
    39153915                | $$(dir $$@)
    39163916        $(call MSG_GENERATE,,$@,$(filter %.h,$^))
    3917         $(QUIET)$(REDIRECT) -wo $@ -- $(SED) -f $< $(filter %.h,$^)
     3917        $(QUIET)$(SED) -f $< --output "$@" $(filter %.h,$^)
    39183918
    39193919$(IPRT_OUT_DIR)/errmsgdata-all.h.ts +| $(IPRT_OUT_DIR)/errmsgdata-all.h: \
     
    39403940                $$(qwildcard ,$$(qaddsuffix ,/WinError.h,$$(SDK_$$(VBOX_WINPSDK)_INCS))) \
    39413941                | $$(dir $$@)
    3942         $(call MSG_GENERATE,,$@,$(filter %.h,$^))
    3943         $(QUIET)$(REDIRECT) -wo $@ -- $(SED) -f $< "$(filter %.h,$^)"
     3942        $(call MSG_GENERATE,,$@,$(deps $@, 2))
     3943        $(QUIET)$(SED) -f "$<" --output "$@" $(qdeps sh,$@,2)
    39443944
    39453945$(IPRT_OUT_DIR)/errmsgvboxcomdata.h.ts +| $(IPRT_OUT_DIR)/errmsgvboxcomdata.h: \
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