Changeset 94894 in vbox
- Timestamp:
- May 6, 2022 12:18:34 PM (3 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Makefile.kmk
r94870 r94894 1110 1110 $(if-expr "$1" == "solaris",--exclude=tools/common/openwatcom/,) \ 1111 1111 $(foreach os,$(filter-out $(1), darwin freebsd linux solaris os2 win), \ 1112 --exclude=tools/$(os)/ \ 1112 1113 --exclude=tools/$(os).x86/ \ 1113 --exclude=tools/$(os).amd64/ ) 1114 --exclude=tools/$(os).amd64/ \ 1115 --exclude=tools/$(os).arm64/ ) 1114 1116 1115 1117 #
Note:
See TracChangeset
for help on using the changeset viewer.