VirtualBox

Changeset 99866 in vbox for trunk/Makefile.kmk


Ignore:
Timestamp:
May 19, 2023 6:03:14 PM (19 months ago)
Author:
vboxsync
Message:

trying to fix scm for Makefile.kmk (help, I'm crying...)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Makefile.kmk

    r99864 r99866  
    351351       $(foreach qtmod,$(VBOX_QT_MOD_NAMES),$$(qt5-bin_0_OUTDIR)/lib$(qtmod).so.$(QT5_VERSION)): \
    352352                $$(qt5-bin_0_OUTDIR)/% : $(VBOX_PATH_QT_LIB)/% | $$(qt5-bin_0_OUTDIR)/
    353     $(call MSG_INST_FILE,$^,$@)
    354     $(QUIET)$(CP) $^ $@
    355     $(QUIET)chrpath --replace "\$$ORIGIN" $@
     353       $(call MSG_INST_FILE,$^,$@)
     354       $(QUIET)$(CP) $^ $@
     355       $(QUIET)chrpath --replace "\$$ORIGIN" $@
    356356
    357357       ifn1of ($(KBUILD_TARGET), solaris linux)
    358358        $(foreach lib,$(VBOX_QT_PLUGINS),$$(qt5-bin_0_OUTDIR)/$(lib)): \
    359359                        $$(qt5-bin_0_OUTDIR)/% : $(VBOX_PATH_QT)/% | $$(qt5-bin_0_OUTDIR)/
    360     $(call MSG_INST_FILE,$^,$@)
    361     $(QUIET)$(MKDIR) -p $(@D)
    362     $(QUIET)$(CP) $^ $@
    363     $(QUIET)chrpath --delete $@
     360        $(call MSG_INST_FILE,$^,$@)
     361        $(QUIET)$(MKDIR) -p $(@D)
     362        $(QUIET)$(CP) $^ $@
     363        $(QUIET)chrpath --delete $@
    364364       endif # !solaris and !linux
    365365
     
    369369        $(foreach lib,$(VBOX_QT_PLUGINS),$$(qt5-bin_0_OUTDIR)/$(lib)): \
    370370                        $$(qt5-bin_0_OUTDIR)/% : $(VBOX_PATH_QT)/% | $$(qt5-bin_0_OUTDIR)/
    371     $(call MSG_INST_FILE,$^,$@)
    372     $(QUIET)$(MKDIR) -p $(@D)
    373     $(QUIET)$(CP) $^ $@
    374     $(QUIET)chrpath --replace "\$$ORIGIN/../../" $@
     371        $(call MSG_INST_FILE,$^,$@)
     372        $(QUIET)$(MKDIR) -p $(@D)
     373        $(QUIET)$(CP) $^ $@
     374        $(QUIET)chrpath --replace "\$$ORIGIN/../../" $@
    375375       endif # solaris linux
    376376
     
    396396       $(foreach qtmod,$(VBOX_QT_MOD_NAMES),$$(qt6-bin_0_OUTDIR)/lib$(qtmod).so.$(QT5_VERSION)): \
    397397                $$(qt6-bin_0_OUTDIR)/% : $(VBOX_PATH_QT_LIB)/% | $$(qt6-bin_0_OUTDIR)/
    398     $(call MSG_INST_FILE,$^,$@)
    399     $(QUIET)$(CP) $^ $@
    400     $(QUIET)chrpath --replace "\$$ORIGIN" $@
     398       $(call MSG_INST_FILE,$^,$@)
     399       $(QUIET)$(CP) $^ $@
     400       $(QUIET)chrpath --replace "\$$ORIGIN" $@
    401401
    402402       ifn1of ($(KBUILD_TARGET), solaris linux)
    403403        $(foreach lib,$(VBOX_QT_PLUGINS),$$(qt6-bin_0_OUTDIR)/$(lib)): \
    404404                        $$(qt6-bin_0_OUTDIR)/% : $(VBOX_PATH_QT)/% | $$(qt6-bin_0_OUTDIR)/
    405     $(call MSG_INST_FILE,$^,$@)
    406     $(QUIET)$(MKDIR) -p $(@D)
    407     $(QUIET)$(CP) $^ $@
    408     $(QUIET)chrpath --delete $@
     405        $(call MSG_INST_FILE,$^,$@)
     406        $(QUIET)$(MKDIR) -p $(@D)
     407        $(QUIET)$(CP) $^ $@
     408        $(QUIET)chrpath --delete $@
    409409       endif # !solaris and !linux
    410410
     
    414414        $(foreach lib,$(VBOX_QT_PLUGINS),$$(qt6-bin_0_OUTDIR)/$(lib)): \
    415415                        $$(qt6-bin_0_OUTDIR)/% : $(VBOX_PATH_QT)/% | $$(qt6-bin_0_OUTDIR)/
    416     $(call MSG_INST_FILE,$^,$@)
    417     $(QUIET)$(MKDIR) -p $(@D)
    418     $(QUIET)$(CP) $^ $@
    419     $(QUIET)chrpath --replace "\$$ORIGIN/../../" $@
     416        $(call MSG_INST_FILE,$^,$@)
     417        $(QUIET)$(MKDIR) -p $(@D)
     418        $(QUIET)$(CP) $^ $@
     419        $(QUIET)chrpath --replace "\$$ORIGIN/../../" $@
    420420       endif # solaris linux
    421421
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