Improvements to build process for OSX build support
authorDavid Thornley <david.thornley@touchstargroup.com>
Tue, 31 May 2016 01:21:44 +0000 (11:21 +1000)
committerPiotr Dymacz <pepe2k@gmail.com>
Wed, 15 Jun 2016 07:58:28 +0000 (09:58 +0200)
commit1f182796d7faf5a4fc130b2774d7465b90736fc9
tree740f25ced74eafbf1aee4215206bda47ceff7a4b
parentd75500382b0dd829f76c7b8f06f45a61142b06ed
Improvements to build process for OSX build support

Requires updated bash and gnu coreutils, gnu-sed via brew.
Added HostOS platform sanity check (only linux and osx supported/tested)
Makefile and u-boot/Makefile forces SHELL to bash which addresses issues with cross platform "echo" and nullifies previous workaround /bin/echo (for -e and -n).
Added documentation for building on OS X
Makefile
README.md
u-boot/Makefile