Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
Re: Build breaks when copy of source tree is in a subdirectory?
- X-seq: zsh-workers 34864
- From: Bart Schaefer <schaefer@xxxxxxxxxxxxxxxx>
- To: zsh workers <zsh-workers@xxxxxxx>
- Subject: Re: Build breaks when copy of source tree is in a subdirectory?
- Date: Thu, 9 Apr 2015 11:31:22 -0700
- In-reply-to: <CAHYJk3Q7jspKsJOQHzKDOu=3=DgTLcRMZKOqki_LMwFOG=yBZw@mail.gmail.com>
- List-help: <mailto:zsh-workers-help@zsh.org>
- List-id: Zsh Workers List <zsh-workers.zsh.org>
- List-post: <mailto:zsh-workers@zsh.org>
- Mailing-list: contact zsh-workers-help@xxxxxxx; run by ezmlm
- References: <CAHYJk3Q7jspKsJOQHzKDOu=3=DgTLcRMZKOqki_LMwFOG=yBZw@mail.gmail.com>
On Apr 9, 7:58am, Mikael Magnusson wrote:
} Subject: Build breaks when copy of source tree is in a subdirectory?
}
} Anyway, if you leave this copy in a subdirectory of the repo, as in cp
} -r zsh foo; mv foo zsh/foo, then rebuilds after rerunning .preconfig
} and configure seem to fail mysteriously, claiming that zsh.mdd is not
} a directory:
This is because Util/preconfig does a "find" executing all the .preconfig
files it finds and ends up linking all subtrees into the top-level "make"
as a consequence.
Based on examination of Util/preconfig, if you name the copy directory
something containing a "." such as "foo.copy" then the find won't descend
into it and your build should work again, but I didn't actually test that.
Messages sorted by:
Reverse Date,
Date,
Thread,
Author