From mboxrd@z Thu Jan 1 00:00:00 1970 From: Thomas Wood Subject: Re: [PATCH] igt/build: Do not fail git build when there is no git Date: Tue, 22 Jul 2014 14:53:17 +0100 Message-ID: <1406037198-13188-1-git-send-email-thomas.wood@intel.com> References: <1405945687-23831-1-git-send-email-tvrtko.ursulin@linux.intel.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Return-path: Received: from mail-wi0-f171.google.com (mail-wi0-f171.google.com [209.85.212.171]) by gabe.freedesktop.org (Postfix) with ESMTP id 7EA596E2CB for ; Tue, 22 Jul 2014 06:53:23 -0700 (PDT) Received: by mail-wi0-f171.google.com with SMTP id hi2so6053894wib.4 for ; Tue, 22 Jul 2014 06:53:22 -0700 (PDT) In-Reply-To: <1405945687-23831-1-git-send-email-tvrtko.ursulin@linux.intel.com> List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: intel-gfx-bounces@lists.freedesktop.org Sender: "Intel-gfx" To: intel-gfx@lists.freedesktop.org List-Id: intel-gfx@lists.freedesktop.org The following patch includes the changes to fix building from a git repository without git being installed and also combines the version.h generation from the Autotools and Android build systems, so the changes do not have to be duplicated. Thomas Wood (1): build: improve version.h generation .gitignore | 1 - Makefile.am | 23 ----------------------- lib/.gitignore | 1 + lib/Android.mk | 23 +---------------------- lib/Makefile.sources | 25 +++++++++++++++++++++++++ lib/igt_aux.c | 1 - lib/ioctl_wrappers.c | 1 - tests/Makefile.am | 1 - 8 files changed, 27 insertions(+), 49 deletions(-) create mode 100644 lib/.gitignore -- 1.9.3