Generate Makefile dependencies also from Forth files
commiteeaaecbba22bf82d3d7af0cce7a5ef048fe9b296
authorblueswirl <blueswirl@f158a5a8-5612-0410-a976-696ce0be7e32>
Sun, 2 Jan 2011 09:56:19 +0000 (2 09:56 +0000)
committerblueswirl <blueswirl@f158a5a8-5612-0410-a976-696ce0be7e32>
Sun, 2 Jan 2011 09:56:19 +0000 (2 09:56 +0000)
tree436122516029d630cad38b9c12ea6e0fca38993e
parentaa4e98a827a1f357cbf47bbe5d2f918dc3f1ab35
Generate Makefile dependencies also from Forth files

Dependencies between Forth files were not detected, so
dictionaries were not regenerated automatically in some cases.

Introduce '-M' flag to forthstrap to dump dependency information
in Makefile compatible format, based on the Forth 'include'
directives.

Signed-off-by: Blue Swirl <blauwirbel@gmail.com>
git-svn-id: svn://openbios.org/openbios/trunk/openbios-devel@1013 f158a5a8-5612-0410-a976-696ce0be7e32
Makefile.target
config/xml/dictionary.xsl
kernel/bootstrap.c