summaryrefslogtreecommitdiff
path: root/gdb/coulomb.SCHWINGE/log_install
diff options
context:
space:
mode:
Diffstat (limited to 'gdb/coulomb.SCHWINGE/log_install')
-rw-r--r--gdb/coulomb.SCHWINGE/log_install16
1 files changed, 8 insertions, 8 deletions
diff --git a/gdb/coulomb.SCHWINGE/log_install b/gdb/coulomb.SCHWINGE/log_install
index 83e76484..f59e3264 100644
--- a/gdb/coulomb.SCHWINGE/log_install
+++ b/gdb/coulomb.SCHWINGE/log_install
@@ -95,12 +95,10 @@ make[2]: Leaving directory `[...]/tschwinge/Ferry_Tagscherer.build/bfd'
make[2]: Entering directory `[...]/tschwinge/Ferry_Tagscherer.build/opcodes'
Making install in .
make[3]: Entering directory `[...]/tschwinge/Ferry_Tagscherer.build/opcodes'
-../../Ferry_Tagscherer/opcodes/i386-tbl.h
make[4]: Entering directory `[...]/tschwinge/Ferry_Tagscherer.build/opcodes'
make[4]: Nothing to be done for `install-exec-am'.
test -z "[...]/tschwinge/Ferry_Tagscherer.build.install/include" || /bin/mkdir -p "[...]/tschwinge/Ferry_Tagscherer.build.install/include"
/usr/bin/install -c -m 644 ../../Ferry_Tagscherer/opcodes/../include/dis-asm.h '[...]/tschwinge/Ferry_Tagscherer.build.install/include'
-../../Ferry_Tagscherer/opcodes/i386-tbl.h
test -z "[...]/tschwinge/Ferry_Tagscherer.build.install/lib" || /bin/mkdir -p "[...]/tschwinge/Ferry_Tagscherer.build.install/lib"
/bin/dash ./libtool --mode=install /usr/bin/install -c libopcodes.la '[...]/tschwinge/Ferry_Tagscherer.build.install/lib'
libtool: install: /usr/bin/install -c .libs/libopcodes.lai [...]/tschwinge/Ferry_Tagscherer.build.install/lib/libopcodes.la
@@ -315,7 +313,9 @@ make[5]: Entering directory `[...]/tschwinge/Ferry_Tagscherer.build/gdb/doc'
ln -s ../../../Ferry_Tagscherer/gdb/doc/all-cfg.texi gdb-cfg.texi) || \
ln ../../../Ferry_Tagscherer/gdb/doc/all-cfg.texi gdb-cfg.texi || \
cp ../../../Ferry_Tagscherer/gdb/doc/all-cfg.texi gdb-cfg.texi
-echo "@set GDBVN `sed q ../../../Ferry_Tagscherer/gdb/doc/../version.in`" > ./GDBvn.new
+date=`sed -n -e 's/^.* BFD_VERSION_DATE \(.*\)$/\1/p' ../../../Ferry_Tagscherer/gdb/doc/../../bfd/version.h`; \
+ sed -e "s/DATE/$date/" < ../../../Ferry_Tagscherer/gdb/doc/../version.in > version.subst
+echo "@set GDBVN `sed q version.subst`" > ./GDBvn.new
if [ -n "(GDB) " ]; then \
echo "@set VERSION_PACKAGE (GDB) " >> ./GDBvn.new; \
fi
@@ -354,17 +354,17 @@ This is not dpkg install-info anymore, but GNU install-info
See the man page for ginstall-info for command line arguments
touch gdb.1
perl ../../../Ferry_Tagscherer/gdb/doc/../../etc/texi2pod.pl -DHAVE_MAKEINFO_CLICK -Dman -Dgdb < ../../../Ferry_Tagscherer/gdb/doc/gdb.texinfo > gdb.pod
-(pod2man --center="GNU Development Tools" --release="gdb-`sed q ../../../Ferry_Tagscherer/gdb/doc/../version.in`" --section=1 gdb.pod | sed -e '/^.if n .na/d' > gdb.1.T$$ && \
+(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 ../../../Ferry_Tagscherer/gdb/doc/../../etc/texi2pod.pl -DHAVE_MAKEINFO_CLICK -Dman -Dgdbserver < ../../../Ferry_Tagscherer/gdb/doc/gdb.texinfo > gdbserver.pod
-(pod2man --center="GNU Development Tools" --release="gdb-`sed q ../../../Ferry_Tagscherer/gdb/doc/../version.in`" --section=1 gdbserver.pod | sed -e '/^.if n .na/d' > gdbserver.1.T$$ && \
+(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 ../../../Ferry_Tagscherer/gdb/doc/../../etc/texi2pod.pl -DHAVE_MAKEINFO_CLICK -Dman -Dgcore < ../../../Ferry_Tagscherer/gdb/doc/gdb.texinfo > gcore.pod
-(pod2man --center="GNU Development Tools" --release="gdb-`sed q ../../../Ferry_Tagscherer/gdb/doc/../version.in`" --section=1 gcore.pod | sed -e '/^.if n .na/d' > gcore.1.T$$ && \
+(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
test -z "[...]/tschwinge/Ferry_Tagscherer.build.install/share/man/man1" || /bin/dash ../../../Ferry_Tagscherer/gdb/doc/../../mkinstalldirs "[...]/tschwinge/Ferry_Tagscherer.build.install/share/man/man1"
@@ -374,7 +374,7 @@ mkdir -p -- [...]/tschwinge/Ferry_Tagscherer.build.install/share/man/man1
/usr/bin/install -c -m 644 'gcore.1' '[...]/tschwinge/Ferry_Tagscherer.build.install/share/man/man1/gcore.1'
touch gdbinit.5
perl ../../../Ferry_Tagscherer/gdb/doc/../../etc/texi2pod.pl -DHAVE_MAKEINFO_CLICK -Dman -Dgdbinit < ../../../Ferry_Tagscherer/gdb/doc/gdb.texinfo > gdbinit.pod
-(pod2man --center="GNU Development Tools" --release="gdb-`sed q ../../../Ferry_Tagscherer/gdb/doc/../version.in`" --section=5 gdbinit.pod | sed -e '/^.if n .na/d' > gdbinit.5.T$$ && \
+(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
test -z "[...]/tschwinge/Ferry_Tagscherer.build.install/share/man/man5" || /bin/dash ../../../Ferry_Tagscherer/gdb/doc/../../mkinstalldirs "[...]/tschwinge/Ferry_Tagscherer.build.install/share/man/man5"
@@ -388,7 +388,7 @@ make[5]: Entering directory `[...]/tschwinge/Ferry_Tagscherer.build/gdb/data-dir
make[6]: Entering directory `[...]/tschwinge/Ferry_Tagscherer.build/gdb/data-directory'
/bin/dash ../../../Ferry_Tagscherer/gdb/data-directory/../../mkinstalldirs [...]/tschwinge/Ferry_Tagscherer.build.install/share/gdb/syscalls
mkdir -p -- [...]/tschwinge/Ferry_Tagscherer.build.install/share/gdb/syscalls
-files='gdb-syscalls.dtd ppc-linux.xml ppc64-linux.xml i386-linux.xml amd64-linux.xml sparc-linux.xml sparc64-linux.xml mips-o32-linux.xml mips-n32-linux.xml mips-n64-linux.xml' ; \
+files='gdb-syscalls.dtd arm-linux.xml ppc-linux.xml ppc64-linux.xml i386-linux.xml amd64-linux.xml sparc-linux.xml sparc64-linux.xml mips-o32-linux.xml mips-n32-linux.xml mips-n64-linux.xml' ; \
for file in $files; do \
f=../../../Ferry_Tagscherer/gdb/data-directory/../syscalls/$file ; \
if test -f $f ; then \