Changeset 69335 in vbox
- Timestamp:
- Oct 26, 2017 10:55:12 AM (8 years ago)
- svn:sync-xref-src-repo-rev:
- 118659
- Location:
- trunk/src/VBox
- Files:
-
- 13 edited
- 2 moved
Legend:
- Unmodified
- Added
- Removed
-
TabularUnified trunk/src/VBox/Additions/common/VBoxGuest/freebsd/files_vboxguest ¶
r69313 r69335 2 2 # $Id$ 3 3 ## @file 4 # Shared file between Makefile.kmk and export_modules 4 # Shared file between Makefile.kmk and export_modules.sh. 5 5 # 6 6 -
TabularUnified trunk/src/VBox/Additions/common/VBoxGuest/linux/files_vboxguest ¶
r69313 r69335 2 2 # $Id$ 3 3 ## @file 4 # Shared file between Makefile.kmk and export_modules 4 # Shared file between Makefile.kmk and export_modules.sh. 5 5 # 6 6 -
TabularUnified trunk/src/VBox/Additions/freebsd/drm/files_vboxvideo_drm ¶
r69318 r69335 2 2 # $Id$ 3 3 ## @file 4 # Shared file between Makefile.kmk and export_modules 4 # Shared file between Makefile.kmk and export_modules.sh. 5 5 # 6 6 -
TabularUnified trunk/src/VBox/Additions/linux/drm/files_vboxvideo_drv ¶
r69022 r69335 2 2 # $Id$ 3 3 ## @file 4 # Shared file between Makefile.kmk and export_modules 4 # Shared file between Makefile.kmk and export_modules.sh. 5 5 # 6 6 -
TabularUnified trunk/src/VBox/Additions/linux/export_modules.sh ¶
r69243 r69335 1 1 #!/bin/sh 2 # $Id$ 3 ## @file 4 # Create a tar archive containing the sources of the Linux guest kernel modules. 5 # 2 6 3 #4 # Create a tar archive containing the sources of the Linux guest kernel5 # modules6 7 # 7 8 # Copyright (C) 2006-2010 Oracle Corporation -
TabularUnified trunk/src/VBox/Additions/linux/sharedfolders/files_vboxsf ¶
r68686 r69335 2 2 # $Id$ 3 3 ## @file 4 # Shared file between Makefile.kmk and export_modules 4 # Shared file between Makefile.kmk and export_modules.sh. 5 5 # 6 6 -
TabularUnified trunk/src/VBox/HostDrivers/Support/freebsd/files_vboxdrv ¶
r68686 r69335 2 2 # $Id$ 3 3 ## @file 4 # Shared file between Makefile.kmk and export_modules 4 # Shared file between Makefile.kmk and export_modules.sh. 5 5 # 6 6 -
TabularUnified trunk/src/VBox/HostDrivers/Support/linux/files_vboxdrv ¶
r68686 r69335 2 2 # $Id$ 3 3 ## @file 4 # Shared file between Makefile.kmk and export_modules 4 # Shared file between Makefile.kmk and export_modules.sh. 5 5 # 6 6 -
TabularUnified trunk/src/VBox/HostDrivers/VBoxNetAdp/freebsd/files_vboxnetadp ¶
r68686 r69335 2 2 # $Id$ 3 3 ## @file 4 # Shared file between Makefile.kmk and export_modules 4 # Shared file between Makefile.kmk and export_modules.sh. 5 5 # 6 6 -
TabularUnified trunk/src/VBox/HostDrivers/VBoxNetAdp/linux/files_vboxnetadp ¶
r68686 r69335 1 1 #!/bin/sh 2 # $ Revision$2 # $Id$ 3 3 ## @files 4 # Shared file between Makefile.kmk and export_modules 4 # Shared file between Makefile.kmk and export_modules.sh. 5 5 # 6 6 -
TabularUnified trunk/src/VBox/HostDrivers/VBoxNetFlt/freebsd/files_vboxnetflt ¶
r68686 r69335 2 2 # $Id$ 3 3 ## @file 4 # Shared file between Makefile.kmk and export_modules 4 # Shared file between Makefile.kmk and export_modules.sh. 5 5 # 6 6 -
TabularUnified trunk/src/VBox/HostDrivers/VBoxNetFlt/linux/files_vboxnetflt ¶
r68686 r69335 2 2 # $Id$ 3 3 ## @file 4 # Shared file between Makefile.kmk and export_modules 4 # Shared file between Makefile.kmk and export_modules.sh. 5 5 # 6 6 -
TabularUnified trunk/src/VBox/HostDrivers/VBoxPci/linux/files_vboxpci ¶
r68686 r69335 2 2 # $Id$ 3 3 ## @file 4 # Shared file between Makefile.kmk and export_modules 4 # Shared file between Makefile.kmk and export_modules.sh. 5 5 # 6 6 -
TabularUnified trunk/src/VBox/HostDrivers/linux/export_modules.sh ¶
r69243 r69335 1 1 #!/bin/sh 2 # $Id$ 3 ## @file 4 # Create a tar archive containing the sources of the vboxdrv kernel module. 5 # 2 6 3 #4 # Create a tar archive containing the sources of the vboxdrv kernel module5 7 # 6 8 # Copyright (C) 2007-2015 Oracle Corporation -
TabularUnified trunk/src/VBox/Installer/freebsd/Makefile.kmk ¶
r69111 r69335 235 235 $(PATH_STAGE_BIN)/vboxdrv.tar.gz: \ 236 236 src 237 $(call MSG_TOOL, export_modules ,,$@)238 $(QUIET)$(PATH_STAGE_BIN)/export_modules $@237 $(call MSG_TOOL, export_modules.sh,,$@) 238 $(QUIET)$(PATH_STAGE_BIN)/export_modules.sh $@ 239 239 240 240 #
Note:
See TracChangeset
for help on using the changeset viewer.