VirtualBox

Changeset 38093 in vbox for trunk/src/VBox/Installer


Ignore:
Timestamp:
Jul 21, 2011 12:45:30 PM (14 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
73042
Message:

*.kmk,++: Mode fixes to maximize hardlinking potential during staging.

Location:
trunk/src/VBox/Installer
Files:
6 edited

Legend:

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

    r38001 r38093  
    3030
    3131VBox-python-glue-installer_INST = $(INST_SDK)/installer/
     32VBox-python-glue-installer_MODE = a+r,u+w
    3233VBox-python-glue-installer_SOURCES = vboxapisetup.py
    3334
  • trunk/src/VBox/Installer/common/vboxapisetup.py

    r33735 r38093  
     1#
    12# Copyright (C) 2009 Oracle Corporation
    23#
  • trunk/src/VBox/Installer/linux/VBox.sh

    • Property svn:executable set to *
  • trunk/src/VBox/Installer/linux/VBoxCreateUSBNode.sh

    • Property svn:executable set to *
  • trunk/src/VBox/Installer/linux/VBoxSysInfo.sh

    • Property svn:executable set to *
  • trunk/src/VBox/Installer/linux/testcase/Makefile.kmk

    r38001 r38093  
    2727
    2828$$(tstInstallerLinux_0_OUTDIR)/tstInstallerLinux.sh: \
    29         $(PATH_SUB_CURRENT)/tstInstallerLinux.sh \
    30         $(PATH_SUB_CURRENT)/../installer-utils.sh \
    31         | $$(dir $$@)
     29                $(PATH_SUB_CURRENT)/tstInstallerLinux.sh \
     30                $(PATH_SUB_CURRENT)/../installer-utils.sh \
     31                | $$(dir $$@)
    3232        $(QUIET)$(SED) \
    33         -e '/#include installer-utils.sh/ {' \
    34         -e "r $(PATH_ROOT)/src/VBox/Installer/linux/installer-utils.sh" \
    35         -e 'd' \
    36         -e '}' \
    37         --output $@ \
    38         $<
     33                -e '/#include installer-utils.sh/ {' \
     34                -e "r $(PATH_ROOT)/src/VBox/Installer/linux/installer-utils.sh" \
     35                -e 'd' \
     36                -e '}' \
     37                --output $@ \
     38                $<
     39        $(QUIET)$(CHMOD) a+rx,u+w $@
    3940
    4041include $(KBUILD_PATH)/subfooter.kmk
Note: See TracChangeset for help on using the changeset viewer.

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