VirtualBox

Changeset 55046 in vbox for trunk/src


Ignore:
Timestamp:
Mar 31, 2015 5:19:58 PM (10 years ago)
Author:
vboxsync
Message:

s/nm/VBOX_NM/

Location:
trunk/src/VBox
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Runtime/Makefile.kmk

    r54484 r55046  
    27232723  endif
    27242724        $(call MSG_L1,IPRT: Testing mangling using nm...)
    2725         $(QUIET)nm $^  2> /dev/null \
     2725        $(QUIET)$(VBOX_NM) $^  2> /dev/null \
    27262726                | $(SED) -n \
    27272727                        -e 's/^[0-9a-f][0-9a-f]* //' \
  • trunk/src/VBox/VMM/Makefile.kmk

    r55044 r55046  
    763763 else
    764764        $(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 \
    766766                | $(SED) -n \
    767767                        -e '/^[0-9a-f][0-9a-f]* [^U] .*/d' \
Note: See TracChangeset for help on using the changeset viewer.

© 2024 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette