Closed b-man closed 11 years ago
Isn't setsegname supposed to just be called setsegname?
Also, make sure things are installed to /usr, not /usr/local, apparently the xnu build system is very stupid. If you want to make it more like the Linux one (which is far more SANE than using MASTER.xxx files), go ahead.
Ok, I'll exclude the prefix from setsegname (didn't really know if it was necessary) and I'll change the default path to /usr/bin.
I really want to revamp xnu's build system, I just need to find enough time to do so :P
Fixed