Source-Changes-HG archive

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

[src/trunk]: src/external/gpl3/binutils/dist/binutils/doc disable building th...



details:   https://anonhg.NetBSD.org/src/rev/83a42ae5e250
branches:  trunk
changeset: 770197:83a42ae5e250
user:      christos <christos%NetBSD.org@localhost>
date:      Fri Oct 07 20:22:59 2011 +0000

description:
disable building the .info file

diffstat:

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

diffs (12 lines):

diff -r 01bda2a768dd -r 83a42ae5e250 external/gpl3/binutils/dist/binutils/doc/Makefile.in
--- a/external/gpl3/binutils/dist/binutils/doc/Makefile.in      Fri Oct 07 19:41:03 2011 +0000
+++ b/external/gpl3/binutils/dist/binutils/doc/Makefile.in      Fri Oct 07 20:22:59 2011 +0000
@@ -348,6 +348,8 @@
        -rm -rf .libs _libs
 
 binutils.info: binutils.texi 
+       @echo "NOT REBUILDING $@"
+NetBSD_DISABLED_binutils.info: binutils.texi 
        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