From mboxrd@z Thu Jan 1 00:00:00 1970 From: =?utf-8?B?5a6L5paH5q2m?= Subject: Re: [PATCH] gnu: cmake: Update to 3.1.3. Date: Fri, 27 Feb 2015 19:29:09 +0800 Message-ID: <87lhjjh9tm.fsf@gmail.com> References: <1424960281-10505-1-git-send-email-iyzsong@gmail.com> <20150226220952.GA29192@debian> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:33260) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YRJ6Q-0003q2-A7 for guix-devel@gnu.org; Fri, 27 Feb 2015 06:29:07 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1YRJ6L-0005TF-Cw for guix-devel@gnu.org; Fri, 27 Feb 2015 06:29:06 -0500 Received: from mail-pa0-x235.google.com ([2607:f8b0:400e:c03::235]:41288) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YRJ6L-0005TA-6p for guix-devel@gnu.org; Fri, 27 Feb 2015 06:29:01 -0500 Received: by padfb1 with SMTP id fb1so22060563pad.8 for ; Fri, 27 Feb 2015 03:29:00 -0800 (PST) In-Reply-To: <20150226220952.GA29192@debian> 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: Andreas Enge Cc: guix-devel@gnu.org Andreas Enge writes: > 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? Agree! I just pushed 2 commit (one for update, one for verbose) to core-updates. Thanks for review! > > Andreas