Statistics
| Branch: | Revision:

root / scripts / make_device_config.sh @ f53ec699

History | View | Annotate | Download (667 Bytes)

# Date Author Comment
1b304817 03/09/2013 02:00 pm Andreas Färber

Revert "make_device_config.sh: Fix target path in generated dependency file"

This reverts commit 23bf49b5eca716aaad073f2b47613434e1515cb5.

While *-softmmu/config-devices.mak.d is included through *.d pattern via
Makefile.target, the make_devices_config.sh call these dependencies are...

88070801 03/09/2013 02:00 pm Andreas Färber

make_device_config.sh: Emit dependency file to directory where included

Placing the config-devices.mak.d file alongside the config-devices.mak
file in -softmmu/ lead to it getting included into through
-softmmu/Makefile in addition to ./Makefile, leading to confusion....

f4ece404 02/19/2013 12:53 pm Gerd Hoffmann

fix scripts/make_device_config.sh

Make it handle multiple include statements in a file:

(1) The printf needs a space so the include files will be separated.
(2) Also $f can contain multiple failes, so redirection will not work
and we have to use cat to process all files....
23bf49b5 01/26/2013 03:26 pm Andreas Färber

make_device_config.sh: Fix target path in generated dependency file

config-devices.mak.d is included from Makefile.target, i.e. from inside
the *-softmmu/ directory. It included the directory path, so never
applied to the actual ./config-devices.mak. Symptoms were spurious...

4c3b5a48 01/20/2011 10:54 pm Blue Swirl

Add scripts directory

Move build and user scripts into scripts directory.

Signed-off-by: Blue Swirl <>