From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by smtp.lore.kernel.org (Postfix) with ESMTP id 8A2E6C25B0E for ; Tue, 16 Aug 2022 18:33:21 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S236751AbiHPSdS (ORCPT ); Tue, 16 Aug 2022 14:33:18 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:58516 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S236556AbiHPSdP (ORCPT ); Tue, 16 Aug 2022 14:33:15 -0400 Received: from sonata.ens-lyon.org (domu-toccata.ens-lyon.fr [140.77.166.138]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id E2A8ADFB for ; Tue, 16 Aug 2022 11:33:11 -0700 (PDT) Received: from localhost (localhost [127.0.0.1]) by sonata.ens-lyon.org (Postfix) with ESMTP id 32BA720152; Tue, 16 Aug 2022 20:33:10 +0200 (CEST) Received: from sonata.ens-lyon.org ([127.0.0.1]) by localhost (sonata.ens-lyon.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 7tRi_zDqDyJn; Tue, 16 Aug 2022 20:33:10 +0200 (CEST) Received: from begin.home (lfbn-orl-1-1261-6.w86-244.abo.wanadoo.fr [86.244.81.6]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange ECDHE (P-256) server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by sonata.ens-lyon.org (Postfix) with ESMTPSA id EF4BF20148; Tue, 16 Aug 2022 20:33:09 +0200 (CEST) Received: from samy by begin.home with local (Exim 4.96) (envelope-from ) id 1oO1NG-00GqGt-0x; Tue, 16 Aug 2022 20:33:10 +0200 Date: Tue, 16 Aug 2022 20:33:10 +0200 From: Samuel Thibault To: Nikita Travkin Cc: gregkh@linuxfoundation.org, linux-kernel@vger.kernel.org, speakup@linux-speakup.org Subject: Re: [PATCHv4] speakup: Generate speakupmap.h automatically Message-ID: <20220816183310.uvmcojucjdhcb4vk@begin> Mail-Followup-To: Samuel Thibault , Nikita Travkin , gregkh@linuxfoundation.org, linux-kernel@vger.kernel.org, speakup@linux-speakup.org References: <20220612172244.il3siyq7ueqnvah5@begin> <20220816072843.1699317-1-nikita@trvn.ru> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline Content-Transfer-Encoding: 8bit In-Reply-To: <20220816072843.1699317-1-nikita@trvn.ru> Organization: I am not organized User-Agent: NeoMutt/20170609 (1.8.3) Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Hello, Nikita Travkin, le mar. 16 août 2022 12:28:43 +0500, a ecrit: > After that I also had some weird issues of the build system trying to > write speakupmap.h into the source dir and not the output dir (the > source is read only due to the tooling I use) but this seems to have > been resolved by cleanly rebuilding the speakup dir. Mmm, how did you get/update your source dir? The latest version of the patchset does generate it in the build tree. Samuel