configure: Fix code which creates config.mak files
commit37116c89cdafc04682709919ca72d8dabc43f668
authorStefan Weil <weil@mail.berlios.de>
Mon, 1 Mar 2010 21:20:29 +0000 (1 22:20 +0100)
committerAnthony Liguori <aliguori@us.ibm.com>
Tue, 9 Mar 2010 15:03:46 +0000 (9 09:03 -0600)
treea502296284bd3923f42f91129111f3940d375c93
parentf8aa6c7bebfa66d09220e60f5e794d38015904ea
configure: Fix code which creates config.mak files

These files are created by configure and grow
unnecessarily at each new call of configure:

roms/seabios/config.mak
roms/vgabios/config.mak
libhw32/config.mak
libhw64/config.mak

libhw32/config.mak and libhw64/config.mak set
compiler options, and the wrong old code results
in very long command lines.

The new code always writes a new config.mak
instead of appending to an existing one.

Signed-off-by: Stefan Weil <weil@mail.berlios.de>
Signed-off-by: Anthony Liguori <aliguori@us.ibm.com>
configure