summaryrefslogtreecommitdiff
path: root/Makefile.kmk
diff options
context:
space:
mode:
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/ )