[DRE-commits] [SCM] ruby-gnome2.git branch, master, updated. 25aafcf06cd16ab64929480904d96f729b65b5f8

Antonio Terceiro terceiro at softwarelivre.org
Sat Jun 25 22:24:35 UTC 2011


The following commit has been merged in the master branch:
commit 928973035954d8d3a4ee68f48539062e5b808bba
Author: Antonio Terceiro <terceiro at softwarelivre.org>
Date:   Sun Jun 19 23:32:16 2011 -0700

    Fail is any subdir fails

diff --git a/extconf.rb b/extconf.rb
index fd59174..5f7146d 100644
--- a/extconf.rb
+++ b/extconf.rb
@@ -118,6 +118,7 @@ def run_make_in_sub_dirs(command)
 	  echo "FAILED: $$failed";		\\
 	  echo "-----";				\\
 	  echo "Done.";				\\
+	  test "$$failed" = "NONE";             \\
 	)
     EOS
   end

-- 
ruby-gnome2.git



More information about the Pkg-ruby-extras-commits mailing list