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 _______________________________________________ cvs-all@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/cvs-all To unsubscribe, send any mail to "[EMAIL PROTECTED]"