mirror of
https://sourceware.org/git/binutils-gdb.git
synced 2024-11-27 03:54:41 +08:00
Regen doc/Makefile.in
Also make the automake strictness "foreign". My regeneration of the three doc/Makefile.in files already had --foreign in the automake invocation, so this just makes it explicit. bfd/ * doc/Makefile.am (AUTOMAKE_OPTIONS): Add "foreign". * doc/Makefile.in: Regenerate. binutils/ * doc/Makefile.am (AUTOMAKE_OPTIONS): Add "foreign". * doc/Makefile.in: Regenerate. gas/ * doc/Makefile.am (AUTOMAKE_OPTIONS): Add "foreign". * doc/Makefile.in: Regenerate. zlib/ * Makefile.in: Regenerate.
This commit is contained in:
parent
8363f9d5f2
commit
d388f64333
@ -1,3 +1,8 @@
|
||||
2018-06-21 Alan Modra <amodra@gmail.com>
|
||||
|
||||
* doc/Makefile.am (AUTOMAKE_OPTIONS): Add "foreign".
|
||||
* doc/Makefile.in: Regenerate.
|
||||
|
||||
2018-06-20 Renlin Li <renlin.li@arm.com>
|
||||
|
||||
* elfxx-aarch64.c (_bfd_aarch64_elf_resolve_relocation): Use PG_OFFSET
|
||||
|
@ -17,7 +17,7 @@
|
||||
# <http://www.gnu.org/licenses/>.
|
||||
#
|
||||
|
||||
AUTOMAKE_OPTIONS = info-in-builddir no-texinfo.tex
|
||||
AUTOMAKE_OPTIONS = info-in-builddir no-texinfo.tex foreign
|
||||
|
||||
DOCFILES = aoutx.texi archive.texi archures.texi \
|
||||
bfdt.texi cache.texi coffcode.texi \
|
||||
|
@ -393,7 +393,7 @@ top_srcdir = @top_srcdir@
|
||||
wordsize = @wordsize@
|
||||
zlibdir = @zlibdir@
|
||||
zlibinc = @zlibinc@
|
||||
AUTOMAKE_OPTIONS = 1.9 info-in-builddir no-texinfo.tex
|
||||
AUTOMAKE_OPTIONS = info-in-builddir no-texinfo.tex foreign
|
||||
DOCFILES = aoutx.texi archive.texi archures.texi \
|
||||
bfdt.texi cache.texi coffcode.texi \
|
||||
core.texi elf.texi elfcode.texi format.texi \
|
||||
@ -510,9 +510,9 @@ $(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am $(am__confi
|
||||
exit 1;; \
|
||||
esac; \
|
||||
done; \
|
||||
echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu doc/Makefile'; \
|
||||
echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign doc/Makefile'; \
|
||||
$(am__cd) $(top_srcdir) && \
|
||||
$(AUTOMAKE) --gnu doc/Makefile
|
||||
$(AUTOMAKE) --foreign doc/Makefile
|
||||
Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
|
||||
@case '$?' in \
|
||||
*config.status*) \
|
||||
|
@ -1,3 +1,8 @@
|
||||
2018-06-21 Alan Modra <amodra@gmail.com>
|
||||
|
||||
* doc/Makefile.am (AUTOMAKE_OPTIONS): Add "foreign".
|
||||
* doc/Makefile.in: Regenerate.
|
||||
|
||||
2018-06-19 Simon Marchi <simon.marchi@ericsson.com>
|
||||
|
||||
* configure.ac: Remove AC_PREREQ.
|
||||
|
@ -17,7 +17,7 @@
|
||||
# <http://www.gnu.org/licenses/>.
|
||||
#
|
||||
|
||||
AUTOMAKE_OPTIONS = info-in-builddir no-texinfo.tex
|
||||
AUTOMAKE_OPTIONS = info-in-builddir no-texinfo.tex foreign
|
||||
|
||||
# What version of the manual you want; "all" includes everything
|
||||
CONFIG=all
|
||||
|
@ -388,7 +388,7 @@ top_builddir = @top_builddir@
|
||||
top_srcdir = @top_srcdir@
|
||||
zlibdir = @zlibdir@
|
||||
zlibinc = @zlibinc@
|
||||
AUTOMAKE_OPTIONS = info-in-builddir no-texinfo.tex
|
||||
AUTOMAKE_OPTIONS = info-in-builddir no-texinfo.tex foreign
|
||||
|
||||
# What version of the manual you want; "all" includes everything
|
||||
CONFIG = all
|
||||
@ -446,9 +446,9 @@ $(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am $(am__confi
|
||||
exit 1;; \
|
||||
esac; \
|
||||
done; \
|
||||
echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu doc/Makefile'; \
|
||||
echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign doc/Makefile'; \
|
||||
$(am__cd) $(top_srcdir) && \
|
||||
$(AUTOMAKE) --gnu doc/Makefile
|
||||
$(AUTOMAKE) --foreign doc/Makefile
|
||||
Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
|
||||
@case '$?' in \
|
||||
*config.status*) \
|
||||
|
@ -1,3 +1,8 @@
|
||||
2018-06-21 Alan Modra <amodra@gmail.com>
|
||||
|
||||
* doc/Makefile.am (AUTOMAKE_OPTIONS): Add "foreign".
|
||||
* doc/Makefile.in: Regenerate.
|
||||
|
||||
2018-06-20 Nick Clifton <nickc@redhat.com>
|
||||
|
||||
PR 21458
|
||||
|
@ -17,7 +17,7 @@
|
||||
# <http://www.gnu.org/licenses/>.
|
||||
#
|
||||
|
||||
AUTOMAKE_OPTIONS = info-in-builddir no-texinfo.tex
|
||||
AUTOMAKE_OPTIONS = info-in-builddir no-texinfo.tex foreign
|
||||
|
||||
# What version of the manual you want; "all" includes everything
|
||||
CONFIG=all
|
||||
|
@ -380,7 +380,7 @@ top_builddir = @top_builddir@
|
||||
top_srcdir = @top_srcdir@
|
||||
zlibdir = @zlibdir@
|
||||
zlibinc = @zlibinc@
|
||||
AUTOMAKE_OPTIONS = 1.8 info-in-builddir no-texinfo.tex
|
||||
AUTOMAKE_OPTIONS = info-in-builddir no-texinfo.tex foreign
|
||||
|
||||
# What version of the manual you want; "all" includes everything
|
||||
CONFIG = all
|
||||
@ -473,9 +473,9 @@ $(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am $(am__confi
|
||||
exit 1;; \
|
||||
esac; \
|
||||
done; \
|
||||
echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu doc/Makefile'; \
|
||||
echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign doc/Makefile'; \
|
||||
$(am__cd) $(top_srcdir) && \
|
||||
$(AUTOMAKE) --gnu doc/Makefile
|
||||
$(AUTOMAKE) --foreign doc/Makefile
|
||||
Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
|
||||
@case '$?' in \
|
||||
*config.status*) \
|
||||
|
@ -1,3 +1,7 @@
|
||||
2018-06-21 Alan Modra <amodra@gmail.com>
|
||||
|
||||
* Makefile.in: Regenerate.
|
||||
|
||||
2018-06-18 Simon Marchi <simon.marchi@ericsson.com>
|
||||
|
||||
Sync with FSF GCC sources.
|
||||
|
@ -386,7 +386,7 @@ toolexeclibdir = @toolexeclibdir@
|
||||
top_build_prefix = @top_build_prefix@
|
||||
top_builddir = @top_builddir@
|
||||
top_srcdir = @top_srcdir@
|
||||
AUTOMAKE_OPTIONS = 1.8 foreign
|
||||
AUTOMAKE_OPTIONS = foreign
|
||||
ACLOCAL_AMFLAGS = -I .. -I ../config
|
||||
ZLIB_SOURCES = adler32.c compress.c crc32.c crc32.h deflate.c \
|
||||
deflate.h gzguts.h gzread.c gzclose.c gzwrite.c gzlib.c \
|
||||
|
Loading…
Reference in New Issue
Block a user