octave-maintainers
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Eliminating more recursive make invocations


From: John W. Eaton
Subject: Re: Eliminating more recursive make invocations
Date: Mon, 13 Jul 2015 09:19:00 -0400
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:31.0) Gecko/20100101 Icedove/31.2.0

On 07/12/2015 06:19 PM, Rik wrote:
7/12/15

jwe,

I've found an issue with the new build system.  If I use 'make
maintainer-clean' to get back to a pristine source tree then I can no
longer build Octave.  The 'bootstrap' script fails because the file README
at the top-level is missing.  In fact, 'maintainer-clean' is deleting the
following three files which are under version control.

./README
./doc/interpreter/octave_logo.pdf
./doc/interpreter/octave_logo.eps

I'm not seeing that behavior. I'm building in a separate directory from the sources with

  mkdir .build; cd .build; ../configure ...

After building and doing "make maintainer-clean", those files are still present in the source tree.

Can you do a show the portion of the output for "make maintainer-clean" that shows at what point those files are deleted?

jwe





reply via email to

[Prev in Thread] Current Thread [Next in Thread]