[pkg-d-commits] [ldc] 01/01: Don't bootstrap unconditionally anymore

Matthias Klumpp mak at moszumanska.debian.org
Mon May 22 22:56:37 UTC 2017


This is an automated email from the git hooks/post-receive script.

mak pushed a commit to branch master
in repository ldc.

commit 6138a4832ec0789517bf03629a0897f81ba49527
Author: Matthias Klumpp <mak at debian.org>
Date:   Tue May 23 00:56:28 2017 +0200

    Don't bootstrap unconditionally anymore
---
 debian/rules | 7 ++++---
 1 file changed, 4 insertions(+), 3 deletions(-)

diff --git a/debian/rules b/debian/rules
index 2fb3598..af4bed4 100755
--- a/debian/rules
+++ b/debian/rules
@@ -2,11 +2,12 @@
 # -*- makefile -*-
 #export DH_VERBOSE=1
 
-# set this to "no" to build using the system LDC.
-# to bootstrap new architectures, comment out the
+# To bootstrap new architectures, comment out the
 # "ldc" dependency in d/control or use the stage1
 # build profile.
-BOOTSTRAP = yes
+# Alternatively, set `BOOTSTRAP` to yes to unconditionally
+# enable bootstrap mode.
+BOOTSTRAP = no
 ifneq (,$(wildcard /usr/bin/ldmd2))
 	# if there is no LDC, we have to bootstrap
 	BOOTSTRAP = yes

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-d/ldc.git



More information about the pkg-d-commits mailing list