aboutsummaryrefslogtreecommitdiff
path: root/depends/Makefile
diff options
context:
space:
mode:
authorCory Fields <cory-nospam-@coryfields.com>2014-12-11 15:40:41 -0500
committerCory Fields <cory-nospam-@coryfields.com>2014-12-11 19:23:12 -0500
commitd546191dc28fac0e365c8f2aba47ac69a8920d6c (patch)
treec84bd45d6910344c0646dd8f66c5186a441f66f6 /depends/Makefile
parent422f873ef3d62f7dff9c00dc0f221912ce28f130 (diff)
downloadbitcoin-d546191dc28fac0e365c8f2aba47ac69a8920d6c.tar.xz
depends: Move source stamps to source dir and misc cleanups
Since the last commit will force rebuilds of all depends, take the opportunity to clean up a few other things that would trigger rebuilds as well. - Move source stamps to the sources dir so that SOURCES_PATH is respected for "make download". - Only print "fetching..." when actually downloading a file. - Avoid using non-deterministic paths for the recipe hash (patch location). This should ensure that all builders get the same resulting build-ids. - Use a per-package source paths. This will allow for removing old source files in the future. - Use a host-agnostic path for downloads which gets cleaned up properly.
Diffstat (limited to 'depends/Makefile')
-rw-r--r--depends/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/depends/Makefile b/depends/Makefile
index f803268c17..e2ef7ee49b 100644
--- a/depends/Makefile
+++ b/depends/Makefile
@@ -31,6 +31,7 @@ endif
base_build_dir=$(BASEDIR)/work/build
base_staging_dir=$(BASEDIR)/work/staging
+base_download_dir=$(BASEDIR)/work/download
canonical_host:=$(shell ./config.sub $(HOST))
build:=$(shell ./config.sub $(BUILD))