Changeset 47163 in vbox for trunk/Config.kmk
- Timestamp:
- Jul 15, 2013 2:21:03 PM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Config.kmk
r47048 r47163 2235 2235 ifndef DONT_USE_YASM 2236 2236 include $(KBUILD_PATH)/tools/YASM.kmk 2237 VBOX_YASM_CHECK = $(shell $(TOOL_YASM_AS) -e -o vbox-yasm-check.o $1 - < /dev/null 2>&1)2238 2237 VBOX_YASM_CHECK = $(if-expr "$(shell $(TOOL_YASM_AS) -e -o vbox-yasm-check.o $1 - < /dev/null 2>&1)" == "",$(1),) 2239 2238 else
Note:
See TracChangeset
for help on using the changeset viewer.