diff options
author | Trent Piepho <xyzzy@speakeasy.org> | 2006-08-31 17:03:23 -0700 |
---|---|---|
committer | Trent Piepho <xyzzy@speakeasy.org> | 2006-08-31 17:03:23 -0700 |
commit | efa9283c1ec05d6bfee4bf5a1da803cd478eec78 (patch) | |
tree | 590d9d47b7017bcaf4615419ee85604759ec902c /linux/sound/oss | |
parent | bc012a5d7cbc29b620f4455f96d17d101e1af03a (diff) | |
download | mediapointer-dvb-s2-efa9283c1ec05d6bfee4bf5a1da803cd478eec78.tar.gz mediapointer-dvb-s2-efa9283c1ec05d6bfee4bf5a1da803cd478eec78.tar.bz2 |
Handle updating .config and Kconfig better
From: Trent Piepho <xyzzy@speakeasy.org>
Both .config and Kconfig are created at the same time by the same
program, make_kconfig.pl. make does not understand the concept of
a program which creates two targets and cannot handle this properly.
Everything works with this patch, but in some cases make -j will run
make_kconfig.pl twice at the same time. This works, one script will just
overwrite the output of the other, but it looks bad. Without make -j,
everything works as it should and make_kconfig.pl isn't run more than it
needs to be.
Signed-off-by: Trent Piepho <xyzzy@speakeasy.org>
Diffstat (limited to 'linux/sound/oss')
0 files changed, 0 insertions, 0 deletions