]> rtime.felk.cvut.cz Git - coffee/buildroot.git/commit
Makefile: change order of dirs and dependencies
authorThomas De Schampheleire <patrickdepinguin+buildroot@gmail.com>
Wed, 8 Feb 2012 16:22:19 +0000 (17:22 +0100)
committerPeter Korsgaard <jacmet@sunsite.dk>
Thu, 9 Feb 2012 21:10:43 +0000 (22:10 +0100)
commitee7f92e19f3568a740ee7874112cbd1217ffab05
tree030447505e53c9d8c99a2cf0d418f5ef684a9f81
parent0edfb24c3840dd8df7cd69b8bdc3d4244334d2a1
Makefile: change order of dirs and dependencies

If during the dependencies step, a package needs to be downloaded, the
download directory already has to be present. If not, the file will be
downloaded under the name 'dl' instead of in the directory 'dl'.

This patch changes the order of dirs and dependencies in the world target to
fix this.

Signed-off-by: Thomas De Schampheleire <thomas.de.schampheleire@gmail.com>
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
Makefile