From mboxrd@z Thu Jan 1 00:00:00 1970 From: Michael Tremer To: development@lists.ipfire.org Subject: Re: [PATCH] udev: do not generate manpages Date: Tue, 25 May 2021 20:57:55 +0100 Message-ID: <8C01F9FD-136E-48D3-82C1-33A48F3F5BDC@ipfire.org> In-Reply-To: MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============7384895021183833575==" List-Id: --===============7384895021183833575== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable The root file contains man-pages. Disabling them should make them disappear, = or what is the point of the whole patch? > On 25 May 2021, at 20:40, Peter M=C3=BCller wr= ote: >=20 > Hello Michael, >=20 > thanks for your reply. >=20 > No, as far as I am concerned, this did not induce rootfile changes. Or am I= mistaken? >=20 > Thanks, and best regards, > Peter M=C3=BCller >=20 >> Hello, >>=20 >> cool. Is the root file update coming in an extra patch? >>=20 >> -Michael >>=20 >>> On 23 May 2021, at 16:46, Peter M=C3=BCller = wrote: >>>=20 >>> This is probably a typo and was meant to read "--disable-manpages" in >>> the first place. >>>=20 >>> Signed-off-by: Peter M=C3=BCller >>> --- >>> lfs/udev | 2 +- >>> 1 file changed, 1 insertion(+), 1 deletion(-) >>>=20 >>> 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=3D/lib \ >>> --with-rootprefix=3D \ >>> --with-rootlibdir=3D/lib \ >>> - --enable-manpages \ >>> + --disable-manpages \ >>> --disable-static >>>=20 >>> cd $(DIR_APP) && make $(MAKETUNING) >>> --=20 >>> 2.26.2 >>=20 --===============7384895021183833575==--