VirtualBox

Changeset 58345 in vbox for trunk/src/VBox


Ignore:
Timestamp:
Oct 20, 2015 4:19:04 PM (9 years ago)
Author:
vboxsync
Message:

Installer/linux (host): removed dead script.

Location:
trunk/src/VBox/Installer/linux
Files:
4 deleted
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Installer/linux/Makefile.kmk

    r58012 r58345  
    364364                $(if $(VBOX_OSE),,$(VBOX_BRAND_LICENSE_TXT)) \
    365365                $(VBOX_LNX_INST_OUT_DIR)/install.sh \
    366                 $(VBOX_PATH_LNX_INST_SRC)/installer-common.sh \
    367366                $$(linux-scripts_2_STAGE_TARGETS)
    368367        $(call MSG_TOOL,makeself,,$@)
     
    374373                "VirtualBox for Linux installation" ./install.sh "\$$0 1> /dev/null"
    375374
    376 $(VBOX_LNX_INST_OUT_DIR)/install.sh: $(VBOX_PATH_LNX_INST_SRC)/install.sh $(VBOX_PATH_LNX_INST_SRC)/installer-common.sh $(VBOX_VERSION_STAMP) $(VBOX_SVN_REV_KMK).ts | $$(dir $$@)
     375$(VBOX_LNX_INST_OUT_DIR)/install.sh: $(VBOX_PATH_LNX_INST_SRC)/install.sh $(VBOX_VERSION_STAMP) $(VBOX_SVN_REV_KMK).ts | $$(dir $$@)
    377376        $(QUIET)$(SED) \
    378377                -e "s;_VERSION_;$(VBOX_VERSION_STRING);g" \
     
    384383                -e "s;_USERNAME_;$(USERNAME);g" \
    385384                -e "s;_PYTHON_;$(VBOX_WITH_PYTHON);g" \
    386                 -e '/#include installer-common.sh/ {' \
    387                 -e "r $(PATH_ROOT)/src/VBox/Installer/linux/installer-common.sh" \
    388                 -e 'd' \
    389                 -e '}' \
    390385                --output $@ \
    391386                $<
  • trunk/src/VBox/Installer/linux/testcase/Makefile.kmk

    r56299 r58345  
    1919include $(KBUILD_PATH)/subheader.kmk
    2020
    21 INSTALLS += tstInstallerLinux
    22 TESTING += tstInstallerLinux
    23 tstInstallerLinux_INST    = $(INST_TESTCASE)
    24 tstInstallerLinux_MODE    = a+rx,u+w
    25 tstInstallerLinux_SOURCES = $(tstInstallerLinux_0_OUTDIR)/tstInstallerLinux.sh
    26 tstInstallerLinux_CLEAN   = $(tstInstallerLinux_0_OUTDIR)/tstInstallerLinux.sh
    27 
    28 $$(tstInstallerLinux_0_OUTDIR)/tstInstallerLinux.sh: \
    29                 $(PATH_SUB_CURRENT)/tstInstallerLinux.sh \
    30                 $(PATH_SUB_CURRENT)/../installer-common.sh \
    31                 | $$(dir $$@)
    32         $(QUIET)$(SED) \
    33                 -e '/#include installer-common.sh/ {' \
    34                 -e "r $(PATH_ROOT)/src/VBox/Installer/linux/installer-common.sh" \
    35                 -e 'd' \
    36                 -e '}' \
    37                 --output $@ \
    38                 $<
    39         $(QUIET)$(CHMOD) a+rx,u+w $@
    40 
    4121INSTALLS += tstHeadlessXOrg
    4222TESTING += tstHeadlessXOrg
     
    4525tstHeadlessXOrg_SOURCES = tstHeadlessXOrg.sh
    4626
    47 INSTALLS += tstInstallInit
    48 TESTING += tstInstallInit
    49 tstInstallInit_INST    = $(INST_TESTCASE)
    50 tstInstallInit_MODE    = a+rx,u+w
    51 tstInstallInit_SOURCES = tstInstallInit.sh
    52 
    5327include $(FILE_KBUILD_SUB_FOOTER)
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