VirtualBox

Changeset 34638 in vbox


Ignore:
Timestamp:
Dec 2, 2010 6:03:56 PM (14 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
68440
Message:

rsync hacking

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Makefile.kmk

    r34637 r34638  
    666666# Common rsync excludes.
    667667#
    668 VBOX_RSYNC_IN_EXCLUDES = \
     668VBOX_RSYNC_IN_EXCLUDES_FN = \
    669669        --exclude .svn/ \
    670670        --exclude doc/Devices/ \
     
    675675        --exclude out/ \
    676676        --exclude tools/FetchDir/ \
    677         --exclude tools/darwin.x86/ \
    678         --exclude tools/darwin.amd64/ \
    679         --exclude tools/freebsd.x86/ \
    680         --exclude tools/freebsd.amd64/ \
    681         --exclude tools/linux.x86/ \
    682         --exclude tools/linux.amd64/ \
    683         --exclude tools/os2.x86/ \
    684         --exclude tools/win.amd64/ \
    685         --exclude tools/win.x86/ \
     677        $(foreach os,darwin freebsd linux solaris os2 win \
     678                ,$(if-expr "$(1)" != "$(os)",--exclude tools/$(os).x86 $(os).amd64,))
    686679
    687680
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