Source-Changes-HG archive

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

[src/trunk]: src/external/gpl3/gdb/dist/bfd/doc avoid bfd.info rebuilds and r...



details:   https://anonhg.NetBSD.org/src/rev/746cc56c98cf
branches:  trunk
changeset: 777421:746cc56c98cf
user:      mrg <mrg%NetBSD.org@localhost>
date:      Sat Feb 18 06:17:39 2012 +0000

description:
avoid bfd.info rebuilds and r/o source lossage.

diffstat:

 external/gpl3/gdb/dist/bfd/doc/Makefile.in |  2 ++
 1 files changed, 2 insertions(+), 0 deletions(-)

diffs (12 lines):

diff -r d07f1c91a2bb -r 746cc56c98cf external/gpl3/gdb/dist/bfd/doc/Makefile.in
--- a/external/gpl3/gdb/dist/bfd/doc/Makefile.in        Sat Feb 18 06:13:23 2012 +0000
+++ b/external/gpl3/gdb/dist/bfd/doc/Makefile.in        Sat Feb 18 06:17:39 2012 +0000
@@ -418,6 +418,8 @@
        -rm -rf .libs _libs
 
 bfd.info: bfd.texinfo $(bfd_TEXINFOS)
+       @echo "NOT REBUILDING $@"
+NetBSD_DISABLED_bfd.info:
        restore=: && backupdir="$(am__leading_dot)am$$$$" && \
        rm -rf $$backupdir && mkdir $$backupdir && \
        if ($(MAKEINFO) --version) >/dev/null 2>&1; then \



Home | Main Index | Thread Index | Old Index