From mboxrd@z Thu Jan 1 00:00:00 1970 From: taylanbayirli@gmail.com (Taylan Ulrich =?utf-8?Q?Bay=C4=B1rl=C4=B1?= =?utf-8?Q?=2FKammer?=) Subject: Re: [PATCHES] Various Date: Thu, 26 Mar 2015 22:16:34 +0100 Message-ID: <87mw2zh32l.fsf@taylan.uni.cx> References: <87sicx2qqz.fsf@taylan.uni.cx> <87384t2v40.fsf@taylan.uni.cx> <87k2y5t465.fsf@gnu.org> <87lhik27kt.fsf@taylan.uni.cx> <87twx8iz8i.fsf@gnu.org> <878uek22o5.fsf@taylan.uni.cx> <87r3scdjcz.fsf@gnu.org> <87r3sbh3nc.fsf@taylan.uni.cx> <87d23vsbyy.fsf@gnu.org> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:41483) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YbF8n-0002X8-Po for guix-devel@gnu.org; Thu, 26 Mar 2015 17:16:38 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1YbF8n-0004cx-04 for guix-devel@gnu.org; Thu, 26 Mar 2015 17:16:37 -0400 In-Reply-To: <87d23vsbyy.fsf@gnu.org> ("Ludovic \=\?utf-8\?Q\?Court\=C3\=A8s\=22'\?\= \=\?utf-8\?Q\?s\?\= message of "Thu, 26 Mar 2015 22:08:53 +0100") 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: Ludovic =?utf-8?Q?Court=C3=A8s?= Cc: guix-devel@gnu.org ludo@gnu.org (Ludovic Court=C3=A8s) writes: > (set-file-time "config/config.h.in" (stat "config/config.h")) There's no "config/config.h", even after the configure phase. Is it fine to use (stat "configure") instead? Taylan