Changeset 69371 in vbox for trunk/src/VBox/HostDrivers/linux/build_in_tmp
- Timestamp:
- Oct 26, 2017 3:34:57 PM (7 years ago)
- svn:sync-xref-src-repo-rev:
- 118695
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
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
Note:
See TracChangeset
for help on using the changeset viewer.