- Timestamp:
- Mar 31, 2015 5:19:58 PM (10 years ago)
- Location:
- trunk/src/VBox
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Runtime/Makefile.kmk
r54484 r55046 2723 2723 endif 2724 2724 $(call MSG_L1,IPRT: Testing mangling using nm...) 2725 $(QUIET) nm$^ 2> /dev/null \2725 $(QUIET)$(VBOX_NM) $^ 2> /dev/null \ 2726 2726 | $(SED) -n \ 2727 2727 -e 's/^[0-9a-f][0-9a-f]* //' \ -
trunk/src/VBox/VMM/Makefile.kmk
r55044 r55046 763 763 else 764 764 $(call MSG_L1,VMM: Testing for undefined symbols in VMMRC using nm...) 765 $(QUIET) nm$^ 2> /dev/null \765 $(QUIET)$(VBOX_NM) $^ 2> /dev/null \ 766 766 | $(SED) -n \ 767 767 -e '/^[0-9a-f][0-9a-f]* [^U] .*/d' \
Note:
See TracChangeset
for help on using the changeset viewer.