Changeset 69371 in vbox for trunk/src/VBox/HostDrivers/linux/Makefile
- 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/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
Note:
See TracChangeset
for help on using the changeset viewer.