[jhbuild] autotools: don't lie about distclean stage
- From: Michael Catanzaro <mcatanzaro src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [jhbuild] autotools: don't lie about distclean stage
- Date: Sun, 9 Oct 2016 17:55:11 +0000 (UTC)
commit 013a408852e54b34a2ac3b79b400656405f16f0c
Author: Michael Catanzaro <mcatanzaro gnome org>
Date: Sun Oct 9 12:53:16 2016 -0500
autotools: don't lie about distclean stage
This is not distclean anymore, it's a git clean. It's extremely
dangerous and unexpected for anything named "distclean" to do a git
clean, so name it properly.
jhbuild/modtypes/autotools.py | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/jhbuild/modtypes/autotools.py b/jhbuild/modtypes/autotools.py
index fa37280..c0cc610 100644
--- a/jhbuild/modtypes/autotools.py
+++ b/jhbuild/modtypes/autotools.py
@@ -43,7 +43,7 @@ class AutogenModule(MakeModule, DownloadableModule):
PHASE_CHECKOUT = DownloadableModule.PHASE_CHECKOUT
PHASE_FORCE_CHECKOUT = DownloadableModule.PHASE_FORCE_CHECKOUT
PHASE_CLEAN = 'clean'
- PHASE_DISTCLEAN = 'distclean'
+ PHASE_DISTCLEAN = 'git clean'
PHASE_CONFIGURE = 'configure'
PHASE_BUILD = 'build'
PHASE_CHECK = 'check'
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]