From mboxrd@z Thu Jan 1 00:00:00 1970 From: Andreas Enge Subject: Re: [PATCH] gnu: cmake: Update to 3.1.3. Date: Thu, 26 Feb 2015 23:09:52 +0100 Message-ID: <20150226220952.GA29192@debian> References: <1424960281-10505-1-git-send-email-iyzsong@gmail.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:48358) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YR6d6-00032a-Qb for guix-devel@gnu.org; Thu, 26 Feb 2015 17:10:01 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1YR6d2-0005JE-QH for guix-devel@gnu.org; Thu, 26 Feb 2015 17:10:00 -0500 Received: from mout.kundenserver.de ([212.227.17.10]:57377) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YR6d2-0005J2-GJ for guix-devel@gnu.org; Thu, 26 Feb 2015 17:09:56 -0500 Content-Disposition: inline In-Reply-To: <1424960281-10505-1-git-send-email-iyzsong@gmail.com> List-Id: "Development of GNU Guix and the GNU System distribution." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guix-devel-bounces+gcggd-guix-devel=m.gmane.org@gnu.org Sender: guix-devel-bounces+gcggd-guix-devel=m.gmane.org@gnu.org To: =?utf-8?B?5a6L5paH5q2m?= Cc: guix-devel@gnu.org By the way, I still think we should modify our cmake build system to pass -DCMAKE_VERBOSE_MAKEFILE=ON It shows the commands executed by make, which is really useful when there is a build problem. This would be the occasion to implement it in core-updates. What do you think? Andreas