Changeset 38093 in vbox
- Timestamp:
- Jul 21, 2011 12:45:30 PM (13 years ago)
- Location:
- trunk
- Files:
-
- 19 edited
-
Config.kmk (modified) (3 diffs)
-
src/VBox/Additions/Makefile.kmk (modified) (1 diff)
-
src/VBox/Additions/common/VBoxGuest/Makefile.kmk (modified) (1 diff)
-
src/VBox/Additions/linux/installer/vboxadd-service.sh (modified) (1 prop)
-
src/VBox/Additions/linux/installer/vboxadd-x11.sh (modified) (1 prop)
-
src/VBox/Additions/linux/installer/vboxadd.sh (modified) (1 prop)
-
src/VBox/Frontends/VBoxShell/vboxshell.py (modified) (1 prop)
-
src/VBox/HostDrivers/Makefile.kmk (modified) (1 diff)
-
src/VBox/HostDrivers/linux/do_Module.symvers (modified) (1 prop)
-
src/VBox/Installer/common/Makefile.kmk (modified) (1 diff)
-
src/VBox/Installer/common/vboxapisetup.py (modified) (1 diff)
-
src/VBox/Installer/linux/VBox.sh (modified) (1 prop)
-
src/VBox/Installer/linux/VBoxCreateUSBNode.sh (modified) (1 prop)
-
src/VBox/Installer/linux/VBoxSysInfo.sh (modified) (1 prop)
-
src/VBox/Installer/linux/testcase/Makefile.kmk (modified) (1 diff)
-
src/VBox/Main/Makefile.kmk (modified) (6 diffs)
-
src/VBox/Main/webservice/Makefile.kmk (modified) (1 diff)
-
src/libs/xpcom18a4/java/Makefile.kmk (modified) (1 diff)
-
src/libs/xpcom18a4/python/Makefile.kmk (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/Config.kmk
r38088 r38093 2588 2588 TEMPLATE_VBoxRc_SYSSUFF = .gc 2589 2589 TEMPLATE_VBoxRc_BLD_TRG_ARCH = x86 2590 TEMPLATE_VBoxRc_MODE = a+r,u+w 2590 2591 2591 2592 ifeq ($(VBOX_LDR_FMT32),pe) … … 2663 2664 TEMPLATE_VBoxRcExe_DEFS = $(filter-out IPRT_NO_CRT RT_WITH_NOCRT_ALIASES,$(TEMPLATE_VBoxRc_DEFS)) 2664 2665 TEMPLATE_VBoxRcExe_INCS = $(NO_SUCH_VARIABLE) 2666 TEMPLATE_VBoxRcExe_MODE = $(NO_SUCH_VARIABLE) 2665 2667 2666 2668 ifeq ($(VBOX_LDR_FMT32),pe) … … 2721 2723 TEMPLATE_VBoxR0_INCS = $(PATH_ROOT)/include/iprt/nocrt 2722 2724 TEMPLATE_VBoxR0_SYSSUFF = .r0 2725 TEMPLATE_VBoxR0_MODE = a+r,u+w 2723 2726 2724 2727 ifeq ($(VBOX_LDR_FMT),pe) -
trunk/src/VBox/Additions/Makefile.kmk
r38082 r38093 84 84 85 85 $$(LnxAddIso-scripts_0_OUTDIR)/runasroot.sh: \ 86 $(PATH_SUB_CURRENT)/../Installer/linux/runasroot.sh \87 $(PATH_SUB_CURRENT)/../Installer/linux/sh-utils.sh \88 | $$(dir $$@)86 $(PATH_SUB_CURRENT)/../Installer/linux/runasroot.sh \ 87 $(PATH_SUB_CURRENT)/../Installer/linux/sh-utils.sh \ 88 | $$(dir $$@) 89 89 $(QUIET)$(SED) \ 90 -e '/#include sh-utils.sh/ {' \ 91 -e "r $(PATH_ROOT)/src/VBox/Installer/linux/sh-utils.sh" \ 92 -e 'd' \ 93 -e '}' \ 94 --output $@ \ 95 $< 90 -e '/#include sh-utils.sh/ {' \ 91 -e "r $(PATH_ROOT)/src/VBox/Installer/linux/sh-utils.sh" \ 92 -e 'd' \ 93 -e '}' \ 94 --output $@ \ 95 $< 96 $(QUIET)$(CHMOD) a+rx,u+w $@ 96 97 97 98 $$(LnxAddIso-scripts_0_OUTDIR)/autorun.sh: \ 98 $(PATH_SUB_CURRENT)/linux/installer/autorun.sh \99 $(PATH_SUB_CURRENT)/../Installer/linux/sh-utils.sh \100 | $$(dir $$@)99 $(PATH_SUB_CURRENT)/linux/installer/autorun.sh \ 100 $(PATH_SUB_CURRENT)/../Installer/linux/sh-utils.sh \ 101 | $$(dir $$@) 101 102 $(QUIET)$(SED) \ 102 -e '/#include sh-utils.sh/ {' \ 103 -e "r $(PATH_ROOT)/src/VBox/Installer/linux/sh-utils.sh" \ 104 -e 'd' \ 105 -e '}' \ 106 --output $@ \ 107 $< 103 -e '/#include sh-utils.sh/ {' \ 104 -e "r $(PATH_ROOT)/src/VBox/Installer/linux/sh-utils.sh" \ 105 -e 'd' \ 106 -e '}' \ 107 --output $@ \ 108 $< 109 $(QUIET)$(CHMOD) a+rx,u+w $@ 108 110 endif # KBUILD_TARGET == linux 109 111 ifeq ($(KBUILD_TARGET),win) -
trunk/src/VBox/Additions/common/VBoxGuest/Makefile.kmk
r37981 r38093 187 187 -e "s;_OLDMODULES_;vboxguest vboxadd vboxsf vboxvfs vboxvideo;g" \ 188 188 --output $@ $< 189 $(QUIET)$(CHMOD) a+rx,u+w $@ 189 190 190 191 # scripts. -
trunk/src/VBox/Additions/linux/installer/vboxadd-service.sh
-
Property svn:executable
set to
*
-
Property svn:executable
set to
-
trunk/src/VBox/Additions/linux/installer/vboxadd-x11.sh
-
Property svn:executable
set to
*
-
Property svn:executable
set to
-
trunk/src/VBox/Additions/linux/installer/vboxadd.sh
-
Property svn:executable
set to
*
-
Property svn:executable
set to
-
trunk/src/VBox/Frontends/VBoxShell/vboxshell.py
-
Property svn:executable
set to
*
-
Property svn:executable
set to
-
trunk/src/VBox/HostDrivers/Makefile.kmk
r36889 r38093 97 97 -e "s;_OLDMODULES_;vboxhost vboxdrv vboxnetflt vboxnetadp;g" \ 98 98 --output $@ $< 99 $(QUIET)$(CHMOD) a+rx,u+w $@ 99 100 100 101 endif -
trunk/src/VBox/HostDrivers/linux/do_Module.symvers
-
Property svn:executable
set to
*
-
Property svn:executable
set to
-
trunk/src/VBox/Installer/common/Makefile.kmk
r38001 r38093 30 30 31 31 VBox-python-glue-installer_INST = $(INST_SDK)/installer/ 32 VBox-python-glue-installer_MODE = a+r,u+w 32 33 VBox-python-glue-installer_SOURCES = vboxapisetup.py 33 34 -
trunk/src/VBox/Installer/common/vboxapisetup.py
r33735 r38093 1 # 1 2 # Copyright (C) 2009 Oracle Corporation 2 3 # -
trunk/src/VBox/Installer/linux/VBox.sh
-
Property svn:executable
set to
*
-
Property svn:executable
set to
-
trunk/src/VBox/Installer/linux/VBoxCreateUSBNode.sh
-
Property svn:executable
set to
*
-
Property svn:executable
set to
-
trunk/src/VBox/Installer/linux/VBoxSysInfo.sh
-
Property svn:executable
set to
*
-
Property svn:executable
set to
-
trunk/src/VBox/Installer/linux/testcase/Makefile.kmk
r38001 r38093 27 27 28 28 $$(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 $$@) 32 32 $(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 $@ 39 40 40 41 include $(KBUILD_PATH)/subfooter.kmk -
trunk/src/VBox/Main/Makefile.kmk
r38085 r38093 161 161 INSTALLS += VBox-main-xidl 162 162 VBox-main-xidl_INST = $(INST_SDK)bindings/ 163 VBox-main-xidl_MODE = a+r,u+w 163 164 VBox-main-xidl_SOURCES = $(VBOX_XIDL_FILE_SRC) 164 165 165 166 ifdef VBOX_WITH_PYTHON 166 167 # or to some subdir?168 VBOX_PYTHON_CONSTANTS = $(PATH_TARGET)/VirtualBox_constants.py169 170 167 INSTALLS += VBox-python-glue 171 VBox-python-glue_INST = $(INST_SDK)installer/ 172 VBox-python-glue_SOURCES = glue/vboxapi.py=>vboxapi/__init__.py \ 173 $(VBOX_PYTHON_CONSTANTS)=>vboxapi/VirtualBox_constants.py 174 175 $(VBOX_PYTHON_CONSTANTS): $(VBOX_PATH_MAIN_SRC)/glue/constants-python.xsl $(VBOX_XIDL_FILE) | $$(dir $$@) 168 VBox-python-glue_INST = $(INST_SDK)installer/vboxapi/ 169 VBox-python-glue_MODE = a+r,u+w 170 VBox-python-glue_SOURCES = \ 171 glue/vboxapi.py \ 172 $(VBox-python-glue_0_OUTDIR)/VirtualBox_constants.py 173 VBox-python-glue_CLEAN = \ 174 $(VBox-python-glue_0_OUTDIR)/VirtualBox_constants.py 175 176 $$(VBox-python-glue_0_OUTDIR)/VirtualBox_constants.py: \ 177 $(VBOX_PATH_MAIN_SRC)/glue/constants-python.xsl \ 178 $(VBOX_XIDL_FILE) \ 179 | $$(dir $$@) 176 180 $(call MSG_TOOL,xsltproc,Python constants,$<,$@) 177 181 $(QUIET)$(VBOX_XSLTPROC) -o $@ $< $(VBOX_XIDL_FILE) … … 762 766 INSTALLS.win += VBoxMain-com-inst 763 767 VBoxMain-com-inst_INST = $(INST_BIN) 768 VBoxMain-com-inst_MODE = a+r,u+w 764 769 VBoxMain-com-inst_SOURCES = src-all/win/comregister.cmd 765 770 … … 865 870 866 871 ifdef VBOX_WITH_JMSCOM 867 INSTALLS += VBoxJMscom-inst-jar868 872 869 873 # … … 877 881 VBOX_JACOB_DIR := $(PATH_ROOT)/src/libs/jacob-1.15-M3 878 882 883 INSTALLS += VBoxJMscom-inst-jar 879 884 VBoxJMscom-inst-jar_INST = $(INST_SDK)bindings/mscom/java/ 885 VBoxJMscom-inst-jar_MODE = a+r,u+w 880 886 VBoxJMscom-inst-jar_SOURCES = \ 881 887 $(VBOX_JMSCOM_JAR) … … 924 930 INSTALLS += javagluesample 925 931 javagluesample_INST = $(INST_SDK)bindings/glue/java/ 926 javagluesample_MODE = a+r x,u+w932 javagluesample_MODE = a+r,u+w 927 933 javagluesample_SOURCES = \ 928 934 $(VBOX_PATH_MAIN_SRC)/glue/tests/TestVBox.java=>TestVBox.java \ … … 940 946 $(call MSG_TOOL,xsltproc,Test Settings Converter,$<,$<.test) 941 947 $(QUIET)$(VBOX_XSLTPROC) -o $<.test xml/SettingsConverter.xsl $< 948 -
trunk/src/VBox/Main/webservice/Makefile.kmk
r38082 r38093 312 312 313 313 VBoxJWs-inst-jar_INST = $(INST_SDK)bindings/webservice/java/jax-ws/ 314 VBoxJWs-inst-jar_MODE = a+r,u+w 314 315 VBoxJWs-inst-jar_SOURCES = \ 315 316 $(VBOX_JWS_JAR) -
trunk/src/libs/xpcom18a4/java/Makefile.kmk
r38082 r38093 90 90 91 91 VBoxJXpcom-inst-jar_INST = $(INST_SDK)bindings/xpcom/java/ 92 VBoxJXpcom-inst-jar_MODE = a+r,u+w 92 93 VBoxJXpcom-inst-jar_SOURCES = \ 93 94 $(VBOX_JXPCOM_JAR) -
trunk/src/libs/xpcom18a4/python/Makefile.kmk
r38082 r38093 171 171 INSTALLS += VBoxPython-inst-py-xpcom 172 172 VBoxPython-inst-py-xpcom_INST = $(INST_SDK)bindings/xpcom/python/xpcom/ 173 VBoxPython-inst-py-xpcom_MODE = a+r,u+w 173 174 VBoxPython-inst-py-xpcom_SOURCES = \ 174 175 vboxxpcom.py \
Note:
See TracChangeset
for help on using the changeset viewer.

