Re: Building tree without making obj symlinks

2016-06-23 Thread Ted Unangst
Theo de Raadt wrote: > Why? > > I've been here for a while. My experiences: > > Lots of variations of build environment -> lots of failure > conditions happen -> many people wasting their time. > > Please supply a good justification why that is good. Actually, it's kind of interesting. Taking

Re: Building tree without making obj symlinks

2016-06-23 Thread Theo de Raadt
Why? I've been here for a while. My experiences: Lots of variations of build environment -> lots of failure conditions happen -> many people wasting their time. Please supply a good justification why that is good. If you can't, throw your diff away. It Simple as that. > With these changes ap

Building tree without making obj symlinks

2016-06-23 Thread Masao Uebayashi
With these changes applied, and by specifying MAKESRCDIRPREFIX/MAKEOBJDIRPREFIX, I can build tree without creating obj symlinks under source. If src directory is /a/src, and obj is /b/obj, use MAKESRCDIRPREFIX=/a/src MAKEOBJDIRPREFIX=/b/obj then .OBJDIR under /a/src/bin/ls becomes