From mboxrd@z Thu Jan 1 00:00:00 1970 From: Jonas 'Sortie' Termansen Subject: Re: [PATCH 1/9] git-compat-util.h: Add missing semicolon after struct itimerval Date: Fri, 29 Aug 2014 21:43:33 +0200 Message-ID: <5400D7E5.8090606@Maxsi.org> References: <1409330561-11806-1-git-send-email-jacob.e.keller@intel.com> <1409330916.18778.17.camel@jekeller-desk1.amr.corp.intel.com> <5400CC7C.4010706@Maxsi.org> Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit Cc: "git@vger.kernel.org" , "Keller\, Jacob E" , Johannes Sixt To: Junio C Hamano X-From: git-owner@vger.kernel.org Fri Aug 29 21:43:41 2014 Return-path: Envelope-to: gcvg-git-2@plane.gmane.org Received: from vger.kernel.org ([209.132.180.67]) by plane.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1XNS5D-00056X-Ny for gcvg-git-2@plane.gmane.org; Fri, 29 Aug 2014 21:43:40 +0200 Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1753597AbaH2Tnf (ORCPT ); Fri, 29 Aug 2014 15:43:35 -0400 Received: from csmtp6.one.com ([195.47.247.106]:43748 "EHLO csmtp6.one.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753116AbaH2Tnf (ORCPT ); Fri, 29 Aug 2014 15:43:35 -0400 Received: from [192.168.1.2] (0133301021.0.fullrate.dk [95.166.189.26]) by csmtp6.one.com (Postfix) with ESMTPA id E2E4840001453; Fri, 29 Aug 2014 19:43:32 +0000 (UTC) User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:24.0) Gecko/20100101 Thunderbird/24.6.0 In-Reply-To: Sender: git-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: git@vger.kernel.org Archived-At: On 08/29/2014 09:07 PM, Junio C Hamano wrote: > Jonas 'Sortie' Termansen writes: > That is easy to fix, isn't it? > > Where you said "If you have timer_settimer(), set this makefile > variable", you start the sentence with "If you have a working > timer_settimer()" instead. That's mostly right. I care about cross-compilation, so that is also something to keep in mind. It would be best if this could be automatically and robustly determined (even when cross-compiling), rather than relying on the user setting magic make variables. Jonas