cvs commit: src/share/mk bsd.lib.mk

Warner Losh imp at FreeBSD.org
Fri Aug 25 23:50:06 UTC 2006


imp         2006-08-25 23:50:05 UTC

  FreeBSD src repository

  Modified files:
    share/mk             bsd.lib.mk 
  Log:
  Pass whatever the value of NM down to lorder.  This allows one to
  override NM in Makefiles when, for example, cross compiling and have
  that value be used by lorder.  NM normally isn't defined, so we pass a
  null value to lorder.  lorder says 'NM=${NM-nm}' which causes it to
  pickup the default value.
  
  Revision  Changes    Path
  1.176     +3 -3      src/share/mk/bsd.lib.mk


More information about the cvs-src mailing list