]> git.tdb.fi Git - builder.git/commit
Fix bootstrap.sh to work when multiple identically named headers
authorMikko Rasa <tdb@tdb.fi>
Fri, 26 Apr 2013 16:48:39 +0000 (19:48 +0300)
committerMikko Rasa <tdb@tdb.fi>
Fri, 26 Apr 2013 16:48:39 +0000 (19:48 +0300)
commit619d785d9874b67a20339e1ebe5b89d22cba2f11
tree03c38bb0c993fe6020c0453895d25ba470e3d61e
parentc51e8844f19c31b2809ba459a1659d3b94a86f89
Fix bootstrap.sh to work when multiple identically named headers

Previously the overlay -iquote flags for all source directories were
applied to all files, so the compiler included the wrong file.  The fix
is to compile files one by one and only add the flags that are needed
for each.

The temp directory will now be deleted by default.  An option to keep
it was added.
bootstrap.sh