summaryrefslogtreecommitdiff
path: root/Makefile.kmk
diff options
context:
space:
mode:
authorvboxsync <vboxsync@cfe28804-0f27-0410-a406-dd0f0b0b656f>2021-10-17 22:49:04 +0000
committervboxsync <vboxsync@cfe28804-0f27-0410-a406-dd0f0b0b656f>2021-10-17 22:49:04 +0000
commita9293ffa45edb8c5e188cd9893ba5819325a293f (patch)
treea985c346eee8835e13f7ad0426c77887d2e606cc /Makefile.kmk
parent97d36b116dc271447168b4e8159541c01a0f7e22 (diff)
downloadVirtualBox-svn-a9293ffa45edb8c5e188cd9893ba5819325a293f.tar.gz
/Makefile.kmk: Tweaked VBOX_RSYNC_IN_FN to save space in the solaris VM, it doesn't need openwatcom (no binaries). None of the VMs does doxygen builds AFAIK, so skip plantuml.
git-svn-id: https://www.virtualbox.org/svn/vbox/trunk@91797 cfe28804-0f27-0410-a406-dd0f0b0b656f
Diffstat (limited to 'Makefile.kmk')
-rw-r--r--Makefile.kmk2
1 files changed, 2 insertions, 0 deletions
diff --git a/Makefile.kmk b/Makefile.kmk
index f82f9e73b56..206b7451e37 100644
--- a/Makefile.kmk
+++ b/Makefile.kmk
@@ -1064,6 +1064,8 @@ VBOX_RSYNC_IN_FN = $(if-expr "$(3)" != "nossh",$(VBOX_RSYNC),$(VBOX_RSYNC_NOSSH)
--exclude=tools/FetchDir/ \
--exclude=webtools/ \
--exclude=out/ \
+ --exclude=tools/common/plantuml/ \
+ $(if-expr "$1" == "solaris",--exclude=tools/common/openwatcom/,) \
$(foreach os,$(filter-out $(1), darwin freebsd linux solaris os2 win), \
--exclude=tools/$(os).x86/ \
--exclude=tools/$(os).amd64/ )