Fix seabios build problems.

When compiling seabios under ebuild control some compilation
warnings and util script problems are reported.

This CL fixes the problems. Emerging the package shows the
test-gcc.sh is ran multiple times, this does not seem to be a
make concurrency problem, as it is ran twice even when -j 1 make
option is specified. chromium-os:15658 is opened to track this
issue.

BUG=chromium-os:15656
TEST=manual

While in chroot:

- run `emerge-x86-generic chromeos-seabios --board=x86-generic'
- observe the contents of /build/x86-generic/u-boot:
  ~/trunk/src/scripts $ ls /build/x86-generic/u-boot/
  bios.bin.elf
  ~/trunk/src/scripts $

Change-Id: I42ed15230e2bc9aaac6bc9f87b795b9a975fede8
Signed-off-by: Vadim Bendebury <vbendeb@chromium.org>
2 files changed
tree: a64699593cfdf54a4f00979b3a7674500ba24cee
  1. src/
  2. tools/
  3. vgasrc/
  4. .gitignore
  5. COPYING
  6. COPYING.LESSER
  7. Makefile
  8. README
  9. TODO