Changeset 72108 in vbox
- Timestamp:
- May 4, 2018 11:07:23 AM (7 years ago)
- svn:sync-xref-src-repo-rev:
- 122502
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Makefile.kmk
r72069 r72108 976 976 --exclude=tools/FetchDir/ \ 977 977 --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), \ 979 980 --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/ ) 987 982 988 983 #
Note:
See TracChangeset
for help on using the changeset viewer.