VirtualBox

Changeset 72108 in vbox


Ignore:
Timestamp:
May 4, 2018 11:07:23 AM (7 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
122502
Message:

/Makefile.kmk/VBOX_RSYNC_IN_FN: Let's try not rsync anything from the 'out' directory into the VMs.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Makefile.kmk

    r72069 r72108  
    976976        --exclude=tools/FetchDir/ \
    977977        --exclude=webtools/ \
    978         $(foreach os,darwin freebsd linux solaris os2 win,$(if-expr "$(1)" != "$(os)", \
     978        --exclude=out/ \
     979        $(foreach os,$(filter-out $(1), darwin freebsd linux solaris os2 win), \
    979980                --exclude=tools/$(os).x86/ \
    980                 --exclude=tools/$(os).amd64/ \
    981                 --exclude=out/$(os).amd64/ \
    982                 --exclude=out/$(os).x86/ \
    983         ,$(select \
    984                 "$(2)" == "x86"  , --exclude=out/$(os).amd64/$(KBUILD_TYPE)/, \
    985                 "$(2)" == "amd64", --exclude=out/$(os).x86/$(KBUILD_TYPE)/) \
    986         ))
     981                --exclude=tools/$(os).amd64/ )
    987982
    988983#
Note: See TracChangeset for help on using the changeset viewer.

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