summaryrefslogtreecommitdiff
path: root/include/linux/writeback.h
diff options
context:
space:
mode:
authorKai Germaschewski <kai@tp1.ruhr-uni-bochum.de>2002-06-01 15:30:52 -0500
committerKai Germaschewski <kai@tp1.ruhr-uni-bochum.de>2002-06-01 15:30:52 -0500
commit4da4483e5655259b2f3184a2833a6330276ab14a (patch)
tree4bf81fc99af0c832a31a60adc398ce32c75e0d52 /include/linux/writeback.h
parent45bd64fa7d2675fc233edd2cf5335a06331127d7 (diff)
kbuild: Group targets which need / don't need .config
The main Makefile includes .config - on the other hand, it also generates .config when using make *config. This leads to recursion problems when we make the build depend on .config. (.config is generated by *config. So after running make *config, make notices one of its includes has been updated -> it restarts to read the new contents. Unfortunately, the restart runs *config again, which updates .config again. You get the picture) Therefore, we're aiming at a two phase system: If no .config exists, allow only make *config and make clean/mrproper. Afterwards, allow all targets. (It's not much different from what we have today)
Diffstat (limited to 'include/linux/writeback.h')
0 files changed, 0 insertions, 0 deletions