VirtualBox

Changeset 98186 in vbox for trunk


Ignore:
Timestamp:
Jan 21, 2023 10:47:27 PM (2 years ago)
Author:
vboxsync
Message:

*.kmk: s/VBOXMAINTSTEXE/VBoxMainTstExe/ bugref:10348

Location:
trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/Config.kmk

    r98185 r98186  
    73387338        -compatibility_version $(VBOX_VERSION_MAJOR).$(VBOX_VERSION_MINOR).$(VBOX_VERSION_BUILD)
    73397339
     7340# x86 version of VBoxMainComp
    73407341TEMPLATE_VBoxMainComp-x86  = 32-bit VBox Main Component (shared library)
    73417342TEMPLATE_VBoxMainComp-x86_EXTENDS = VBoxMainComp
     
    73707371# This is the VBoxMainExe template only with a different install dir.
    73717372#
    7372 TEMPLATE_VBOXMAINTSTEXE  = VBox Main Testcase Exe
    7373 TEMPLATE_VBOXMAINTSTEXE_EXTENDS = VBoxMainExe
    7374 TEMPLATE_VBOXMAINTSTEXE_INST    = $(INST_TESTCASE)
     7373TEMPLATE_VBoxMainTstExe  = VBox Main Testcase Exe
     7374TEMPLATE_VBoxMainTstExe_EXTENDS = VBoxMainExe
     7375TEMPLATE_VBoxMainTstExe_INST    = $(INST_TESTCASE)
    73757376ifdef VBOX_WITH_RUNPATH
    7376  TEMPLATE_VBOXMAINTSTEXE_LDFLAGS = '$(VBOX_GCC_RPATH_OPT)$(VBOX_WITH_RUNPATH)' $(TEMPLATE_VBoxMainExe_LDFLAGS)
     7377 TEMPLATE_VBoxMainTstExe_LDFLAGS = '$(VBOX_GCC_RPATH_OPT)$(VBOX_WITH_RUNPATH)' $(TEMPLATE_VBoxMainExe_LDFLAGS)
    73777378else ifdef VBOX_WITH_RELATIVE_RUNPATH
    7378  TEMPLATE_VBOXMAINTSTEXE_LDFLAGS = '$(VBOX_GCC_RPATH_OPT)$(VBOX_WITH_RELATIVE_RUNPATH)/..' $(TEMPLATE_VBoxMainExe_LDFLAGS)
     7379 TEMPLATE_VBoxMainTstExe_LDFLAGS = '$(VBOX_GCC_RPATH_OPT)$(VBOX_WITH_RELATIVE_RUNPATH)/..' $(TEMPLATE_VBoxMainExe_LDFLAGS)
    73797380endif
    73807381if "$(KBUILD_TARGET)" == "win" && defined(VBOX_SIGNING_MODE)
    7381  TEMPLATE_VBOXMAINTSTEXE_POST_CMDS =
     7382 TEMPLATE_VBoxMainTstExe_POST_CMDS =
    73827383endif
    73837384
  • trunk/src/VBox/Main/testcase/Makefile.kmk

    r98128 r98186  
    325325
    326326INSTALLS += tstUnattendedScriptFiles
    327 tstUnattendedScriptFiles_TEMPLATE = VBOXMAINTSTEXE
     327tstUnattendedScriptFiles_TEMPLATE = VBoxMainTstExe
    328328tstUnattendedScriptFiles_SOURCES = \
    329329        tstUnattendedScript-1.template \
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