]> rtime.felk.cvut.cz Git - sysless.git/commit
build-all: Fix (re)generation of build directories
authorMichal Sojka <sojkam1@fel.cvut.cz>
Wed, 28 Jul 2010 13:09:15 +0000 (15:09 +0200)
committerMichal Sojka <sojkam1@fel.cvut.cz>
Wed, 28 Jul 2010 13:09:15 +0000 (15:09 +0200)
commit353e7edad44e2d166cf24cededabec39351045ce
tree70349ae33eef7b7f280001cc7cbb1bb518fcb30c
parenta6a2a7cf2997730aa4f887c3bc32822bf7ea4dec
build-all: Fix (re)generation of build directories

In the previous version, when make was run for the first time in build-all,
it only generated the target directories and not run make in them.
Additionally when the list of config files changed, the list of build
directories was updated accordingly, but was not used until the next run of
make.

Both these deficiencies are fixed by this commit.
build-all/Makefile