Changeset 99716 in vbox for trunk/Makefile.kmk
- Timestamp:
- May 10, 2023 9:09:07 AM (19 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Makefile.kmk
r99715 r99716 1326 1326 $(TIME) -- $(call VBOX_RSYNC_IN_FN,linux,*) \ 1327 1327 '--exclude=src/VBox/Additions/WINNT/**' \ 1328 '--include=src/VBox/Devices/' \ 1329 '--include=src/VBox/Devices/Audio/' \ 1330 '--include=src/VBox/Devices/Audio/**' \ 1331 '--include=src/VBox/Devices/build/' \ 1332 '--include=src/VBox/Devices/build/**' \ 1333 '--exclude=src/VBox/Devices/**' \ 1334 '--exclude=src/VBox/Debugger/**' \ 1335 '--exclude=src/VBox/ExtPacks/**' \ 1328 1336 '--exclude=src/VBox/Frontends/**' \ 1337 '--exclude=src/VBox/HostService/**' \ 1338 '--exclude=src/VBox/ImageMounter/**' \ 1339 '--exclude=src/VBox/Main/**' \ 1340 '--exclude=src/VBox/NetworkServices/**' \ 1341 '--exclude=src/VBox/RDP/**' \ 1342 '--exclude=src/VBox/Storage/**' \ 1343 '--include=src/VBox/ValidationKit/' \ 1344 '--include=src/VBox/ValidationKit/Config.kmk' \ 1345 '--include=src/VBox/ValidationKit/utils/' \ 1346 '--include=src/VBox/ValidationKit/utils/audio/' \ 1347 '--include=src/VBox/ValidationKit/utils/audio/**' \ 1348 '--exclude=src/VBox/ValidationKit/**' \ 1329 1349 '--exclude=src/VBox/VMM/**' \ 1350 '--exclude=src/libs/dxvk-native-**' \ 1351 '--exclude=src/libs/curl-**' \ 1352 '--exclude=src/libs/libjpeg-turbo-**' \ 1353 '--exclude=src/libs/libogg-**' \ 1354 '--exclude=src/libs/libpng-**' \ 1355 '--exclude=src/libs/libssh-**' \ 1356 '--exclude=src/libs/libtpms-**' \ 1357 '--exclude=src/libs/libvorbis-**' \ 1358 '--exclude=src/libs/libvpx-**' \ 1359 '--exclude=src/libs/libxml-**' \ 1360 '--exclude=src/libs/softfloat-**' \ 1361 '--exclude=src/libs/TestFloat-**' \ 1362 '--exclude=src/libs/xpcom18a4/**' \ 1363 '--exclude=src/apps/**' \ 1330 1364 . $(VBOX_BLD_VM_LNX_IP):/mnt/tinderbox/$(VBOX_ADDITIONS_BUILD_SUBDIRNAME) 1331 1365 … … 1641 1675 # Serialize 32-bit and 64-bit ASSUMING the same VM builds both. 1642 1676 extpacks-build-linux.rsync-into-vm: $(VBOX_EXTPACKS_BUILD_WIN_HOST_FIRST) 1643 $(TIME) -- $(call VBOX_RSYNC_IN_FN,linux,*) . $(VBOX_BLD_VM_LNX_IP):/mnt/tinderbox/$(VBOX_EXTPACKS_BUILD_SUBDIRNAME) 1677 $(TIME) -- $(call VBOX_RSYNC_IN_FN,linux,*) \ 1678 '--exclude=src/VBox/Additions/**' \ 1679 '--exclude=src/VBox/Debugger/**' \ 1680 '--exclude=src/VBox/Frontends/**' \ 1681 '--exclude=src/VBox/GuestHost/**' \ 1682 '--exclude=src/VBox/HostServices/**' \ 1683 '--exclude=src/VBox/ImageMounter/**' \ 1684 '--exclude=src/VBox/NetworkServices/**' \ 1685 '--exclude=src/app/**' \ 1686 . $(VBOX_BLD_VM_LNX_IP):/mnt/tinderbox/$(VBOX_EXTPACKS_BUILD_SUBDIRNAME) 1644 1687 1645 1688 extpacks-build-linux.build-it: extpacks-build-linux.rsync-into-vm … … 1854 1897 -$(VBOX_BLD_VM_OS2_KKILL_STUFF) 1855 1898 $(TIME) -- $(call VBOX_RSYNC_IN_FN,os2,*,nossh) \ 1856 '--exclude=src/VBox/Additions/x11/**' \ 1857 '--exclude=src/VBox/Additions/WINNT/**' \ 1899 '--exclude=src/VBox/Additions/**' \ 1858 1900 '--exclude=src/VBox/Frontends/**' \ 1859 1901 '--exclude=src/VBox/VMM/**' \ … … 1885 1927 validationkit-build-linux.rsync-into-vm: $(VBOX_VALIDATIONKIT_BUILD_WIN_HOST_FIRST) 1886 1928 $(TIME) -- $(call VBOX_RSYNC_IN_FN,linux,*) \ 1887 '--exclude=src/VBox/Additions/WINNT/**' \ 1929 '--exclude=src/VBox/Additions/**' \ 1930 '--exclude=src/VBox/Debugger/**' \ 1888 1931 '--exclude=src/VBox/Frontends/**' \ 1932 '--exclude=src/VBox/GuestHost/**' \ 1933 '--exclude=src/VBox/HostServices/**' \ 1934 '--exclude=src/VBox/ImageMounter/**' \ 1935 '--exclude=src/VBox/Main/**' \ 1936 '--exclude=src/VBox/NetworkServices/**' \ 1937 '--exclude=src/VBox/RDP/**' \ 1938 '--exclude=src/VBox/Storage/**' \ 1889 1939 '--exclude=src/VBox/VMM/**' \ 1940 '--exclude=src/app/**' \ 1890 1941 . $(VBOX_BLD_VM_LNX_IP):/mnt/tinderbox/$(VBOX_VALIDATIONKIT_BUILD_SUBDIRNAME) 1891 1942
Note:
See TracChangeset
for help on using the changeset viewer.