From 6cfd8216bb347917904d9c700d7f0d6a5f464cd0 Mon Sep 17 00:00:00 2001 From: Andrew Gaffney Date: Thu, 21 Feb 2008 15:34:14 +0000 Subject: [PATCH] Force-enable --verbose when using --debug git-svn-id: svn+ssh://svn.gentoo.org/var/svnroot/catalyst/trunk@1321 d1e1f19c-881f-0410-ab34-b69fee027534 --- ChangeLog | 3 +++ catalyst | 1 + 2 files changed, 4 insertions(+) diff --git a/ChangeLog b/ChangeLog index 81f2f20c..7de19b75 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,6 +1,9 @@ # Copyright 2002-2008 Gentoo Foundation; Distributed under the GPL v2 # $Id: $ + 21 Feb 2008; Andrew Gaffney catalyst: + Force-enable --verbose when using --debug + 21 Feb 2008; Chris Gianelloni targets/support/kmerge.sh: Changing modules-update to update-modules to quiet a warning and keep us diff --git a/catalyst b/catalyst index d6c42634..4a0f4ebb 100755 --- a/catalyst +++ b/catalyst @@ -270,6 +270,7 @@ if __name__ == "__main__": sys.exit(2) else: conf_values["DEBUG"]="1" + conf_values["VERBOSE"]="1" if o in ("-c", "--config"): if len(sys.argv) < 3: -- 2.26.2