makebootable: Fix various build problems.hrev49670
commitc5271e6b51d032ae87de2dce85a8586848bdfc4a
authorRene Gollent <rene@gollent.com>
Thu, 8 Oct 2015 22:53:56 +0000 (8 18:53 -0400)
committerRene Gollent <rene@gollent.com>
Thu, 8 Oct 2015 22:57:21 +0000 (8 18:57 -0400)
treec459a7b84c5d10f3ec733052f89250e008febeaa
parent832f090ea891d7189b5ecad438a925d3c2f993f8
makebootable: Fix various build problems.

- Add jamfile for a build variant of libuuid.
- Adjust the build version of makebootable to link to that instead, as it would
  otherwise link in the target platform's version of libuuid_kernel, which
  wasn't necessarily compatible with the build platform's objects (i.e. when
  building a 32-bit Haiku image on a 64-bit host OS), and would consequently
  fail.
src/build/Jamfile
src/build/libuuid/Jamfile [new file with mode: 0644]
src/tools/makebootable/platform/bios_ia32/Jamfile