summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorvboxsync <vboxsync@cfe28804-0f27-0410-a406-dd0f0b0b656f>2023-05-10 12:31:40 +0000
committervboxsync <vboxsync@cfe28804-0f27-0410-a406-dd0f0b0b656f>2023-05-10 12:31:40 +0000
commit276eb52f3c4d11765b4d9441893814600f2a7cb2 (patch)
treef76a989fc2957e149dbbe9dccdba78bfc9d5da10
parentbee666cf2b296c073a77f8c7d8a56f99c314d337 (diff)
downloadVirtualBox-svn-276eb52f3c4d11765b4d9441893814600f2a7cb2.tar.gz
/Makefile.kmk: validationkit-build-linux.rsync-into-vm needs to get the VirtualBox.xidl file over so IPRT can generate status code info from it. bugref:10442
git-svn-id: https://www.virtualbox.org/svn/vbox/trunk@99722 cfe28804-0f27-0410-a406-dd0f0b0b656f
-rw-r--r--Makefile.kmk2
1 files changed, 2 insertions, 0 deletions
diff --git a/Makefile.kmk b/Makefile.kmk
index da0b998c2bd..7b545ab2c4a 100644
--- a/Makefile.kmk
+++ b/Makefile.kmk
@@ -1932,6 +1932,8 @@ else
'--exclude=src/VBox/GuestHost/**' \
'--exclude=src/VBox/HostServices/**' \
'--exclude=src/VBox/ImageMounter/**' \
+ '--include=src/VBox/Main/' \
+ '--include=src/VBox/Main/idl**' \
'--exclude=src/VBox/Main/**' \
'--exclude=src/VBox/NetworkServices/**' \
'--exclude=src/VBox/RDP/**' \