On Mon, 10 Jan 2000, Louis A. Mamakos wrote:
> > As Pascal Hofstee wrote:
> > > With CURRENT-sources updates within an hour ago ... buildworld fails:
> >
> > Revert to version 1.26 of gnu/lib/libdialog/Makefile. someone broke it when
> > he decided to install all the files in TESTS/...
> >
> > Don't forget to revert to 1.34 of lib/libncurses/Makefile for the same
> > reason. Grrr.
>
> Yeah, this happened to me too. It seems that mtree doesn't get run
> to populate the bootstrap build environment.
>
> Of course, installing documentation and examples into the build environment
> probably is a waste of time and disk space anyway..
The build environment sets NOINFO and NOMAN. This is supposed to prevent
building and installation of documentation. However, some html
docmentation is now installed twice (except the install fails). The
beforeinstall rule is abused to install headers, and it now installs html
files and (in some cases) examples in some critical Makefiles (libdialog,
libncurses, maybe more). Later in the build, the beforeinstall rule is
run again as part of the install rule.
Bruce
To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-current" in the body of the message