diff options
author | Thomas De Schampheleire <patrickdepinguin+buildroot@gmail.com> | 2011-07-27 11:34:51 +0200 |
---|---|---|
committer | Peter Korsgaard <jacmet@sunsite.dk> | 2011-08-04 21:44:56 +0200 |
commit | 4eb982cf90f16927442f4e7692ce51dd5d21f37b (patch) | |
tree | ab836ecca9dd7b7cd53e9c2aacb2a93a68e3da17 /package/xterm | |
parent | 3633557c9574290cac64c96c8e7965183118ced3 (diff) |
'source' target should depend on 'dirs'
In the following command flow:
make distclean
make <board>_defconfig
make source
the dl directory would normally be created by the first wget download. If there are no such downloads, e.g. because you use a local download mirror (e.g. scp, file) or only use git/svn/hg/bzr repositories, the dl directory is not created automatically. This causes e.g. the 'pushd' command in the respective _DOWNLOAD commands to fail.
This patch adds a dependency to the 'dirs' target to 'source', fixing this scenario.
Signed-off-by: Thomas De Schampheleire <thomas.de.schampheleire@gmail.com>
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
Diffstat (limited to 'package/xterm')
0 files changed, 0 insertions, 0 deletions