Changeset 34640 in vbox
- Timestamp:
- Dec 2, 2010 6:13:45 PM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Makefile.kmk
r34639 r34640 678 678 --exclude out/ \ 679 679 --exclude tools/FetchDir/ \ 680 $(foreach os,darwin freebsd linux solaris os2 win \ 681 ,$(if-expr "$(1)" != "$(os)",--exclude tools/$(os).x86 $(os).amd64,)) 682 680 --exclude webtools/ \ 681 $(foreach os,darwin freebsd linux solaris os2 win,$(if-expr "$(1)" != "$(os)", \ 682 --exclude tools/$(os).x86/ \ 683 --exclude tools/$(os).amd64/,)) 683 684 684 685 #
Note:
See TracChangeset
for help on using the changeset viewer.