[jhbuild] Revert "autotools: don't lie about distclean stage"



commit ae700e1d59213fc8293801ce5bf9fd82e9a054fa
Author: Ting-Wei Lan <lantw src gnome org>
Date:   Wed Oct 12 03:47:13 2016 +0800

    Revert "autotools: don't lie about distclean stage"
    
    Changing this string breaks the 'distclean' function in the menu.
    
    This reverts commit 013a408852e54b34a2ac3b79b400656405f16f0c.
    
    https://bugzilla.gnome.org/show_bug.cgi?id=772772

 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 c0cc610..fa37280 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      = 'git clean'
+    PHASE_DISTCLEAN      = 'distclean'
     PHASE_CONFIGURE      = 'configure'
     PHASE_BUILD          = 'build'
     PHASE_CHECK          = 'check'


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]