summaryrefslogtreecommitdiffstats
path: root/build-aux/speedo.mk
diff options
context:
space:
mode:
authorWerner Koch <wk@gnupg.org>2016-06-16 19:12:00 +0200
committerWerner Koch <wk@gnupg.org>2016-06-16 19:12:00 +0200
commite1a929849c1fdbbe6a1858833e21b1a4a529889f (patch)
tree2e48773c496c031304c2d29b2b2301825dc21efd /build-aux/speedo.mk
parentMerge branch 'master' of git+ssh://playfair.gnupg.org/git/gnupg (diff)
downloadgnupg2-e1a929849c1fdbbe6a1858833e21b1a4a529889f.tar.xz
gnupg2-e1a929849c1fdbbe6a1858833e21b1a4a529889f.zip
speedo: New target w32-release-offline
-- As long as a current swdb.lst is available and all directories below ~/b carry the appropriate tarballs this target can be used to build a w32-installer w/0 any network access.
Diffstat (limited to 'build-aux/speedo.mk')
-rw-r--r--build-aux/speedo.mk4
1 files changed, 4 insertions, 0 deletions
diff --git a/build-aux/speedo.mk b/build-aux/speedo.mk
index 67ccbb454..fbe258ca9 100644
--- a/build-aux/speedo.mk
+++ b/build-aux/speedo.mk
@@ -109,6 +109,10 @@ w32-release: check-tools
$(SPEEDOMAKE) TARGETOS=w32 WHAT=release WITH_GUI=0 SELFCHECK=0 \
installer-from-source
+w32-release-offline: check-tools
+ $(SPEEDOMAKE) TARGETOS=w32 WHAT=release WITH_GUI=0 SELFCHECK=0 \
+ CUSTOM_SWDB=1 pkgrep=${HOME}/b pkg10rep=${HOME}/b \
+ installer-from-source
# Set this to "git" to build from git,