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 10:53:39 +0100 Message-ID: <1D648156-DDD5-481D-B3A9-0A73A40111DB@ipfire.org> In-Reply-To: <410cbebf-096b-4c57-0601-421dbc3dd5f8@ipfire.org> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============3404790057075190242==" List-Id: --===============3404790057075190242== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: 8bit Hello, cool. Is the root file update coming in an extra patch? -Michael > On 23 May 2021, at 16:46, Peter Müller wrote: > > This is probably a typo and was meant to read "--disable-manpages" in > the first place. > > Signed-off-by: Peter Müller > --- > 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) > -- > 2.26.2 --===============3404790057075190242==--