[geany/geany] d97709: Merge pull request #462 from techee/waf_install

Colomban Wendling git-noreply at xxxxx
Mon Apr 13 15:59:54 UTC 2015


Branch:      refs/heads/master
Author:      Colomban Wendling <ban at herbesfolles.org>
Committer:   Colomban Wendling <ban at herbesfolles.org>
Date:        Mon, 13 Apr 2015 15:59:54 UTC
Commit:      d97709ff8662736520e53343409301b5bcc36100
             https://github.com/geany/geany/commit/d97709ff8662736520e53343409301b5bcc36100

Log Message:
-----------
Merge pull request #462 from techee/waf_install

waf: Disable build/install phase interleaving


Modified Paths:
--------------
    wscript

Modified: wscript
3 lines changed, 3 insertions(+), 0 deletions(-)
===================================================================
@@ -602,6 +602,9 @@ def build(bld):
                                'top_builddir': bld.out_dir,
                                'top_srcdir': bld.top_dir,})
 
+    # disable build/install phase interleaving
+    bld.add_group()
+
     ###
     # Install files
     ###



--------------
This E-Mail was brought to you by github_commit_mail.py (Source: https://github.com/geany/infrastructure).


More information about the Commits mailing list