b-man / xnu-deps-linux

Mig/cctools for Linux combo makefile thingy
31 stars 16 forks source link

Some changes and enhancements #5

Closed b-man closed 11 years ago

b-man commented 11 years ago
winocm commented 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.

b-man commented 11 years ago

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

b-man commented 11 years ago

Fixed