Changeset 69762 in vbox for trunk/src/VBox/HostDrivers
- Timestamp:
- Nov 19, 2017 4:12:34 PM (7 years ago)
- svn:sync-xref-src-repo-rev:
- 119162
- Location:
- trunk/src/VBox/HostDrivers/Support
- Files:
-
- 4 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/HostDrivers/Support/freebsd/Makefile
r69500 r69762 59 59 SRCS += \ 60 60 RTErrConvertFromErrno.c \ 61 RTErrConvertToErrno.c 61 RTErrConvertToErrno.c \ 62 errinfo.c 62 63 63 64 .PATH: ${.CURDIR}/common/log -
trunk/src/VBox/HostDrivers/Support/freebsd/files_vboxdrv
r69500 r69762 101 101 ${PATH_ROOT}/src/VBox/Runtime/common/err/RTErrConvertFromErrno.cpp=>common/err/RTErrConvertFromErrno.c \ 102 102 ${PATH_ROOT}/src/VBox/Runtime/common/err/RTErrConvertToErrno.cpp=>common/err/RTErrConvertToErrno.c \ 103 ${PATH_ROOT}/src/VBox/Runtime/common/err/errinfo.cpp=>common/err/errinfo.c \ 103 104 ${PATH_ROOT}/src/VBox/Runtime/common/log/log.cpp=>common/log/log.c \ 104 105 ${PATH_ROOT}/src/VBox/Runtime/common/log/logellipsis.cpp=>common/log/logellipsis.c \ -
trunk/src/VBox/HostDrivers/Support/linux/Makefile
r69371 r69762 69 69 common/err/RTErrConvertFromErrno.o \ 70 70 common/err/RTErrConvertToErrno.o \ 71 common/err/errinfo.o \ 71 72 common/log/log.o \ 72 73 common/log/logellipsis.o \ -
trunk/src/VBox/HostDrivers/Support/linux/files_vboxdrv
r69500 r69762 102 102 ${PATH_ROOT}/src/VBox/Runtime/common/err/RTErrConvertFromErrno.cpp=>common/err/RTErrConvertFromErrno.c \ 103 103 ${PATH_ROOT}/src/VBox/Runtime/common/err/RTErrConvertToErrno.cpp=>common/err/RTErrConvertToErrno.c \ 104 ${PATH_ROOT}/src/VBox/Runtime/common/err/errinfo.cpp=>common/err/errinfo.c \ 104 105 ${PATH_ROOT}/src/VBox/Runtime/common/log/log.cpp=>common/log/log.c \ 105 106 ${PATH_ROOT}/src/VBox/Runtime/common/log/logellipsis.cpp=>common/log/logellipsis.c \
Note:
See TracChangeset
for help on using the changeset viewer.