From e1a929849c1fdbbe6a1858833e21b1a4a529889f Mon Sep 17 00:00:00 2001 From: Werner Koch Date: Thu, 16 Jun 2016 19:12:00 +0200 Subject: [PATCH] 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. --- build-aux/speedo.mk | 4 ++++ 1 file changed, 4 insertions(+) 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,