Statistics
| Branch: | Revision:

root / make_device_config.sh @ 0f11f25a

History | View | Annotate | Download (643 Bytes)

# Date Author Comment
5d6b423c 12/18/2010 08:58 pm Stefan Weil

win32: Fix CRLF problem in make_device_config.sh

QEMU source code with CRLF line endings
which is quite common on windows hosts
fails with current make_device_config.sh.

The awk script gets the name of the included
file with \r, so instead of pci.mak it will...

cf66924f 11/27/2010 02:58 am Paul Brook

Detect missing config includes

Terminate make_device_config.sh if the awk command fails.
Typically this means a missing file.

Signed-off-by: Paul Brook <>

bd9141bb 11/26/2010 08:47 pm Paul Brook

Include directives in default configs

Allow default configs to be split into several files.

Signed-off-by: Paul Brook <>