- Timestamp:
- Jun 8, 2017 11:50:14 AM (7 years ago)
- Location:
- trunk/src/VBox
- Files:
-
- 12 edited
-
Additions/common/VBoxGuest/linux/Makefile (modified) (1 diff)
-
Additions/common/VBoxGuest/linux/files_vboxguest (modified) (1 diff)
-
Additions/linux/sharedfolders/Makefile.module (modified) (1 diff)
-
Additions/linux/sharedfolders/files_vboxsf (modified) (1 diff)
-
HostDrivers/Support/linux/Makefile (modified) (1 diff)
-
HostDrivers/Support/linux/files_vboxdrv (modified) (1 diff)
-
HostDrivers/VBoxNetAdp/linux/Makefile (modified) (1 diff)
-
HostDrivers/VBoxNetAdp/linux/files_vboxnetadp (modified) (1 diff)
-
HostDrivers/VBoxNetFlt/linux/Makefile (modified) (1 diff)
-
HostDrivers/VBoxNetFlt/linux/files_vboxnetflt (modified) (1 diff)
-
HostDrivers/VBoxPci/linux/Makefile (modified) (1 diff)
-
HostDrivers/VBoxPci/linux/files_vboxpci (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Additions/common/VBoxGuest/linux/Makefile
r66546 r67293 101 101 common/math/gcc/moddi3.o \ 102 102 common/math/gcc/udivdi3.o \ 103 common/math/gcc/udivmoddi4.o \ 103 104 common/math/gcc/umoddi3.o \ 104 105 common/math/gcc/qdivrem.o -
trunk/src/VBox/Additions/common/VBoxGuest/linux/files_vboxguest
r66415 r67293 114 114 ${PATH_ROOT}/src/VBox/Runtime/common/math/gcc/quad.h=>common/math/gcc/quad.h \ 115 115 ${PATH_ROOT}/src/VBox/Runtime/common/math/gcc/udivdi3.c=>common/math/gcc/udivdi3.c \ 116 ${PATH_ROOT}/src/VBox/Runtime/common/math/gcc/udivmoddi4.c=>common/math/gcc/udivmoddi4.c \ 116 117 ${PATH_ROOT}/src/VBox/Runtime/common/math/gcc/umoddi3.c=>common/math/gcc/umoddi3.c \ 117 118 ${PATH_ROOT}/src/VBox/Runtime/common/misc/RTAssertMsg1Weak.cpp=>common/misc/RTAssertMsg1Weak.c \ -
trunk/src/VBox/Additions/linux/sharedfolders/Makefile.module
r61081 r67293 39 39 moddi3.o \ 40 40 udivdi3.o \ 41 udivmoddi4.o \ 41 42 umoddi3.o \ 42 43 qdivrem.o -
trunk/src/VBox/Additions/linux/sharedfolders/files_vboxsf
r60584 r67293 74 74 ${PATH_ROOT}/src/VBox/Runtime/common/math/gcc/quad.h=>quad.h \ 75 75 ${PATH_ROOT}/src/VBox/Runtime/common/math/gcc/udivdi3.c=>udivdi3.c \ 76 ${PATH_ROOT}/src/VBox/Runtime/common/math/gcc/udivmoddi4.c=>udivmoddi4.c \ 76 77 ${PATH_ROOT}/src/VBox/Runtime/common/math/gcc/umoddi3.c=>umoddi3.c \ 77 78 ${PATH_ROOT}/src/VBox/Runtime/r0drv/linux/the-linux-kernel.h=>r0drv/linux/the-linux-kernel.h \ -
trunk/src/VBox/HostDrivers/Support/linux/Makefile
r67063 r67293 163 163 math/gcc/qdivrem.o \ 164 164 math/gcc/udivdi3.o \ 165 math/gcc/udivmoddi4.o \ 165 166 math/gcc/divdi3.o \ 166 167 math/gcc/umoddi3.o -
trunk/src/VBox/HostDrivers/Support/linux/files_vboxdrv
r66424 r67293 109 109 ${PATH_ROOT}/src/VBox/Runtime/common/math/gcc/quad.h=>math/gcc/quad.h \ 110 110 ${PATH_ROOT}/src/VBox/Runtime/common/math/gcc/udivdi3.c=>math/gcc/udivdi3.c \ 111 ${PATH_ROOT}/src/VBox/Runtime/common/math/gcc/udivmoddi4.c=>math/gcc/udivmoddi4.c \ 111 112 ${PATH_ROOT}/src/VBox/Runtime/common/math/gcc/umoddi3.c=>math/gcc/umoddi3.c \ 112 113 ${PATH_ROOT}/src/VBox/Runtime/common/misc/RTAssertMsg1Weak.cpp=>common/misc/RTAssertMsg1Weak.c \ -
trunk/src/VBox/HostDrivers/VBoxNetAdp/linux/Makefile
r67063 r67293 73 73 math/gcc/qdivrem.o \ 74 74 math/gcc/udivdi3.o \ 75 math/gcc/udivmoddi4.o \ 75 76 math/gcc/divdi3.o \ 76 77 math/gcc/umoddi3.o -
trunk/src/VBox/HostDrivers/VBoxNetAdp/linux/files_vboxnetadp
r60584 r67293 71 71 ${PATH_ROOT}/src/VBox/Runtime/common/math/gcc/quad.h=>math/gcc/quad.h \ 72 72 ${PATH_ROOT}/src/VBox/Runtime/common/math/gcc/udivdi3.c=>math/gcc/udivdi3.c \ 73 ${PATH_ROOT}/src/VBox/Runtime/common/math/gcc/udivdmodi4.c=>math/gcc/udivmoddi4.c \ 73 74 ${PATH_ROOT}/src/VBox/Runtime/common/math/gcc/umoddi3.c=>math/gcc/umoddi3.c \ 74 75 ${PATH_ROOT}/src/VBox/Runtime/common/string/strformat.cpp=>common/string/strformat.c \ -
trunk/src/VBox/HostDrivers/VBoxNetFlt/linux/Makefile
r67063 r67293 77 77 math/gcc/qdivrem.o \ 78 78 math/gcc/udivdi3.o \ 79 math/gcc/udivmoddi4.o \ 79 80 math/gcc/divdi3.o \ 80 81 math/gcc/umoddi3.o -
trunk/src/VBox/HostDrivers/VBoxNetFlt/linux/files_vboxnetflt
r60584 r67293 78 78 ${PATH_ROOT}/src/VBox/Runtime/common/math/gcc/quad.h=>math/gcc/quad.h \ 79 79 ${PATH_ROOT}/src/VBox/Runtime/common/math/gcc/udivdi3.c=>math/gcc/udivdi3.c \ 80 ${PATH_ROOT}/src/VBox/Runtime/common/math/gcc/udivmoddi4.c=>math/gcc/udivmoddi4.c \ 80 81 ${PATH_ROOT}/src/VBox/Runtime/common/math/gcc/umoddi3.c=>math/gcc/umoddi3.c \ 81 82 ${PATH_ROOT}/src/VBox/Runtime/r0drv/linux/the-linux-kernel.h=>r0drv/linux/the-linux-kernel.h \ -
trunk/src/VBox/HostDrivers/VBoxPci/linux/Makefile
r67063 r67293 77 77 math/gcc/qdivrem.o \ 78 78 math/gcc/udivdi3.o \ 79 math/gcc/udivmoddi4.o \ 79 80 math/gcc/divdi3.o \ 80 81 math/gcc/umoddi3.o -
trunk/src/VBox/HostDrivers/VBoxPci/linux/files_vboxpci
r60584 r67293 76 76 ${PATH_ROOT}/src/VBox/Runtime/common/math/gcc/quad.h=>math/gcc/quad.h \ 77 77 ${PATH_ROOT}/src/VBox/Runtime/common/math/gcc/udivdi3.c=>math/gcc/udivdi3.c \ 78 ${PATH_ROOT}/src/VBox/Runtime/common/math/gcc/udivmoddi4.c=>math/gcc/udivmoddi4.c \ 78 79 ${PATH_ROOT}/src/VBox/Runtime/common/math/gcc/umoddi3.c=>math/gcc/umoddi3.c \ 79 80 ${PATH_ROOT}/src/VBox/Runtime/r0drv/linux/the-linux-kernel.h=>r0drv/linux/the-linux-kernel.h \
Note:
See TracChangeset
for help on using the changeset viewer.

