summaryrefslogtreecommitdiff
path: root/binutils-gdb/log_install.diff
diff options
context:
space:
mode:
authorThomas Schwinge <thomas@codesourcery.com>2016-11-24 21:34:16 +0100
committerThomas Schwinge <thomas@codesourcery.com>2016-11-24 21:34:16 +0100
commite17b80861f678921e57bf3930f79584600cb7ab1 (patch)
treed2394055871e9b3707175fa4ee266f1016196f62 /binutils-gdb/log_install.diff
parent334b960b0108e09d86143bff212608e2f10c5144 (diff)
binutils-gdb: a932d108b10518994c873b38a363af9f21bc2e87 (2016-05-10)
Diffstat (limited to 'binutils-gdb/log_install.diff')
-rw-r--r--binutils-gdb/log_install.diff57
1 files changed, 5 insertions, 52 deletions
diff --git a/binutils-gdb/log_install.diff b/binutils-gdb/log_install.diff
index 0b1bffb3..0bd8e8cf 100644
--- a/binutils-gdb/log_install.diff
+++ b/binutils-gdb/log_install.diff
@@ -1,5 +1,5 @@
diff --git toolchain/logs/binutils-gdb/kepler.SCHWINGE/log_install_ toolchain/logs/binutils-gdb/laplace.SCHWINGE/log_install_
-index dd1182d..455789e 100644
+index a94de20..500ffd8 100644
--- toolchain/logs/binutils-gdb/kepler.SCHWINGE/log_install_
+++ toolchain/logs/binutils-gdb/laplace.SCHWINGE/log_install_
@@ -68,7 +68,6 @@ libtool: install: /usr/bin/install -c .libs/libbfd.lai [...]/tschwinge/W._C._Han
@@ -18,15 +18,7 @@ index dd1182d..455789e 100644
----------------------------------------------------------------------
Libraries have been installed in:
[...]/tschwinge/W._C._Handy.build.install/lib
-@@ -289,6 +287,7 @@ else \
- $restore $backupdir/* `echo "./as.info" | sed 's|[^/]*$||'`; \
- fi; \
- rm -rf $backupdir; exit $rc
-+../../../W._C._Handy/gas/doc/as.texinfo:2662: warning: @xref node name should not contain `.'
- test -z "[...]/tschwinge/W._C._Handy.build.install/share/info" || /bin/mkdir -p "[...]/tschwinge/W._C._Handy.build.install/share/info"
- /usr/bin/install -c -m 644 ./as.info '[...]/tschwinge/W._C._Handy.build.install/share/info'
- install-info --info-dir='[...]/tschwinge/W._C._Handy.build.install/share/info' '[...]/tschwinge/W._C._Handy.build.install/share/info/as.info'
-@@ -618,50 +617,6 @@ make[3]: Entering directory '[...]/tschwinge/W._C._Handy.build/gdb'
+@@ -618,50 +616,6 @@ make[3]: Entering directory '[...]/tschwinge/W._C._Handy.build/gdb'
make[4]: Entering directory '[...]/tschwinge/W._C._Handy.build/gdb/doc'
make[4]: Nothing to be done for 'all'.
make[4]: Leaving directory '[...]/tschwinge/W._C._Handy.build/gdb/doc'
@@ -77,46 +69,7 @@ index dd1182d..455789e 100644
make[4]: Entering directory '[...]/tschwinge/W._C._Handy.build/gdb/data-directory'
make[4]: Nothing to be done for 'all'.
make[4]: Leaving directory '[...]/tschwinge/W._C._Handy.build/gdb/data-directory'
-@@ -747,6 +702,10 @@ fi
- mv GDBvn.new GDBvn.texi
- makeinfo --split-size=5000000 --split-size=5000000 -DHAVE_MAKEINFO_CLICK -I ../../../W._C._Handy/gdb/doc/../../readline/doc -I ../../../W._C._Handy/gdb/doc/../mi -I ../../../W._C._Handy/gdb/doc \
- -o gdb.info ../../../W._C._Handy/gdb/doc/gdb.texinfo
-+../../../W._C._Handy/gdb/doc/gdb.texinfo:1984: warning: @xref node name should not contain `.'
-+../../../W._C._Handy/gdb/doc/gdb.texinfo:18606: warning: @ref node name should not contain `.'
-+../../../W._C._Handy/gdb/doc/python.texi:3694: warning: @ref node name should not contain `.'
-+../../../W._C._Handy/gdb/doc/python.texi:3730: warning: @ref node name should not contain `.'
- makeinfo --split-size=5000000 --split-size=5000000 -DHAVE_MAKEINFO_CLICK -I ../../../W._C._Handy/gdb/doc -o stabs.info ../../../W._C._Handy/gdb/doc/stabs.texinfo
- makeinfo --split-size=5000000 --split-size=5000000 -DHAVE_MAKEINFO_CLICK -I ../../../W._C._Handy/gdb/doc -o annotate.info ../../../W._C._Handy/gdb/doc/annotate.texinfo
- /bin/dash ../../../W._C._Handy/gdb/doc/../../mkinstalldirs [...]/tschwinge/W._C._Handy.build.install/share/info
-@@ -758,16 +717,19 @@ makeinfo --split-size=5000000 --split-size=5000000 -DHAVE_MAKEINFO_CLICK -I ../
- install-info --info-dir=[...]/tschwinge/W._C._Handy.build.install/share/info [...]/tschwinge/W._C._Handy.build.install/share/info/annotate.info
- touch gdb.1
- perl ../../../W._C._Handy/gdb/doc/../../etc/texi2pod.pl -DHAVE_MAKEINFO_CLICK -Dman -Dgdb < ../../../W._C._Handy/gdb/doc/gdb.texinfo > gdb.pod
-+Unescaped left brace in regex is deprecated, passed through in regex; marked by <-- HERE in m/^\@strong{ <-- HERE (.*)}$/ at ../../../W._C._Handy/gdb/doc/../../etc/texi2pod.pl line 314.
- (pod2man --center="GNU Development Tools" --release="gdb-`sed q version.subst`" --section=1 gdb.pod | sed -e '/^.if n .na/d' > gdb.1.T$$ && \
- mv -f gdb.1.T$$ gdb.1) || (rm -f gdb.1.T$$ && exit 1)
- rm -f gdb.pod
- touch gdbserver.1
- perl ../../../W._C._Handy/gdb/doc/../../etc/texi2pod.pl -DHAVE_MAKEINFO_CLICK -Dman -Dgdbserver < ../../../W._C._Handy/gdb/doc/gdb.texinfo > gdbserver.pod
-+Unescaped left brace in regex is deprecated, passed through in regex; marked by <-- HERE in m/^\@strong{ <-- HERE (.*)}$/ at ../../../W._C._Handy/gdb/doc/../../etc/texi2pod.pl line 314.
- (pod2man --center="GNU Development Tools" --release="gdb-`sed q version.subst`" --section=1 gdbserver.pod | sed -e '/^.if n .na/d' > gdbserver.1.T$$ && \
- mv -f gdbserver.1.T$$ gdbserver.1) || (rm -f gdbserver.1.T$$ && exit 1)
- rm -f gdbserver.pod
- touch gcore.1
- perl ../../../W._C._Handy/gdb/doc/../../etc/texi2pod.pl -DHAVE_MAKEINFO_CLICK -Dman -Dgcore < ../../../W._C._Handy/gdb/doc/gdb.texinfo > gcore.pod
-+Unescaped left brace in regex is deprecated, passed through in regex; marked by <-- HERE in m/^\@strong{ <-- HERE (.*)}$/ at ../../../W._C._Handy/gdb/doc/../../etc/texi2pod.pl line 314.
- (pod2man --center="GNU Development Tools" --release="gdb-`sed q version.subst`" --section=1 gcore.pod | sed -e '/^.if n .na/d' > gcore.1.T$$ && \
- mv -f gcore.1.T$$ gcore.1) || (rm -f gcore.1.T$$ && exit 1)
- rm -f gcore.pod
-@@ -777,6 +739,7 @@ test -z "[...]/tschwinge/W._C._Handy.build.install/share/man/man1" || /bin/dash
- /usr/bin/install -c -m 644 'gcore.1' '[...]/tschwinge/W._C._Handy.build.install/share/man/man1/gcore.1'
- touch gdbinit.5
- perl ../../../W._C._Handy/gdb/doc/../../etc/texi2pod.pl -DHAVE_MAKEINFO_CLICK -Dman -Dgdbinit < ../../../W._C._Handy/gdb/doc/gdb.texinfo > gdbinit.pod
-+Unescaped left brace in regex is deprecated, passed through in regex; marked by <-- HERE in m/^\@strong{ <-- HERE (.*)}$/ at ../../../W._C._Handy/gdb/doc/../../etc/texi2pod.pl line 314.
- (pod2man --center="GNU Development Tools" --release="gdb-`sed q version.subst`" --section=5 gdbinit.pod | sed -e '/^.if n .na/d' > gdbinit.5.T$$ && \
- mv -f gdbinit.5.T$$ gdbinit.5) || (rm -f gdbinit.5.T$$ && exit 1)
- rm -f gdbinit.pod
-@@ -787,139 +750,6 @@ make[5]: Leaving directory '[...]/tschwinge/W._C._Handy.build/gdb/doc'
+@@ -795,139 +749,6 @@ make[5]: Leaving directory '[...]/tschwinge/W._C._Handy.build/gdb/doc'
make[5]: Entering directory '[...]/tschwinge/W._C._Handy.build/gdb/testsuite'
make[5]: Nothing to be done for 'install'.
make[5]: Leaving directory '[...]/tschwinge/W._C._Handy.build/gdb/testsuite'
@@ -166,7 +119,7 @@ index dd1182d..455789e 100644
-make[6]: Entering directory '[...]/tschwinge/W._C._Handy.build/gdb/gdbserver'
-n=`echo gdbserver | sed 's,y,y,'`; \
-if [ x$n = x ]; then n=gdbserver; else true; fi; \
--if [ x"i386-linux-ipa.o linux-i386-ipa.o" != x ]; then \
+-if [ x"i386-linux-ipa.o i386-avx-linux-ipa.o i386-avx-mpx-linux-ipa.o i386-avx512-linux-ipa.o i386-mpx-linux-ipa.o i386-mmx-linux-ipa.o linux-i386-ipa.o" != x ]; then \
- /bin/dash ../../../W._C._Handy/gdb/gdbserver/../../mkinstalldirs [...]/tschwinge/W._C._Handy.build.install/lib; \
- /usr/bin/install -c libinproctrace.so [...]/tschwinge/W._C._Handy.build.install/lib/libinproctrace.so; \
-fi; \
@@ -256,7 +209,7 @@ index dd1182d..455789e 100644
make[5]: Entering directory '[...]/tschwinge/W._C._Handy.build/gdb/data-directory'
make[6]: Entering directory '[...]/tschwinge/W._C._Handy.build/gdb/data-directory'
/bin/dash ../../../W._C._Handy/gdb/data-directory/../../mkinstalldirs [...]/tschwinge/W._C._Handy.build.install/share/gdb/syscalls
-@@ -980,7 +810,7 @@ make[9]: Entering directory '[...]/tschwinge/W._C._Handy.build/gdb/build-gnulib/
+@@ -988,7 +809,7 @@ make[9]: Entering directory '[...]/tschwinge/W._C._Handy.build/gdb/build-gnulib/
make[10]: Entering directory '[...]/tschwinge/W._C._Handy.build/gdb/build-gnulib/import'
make[11]: Entering directory '[...]/tschwinge/W._C._Handy.build/gdb/build-gnulib/import'
if test yes = no; then \