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/gas/doc Disable as.info target.



details:   https://anonhg.NetBSD.org/src/rev/bc18013d42c9
branches:  trunk
changeset: 746858:bc18013d42c9
user:      skrll <skrll%NetBSD.org@localhost>
date:      Fri Aug 21 18:35:38 2009 +0000

description:
Disable as.info target.

diffstat:

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

diffs (12 lines):

diff -r 14cd5a795b0e -r bc18013d42c9 external/gpl3/binutils/dist/gas/doc/Makefile.in
--- a/external/gpl3/binutils/dist/gas/doc/Makefile.in   Fri Aug 21 16:57:08 2009 +0000
+++ b/external/gpl3/binutils/dist/gas/doc/Makefile.in   Fri Aug 21 18:35:38 2009 +0000
@@ -330,6 +330,8 @@
        -rm -f libtool
 
 as.info: as.texinfo $(as_TEXINFOS)
+       @echo "NOT REBUILDING $@"
+NetBSD_DISABLED_as.info: as.texinfo $(as_TEXINFOS)
        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