Current-Users archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

Re: Where does the kernel get built?



On 11-11-29 10:35 AM, D'Arcy Cain wrote:
+[ -f /etc/mk.conf ] && grep MAKEOBJDIRPREFIX /etc/mk.conf|tr -d '
'|${HOST_SH}

Ignore that.  I hit "Send" too soon.  This is what I meant:

[ -f /etc/mk.conf ] && eval `grep MAKEOBJDIRPREFIX /etc/mk.conf|tr -d ' '`


--
D'Arcy J.M. Cain <darcy%NetBSD.org@localhost>
http://www.NetBSD.org/


Home | Main Index | Thread Index | Old Index