Current-Users archive

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

Re: tools do not build from read-only source tree



In article <p06240801cab47a9ea363@[130.83.118.66]>,
Hauke Fath  <hf%spg.tu-darmstadt.de@localhost> wrote:
>All,
>
>the -current tools build is broken on a read-only source tree, because
>binutils attempts to create backup directories in the tree:

But the Makefile.in in binutils/doc contains

bfd.info:
        @echo "NOT REBUILDING $@"
NetBSD_DISABLED_bfd.info: bfd.texinfo $(bfd_TEXINFOS)
        restore=: && backupdir="$(am__leading_dot)am$$$$" && \
        rm -rf $$backupdir && mkdir $$backupdir && \
        if ($(MAKEINFO) --version) >/dev/null 2>&1; then \

Doesn't yours?

christos



Home | Main Index | Thread Index | Old Index