Changeset 34638 in vbox
- Timestamp:
- Dec 2, 2010 6:03:56 PM (14 years ago)
- svn:sync-xref-src-repo-rev:
- 68440
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Makefile.kmk
r34637 r34638 666 666 # Common rsync excludes. 667 667 # 668 VBOX_RSYNC_IN_EXCLUDES = \668 VBOX_RSYNC_IN_EXCLUDES_FN = \ 669 669 --exclude .svn/ \ 670 670 --exclude doc/Devices/ \ … … 675 675 --exclude out/ \ 676 676 --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,)) 686 679 687 680
Note:
See TracChangeset
for help on using the changeset viewer.