From patchwork Sun May 23 15:46:38 2021 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-Patchwork-Submitter: =?utf-8?q?Peter_M=C3=BCller?= X-Patchwork-Id: 4366 Return-Path: Received: from mail01.ipfire.org (mail01.haj.ipfire.org [172.28.1.202]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature ECDSA (P-384) client-signature ECDSA (P-384)) (Client CN "mail01.haj.ipfire.org", Issuer "R3" (verified OK)) by web04.haj.ipfire.org (Postfix) with ESMTPS id 4Fp4TJ4JxKz3wbl for ; Sun, 23 May 2021 15:46:44 +0000 (UTC) Received: from mail02.haj.ipfire.org (mail02.haj.ipfire.org [172.28.1.201]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature ECDSA (P-384) client-signature ECDSA (P-384)) (Client CN "mail02.haj.ipfire.org", Issuer "R3" (verified OK)) by mail01.ipfire.org (Postfix) with ESMTPS id 4Fp4TH48xhzwn; Sun, 23 May 2021 15:46:43 +0000 (UTC) Received: from mail02.haj.ipfire.org (localhost [127.0.0.1]) by mail02.haj.ipfire.org (Postfix) with ESMTP id 4Fp4TH2VvNz2y55; Sun, 23 May 2021 15:46:43 +0000 (UTC) Received: from mail01.ipfire.org (mail01.haj.ipfire.org [172.28.1.202]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature ECDSA (P-384) client-signature ECDSA (P-384)) (Client CN "mail01.haj.ipfire.org", Issuer "R3" (verified OK)) by mail02.haj.ipfire.org (Postfix) with ESMTPS id 4Fp4TG299Yz2xb4 for ; Sun, 23 May 2021 15:46:42 +0000 (UTC) Received: from [127.0.0.1] (localhost [127.0.0.1]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature ECDSA (P-384)) (No client certificate requested) by mail01.ipfire.org (Postfix) with ESMTPSA id 4Fp4TD6LFpz81 for ; Sun, 23 May 2021 15:46:40 +0000 (UTC) DKIM-Signature: v=1; a=ed25519-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003ed25519; t=1621784801; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:mime-version:mime-version:content-type:content-type: content-transfer-encoding:content-transfer-encoding; bh=i9u0t8qMKxXjjtoLYv+Q0jTaSC1157Kaq1jxZ+Kto9Q=; b=57vPCP+3OaDWtydu5ZoPzmEkW37DOAcw2yoSQh5vnGMK9oiFy3+oILPyEvGXgLbnbyOewT r9CxI7k+Qs+zB9CA== DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003rsa; t=1621784801; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:mime-version:mime-version:content-type:content-type: content-transfer-encoding:content-transfer-encoding; bh=i9u0t8qMKxXjjtoLYv+Q0jTaSC1157Kaq1jxZ+Kto9Q=; b=pGrsnvKuXSUwApgAqhveVCVAO/EeEN/3qZGGhNWDNSK04jlFAGcf1a3u7+Ql/IXRJSA9gi 0UOdo7QSW72poUrd5Rc/gD63D2U8uuhTbg7QjwTQnqVye/G3UAjmCSR/ypwyN+GIhg5Yzg hf7jhbvGyRijY5INzp3OjKxfNOwBo65M32H2QTZKI0Mn51nfBigeK3D5wkZIAhEpaI3Ku9 8jZwI9mxQaZDbm1cXWjhhK8BaWM9O7X6vV9el5x7m5NNSCXvvlSlnm8aTQHjDN3d1m8CBK ACAsK0Z2YK7fW9aMxfKzSRLNWMRHtFYRQRXhraCXtA6QW/5LfA1CNS4rRcnCkw== To: "IPFire: Development" From: =?utf-8?q?Peter_M=C3=BCller?= Subject: [PATCH] udev: do not generate manpages Message-ID: <410cbebf-096b-4c57-0601-421dbc3dd5f8@ipfire.org> Date: Sun, 23 May 2021 17:46:38 +0200 MIME-Version: 1.0 Content-Language: en-US X-BeenThere: development@lists.ipfire.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: IPFire development talk List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: development-bounces@lists.ipfire.org Sender: "Development" This is probably a typo and was meant to read "--disable-manpages" in the first place. Signed-off-by: Peter Müller Reviewed-by: Adolf Belka --- lfs/udev | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lfs/udev b/lfs/udev index b578ab54c..11868ffe2 100644 --- a/lfs/udev +++ b/lfs/udev @@ -84,7 +84,7 @@ $(TARGET) : $(patsubst %,$(DIR_DL)/%,$(objects)) --libexecdir=/lib \ --with-rootprefix= \ --with-rootlibdir=/lib \ - --enable-manpages \ + --disable-manpages \ --disable-static cd $(DIR_APP) && make $(MAKETUNING)