* [Buildroot] [PATCH] Change the default BR2_DL_DIR location
@ 2009-09-22 23:27 H Hartley Sweeten
2009-09-23 6:47 ` Peter Korsgaard
0 siblings, 1 reply; 2+ messages in thread
From: H Hartley Sweeten @ 2009-09-22 23:27 UTC (permalink / raw)
To: buildroot
Change to default Download dir so that different 'make O=<directory>'
commands will use the same location by default without having to
create a symlink in <directory> or having to export BUILDROOT_DL_DIR.
Signed-off-by: H Hartley Sweeten <hsweeten@visionengravers.com>
---
diff --git a/Config.in b/Config.in
index 9897a17..cc83a6a 100644
--- a/Config.in
+++ b/Config.in
@@ -69,13 +69,13 @@ config BR2_TAR_OPTIONS
config BR2_DL_DIR
string "Download dir"
- default "$(BASE_DIR)/dl"
+ default "$(TOPDIR)/dl"
help
Directory to store all the source files that we need to fetch.
If the Linux shell environment has defined the BUILDROOT_DL_DIR
environment variable, then this overrides this configuration item.
- The default is $(BASE_DIR)/dl
+ The default is $(TOPDIR)/dl
config BR2_COPYTO
string "Copy result to..."
^ permalink raw reply related [flat|nested] 2+ messages in thread
end of thread, other threads:[~2009-09-23 6:47 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-09-22 23:27 [Buildroot] [PATCH] Change the default BR2_DL_DIR location H Hartley Sweeten
2009-09-23 6:47 ` Peter Korsgaard
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox