VirtualBox

Changeset 99716 in vbox for trunk/Makefile.kmk


Ignore:
Timestamp:
May 10, 2023 9:09:07 AM (19 months ago)
Author:
vboxsync
Message:

/Makefile.kmk: Exclude more stuff from rsync into the linux build VM to save space. bugref:10442

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Makefile.kmk

    r99715 r99716  
    13261326        $(TIME) -- $(call VBOX_RSYNC_IN_FN,linux,*) \
    13271327                '--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/**' \
    13281336                '--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/**' \
    13291349                '--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/**' \
    13301364                . $(VBOX_BLD_VM_LNX_IP):/mnt/tinderbox/$(VBOX_ADDITIONS_BUILD_SUBDIRNAME)
    13311365
     
    16411675 # Serialize 32-bit and 64-bit ASSUMING the same VM builds both.
    16421676 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)
    16441687
    16451688 extpacks-build-linux.build-it: extpacks-build-linux.rsync-into-vm
     
    18541897        -$(VBOX_BLD_VM_OS2_KKILL_STUFF)
    18551898        $(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/**' \
    18581900                '--exclude=src/VBox/Frontends/**' \
    18591901                '--exclude=src/VBox/VMM/**' \
     
    18851927 validationkit-build-linux.rsync-into-vm: $(VBOX_VALIDATIONKIT_BUILD_WIN_HOST_FIRST)
    18861928        $(TIME) -- $(call VBOX_RSYNC_IN_FN,linux,*) \
    1887                 '--exclude=src/VBox/Additions/WINNT/**' \
     1929                '--exclude=src/VBox/Additions/**' \
     1930                '--exclude=src/VBox/Debugger/**' \
    18881931                '--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/**' \
    18891939                '--exclude=src/VBox/VMM/**' \
     1940                '--exclude=src/app/**' \
    18901941                . $(VBOX_BLD_VM_LNX_IP):/mnt/tinderbox/$(VBOX_VALIDATIONKIT_BUILD_SUBDIRNAME)
    18911942
Note: See TracChangeset for help on using the changeset viewer.

© 2024 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette