Am Sun, 27 Sep 2020 15:35:48 +0200
schrieb Pavel Sanda <sa...@lyx.org>:

> On Sun, Sep 27, 2020 at 01:53:15PM +0200, Kornel Benko wrote:
> > Am Sun, 27 Sep 2020 13:44:24 +0200
> > schrieb Pavel Sanda <sa...@lyx.org>:
> >   
> > > On Sat, Sep 26, 2020 at 10:44:59PM +0200, Kornel Benko wrote:  
> > > > And before you ask, here the full sequence
> > > >         $ cd source
> > > >         $ ./autogen.sh    
> > > 
> > > These two commands below look strange to me in the sense that I would not 
> > > expect
> > > autogen to update anything in build directory   
> > 
> > Why strange? 'cd source' means 'cd to lyx-source-dir'
> > And ./autogen.sh creates 'configure' and all 'Makefile.in' files (in the 
> > source
> > directory)  
> 
> I was talking about the commands *below*... P
> 
> > > >         $ cd build
> > > >         $ source/configure ....
> > > >         $ make all
> > > >         $ make install -n | egrep abcd    
> > > P  
> > 
> >     Kornel  

Sorry.
'build' is some build-directory outside of 'source'

'source/configure ...'? '...' represents the rest of command line arguments, in
my case
--bindir=/usr/local/bin --datarootdir=/usr/local/share --enable-qt5 
--enable-debug
--enable-stdlib-debug=yes --disable-maintainer-mode --without-included-iconv
--with-included-boost=yes --with-included-hunspell=yes --with-version-suffix=2.4
--with-included-dtl --enable-std-regex

but it looked to big to be posted.

'make install -n' should show commands used at install stage, but not execute 
them.

'abcd' represents a file in the lib/scripts directory

        Kornel

Attachment: pgpR8skiZFxZo.pgp
Description: Digitale Signatur von OpenPGP

-- 
lyx-devel mailing list
lyx-devel@lists.lyx.org
http://lists.lyx.org/mailman/listinfo/lyx-devel

Reply via email to