Changeset 69371 in vbox for trunk/src/VBox/HostDrivers/linux
- Timestamp:
- Oct 26, 2017 3:34:57 PM (7 years ago)
- Location:
- trunk/src/VBox/HostDrivers/linux
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/HostDrivers/linux/Makefile
-
Property svn:keywords
set to
Id Revision
r66222 r69371 3 3 # 4 4 5 #6 5 # 7 6 # Copyright (C) 2008-2015 Oracle Corporation … … 14 13 # VirtualBox OSE distribution. VirtualBox OSE is distributed in the 15 14 # hope that it will be useful, but WITHOUT ANY WARRANTY of any kind. 15 # 16 # The contents of this file may alternatively be used under the terms 17 # of the Common Development and Distribution License Version 1.0 18 # (CDDL) only, as it comes in the "COPYING.CDDL" file of the 19 # VirtualBox OSE distribution, in which case the provisions of the 20 # CDDL are applicable instead of those of the GPL. 21 # 22 # You may elect to license modified versions of this file under the 23 # terms and conditions of either the GPL or the CDDL or both. 16 24 # 17 25 … … 93 101 $(MAKE) -C vboxpci clean; \ 94 102 fi 95 rm -f vboxdrv.ko vboxnetflt.ko vboxnetadp.ko vboxpci.ko 103 rm -f vboxdrv.ko vboxnetflt.ko vboxnetadp.ko vboxpci.ko 96 104 97 105 check: -
Property svn:keywords
set to
-
trunk/src/VBox/HostDrivers/linux/build_in_tmp
r68627 r69371 1 1 #!/bin/sh 2 # $Id$ 3 ## @file 4 # Script to build a kernel module in /tmp. 5 # 6 # Useful if the module sources are installed in read-only directory. 7 # 2 8 3 #4 # Script to build a kernel module in /tmp. Useful if the module sources5 # are installed in read-only directory.6 9 # 7 10 # Copyright (C) 2007-2015 Oracle Corporation … … 14 17 # VirtualBox OSE distribution. VirtualBox OSE is distributed in the 15 18 # hope that it will be useful, but WITHOUT ANY WARRANTY of any kind. 19 # 20 # The contents of this file may alternatively be used under the terms 21 # of the Common Development and Distribution License Version 1.0 22 # (CDDL) only, as it comes in the "COPYING.CDDL" file of the 23 # VirtualBox OSE distribution, in which case the provisions of the 24 # CDDL are applicable instead of those of the GPL. 25 # 26 # You may elect to license modified versions of this file under the 27 # terms and conditions of either the GPL or the CDDL or both. 16 28 # 17 29 -
trunk/src/VBox/HostDrivers/linux/export_modules.sh
r69335 r69371 15 15 # VirtualBox OSE distribution. VirtualBox OSE is distributed in the 16 16 # hope that it will be useful, but WITHOUT ANY WARRANTY of any kind. 17 # 18 # The contents of this file may alternatively be used under the terms 19 # of the Common Development and Distribution License Version 1.0 20 # (CDDL) only, as it comes in the "COPYING.CDDL" file of the 21 # VirtualBox OSE distribution, in which case the provisions of the 22 # CDDL are applicable instead of those of the GPL. 23 # 24 # You may elect to license modified versions of this file under the 25 # terms and conditions of either the GPL or the CDDL or both. 17 26 # 18 27
Note:
See TracChangeset
for help on using the changeset viewer.