From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:39310) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1e2aJ6-0008EO-Aa for qemu-devel@nongnu.org; Thu, 12 Oct 2017 06:01:40 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1e2aJ0-0006Tw-V1 for qemu-devel@nongnu.org; Thu, 12 Oct 2017 06:01:36 -0400 Received: from mx1.redhat.com ([209.132.183.28]:34534) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1e2aJ0-0006TO-QD for qemu-devel@nongnu.org; Thu, 12 Oct 2017 06:01:30 -0400 Message-ID: <1507802488.26812.15.camel@redhat.com> From: Gerd Hoffmann Date: Thu, 12 Oct 2017 12:01:28 +0200 In-Reply-To: References: <20171011083604.11820-1-kraxel@redhat.com> Content-Type: text/plain; charset="UTF-8" Mime-Version: 1.0 Content-Transfer-Encoding: quoted-printable Subject: Re: [Qemu-devel] [PULL 00/10] Ui 20171011 patches List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Peter Maydell Cc: QEMU Developers Hi, > FreeBSD: >=20 >=20 > =C2=A0 CC=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0ui/input-keymap.o > /root/qemu/ui/input-keymap.c:8:10: fatal error: > 'ui/input-keymap-linux-to-qcode.c' file not found > #include "ui/input-keymap-linux-to-qcode.c" > =C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0^ scripts/git-modules.sh has no bashims, a simple s/bash/sh/ fixes the build on freebsd. cheers, Gerd