summaryrefslogtreecommitdiff
path: root/gdb/kepler.SCHWINGE/log_install
diff options
context:
space:
mode:
authorThomas Schwinge <thomas@codesourcery.com>2013-04-28 15:41:32 +0200
committerThomas Schwinge <thomas@codesourcery.com>2013-04-28 15:41:32 +0200
commitcaec9b02d415769b560af271fb604fd2a9a06eda (patch)
treeb998db64e191558cd01811e96026a57d1df18992 /gdb/kepler.SCHWINGE/log_install
parent17ecfe30c4c1cb2c5833bc58f0ec355ec38b107c (diff)
gdb: 6330ab576e18fb97912839fc116c7babb5fd8c70 (2013-04-28)
Diffstat (limited to 'gdb/kepler.SCHWINGE/log_install')
-rw-r--r--gdb/kepler.SCHWINGE/log_install57
1 files changed, 47 insertions, 10 deletions
diff --git a/gdb/kepler.SCHWINGE/log_install b/gdb/kepler.SCHWINGE/log_install
index 7383dec1..4b988b4a 100644
--- a/gdb/kepler.SCHWINGE/log_install
+++ b/gdb/kepler.SCHWINGE/log_install
@@ -322,15 +322,23 @@ transformed_name=`t='s,y,y,'; \
/bin/dash ../../Ferry_Tagscherer/gdb/../mkinstalldirs [...]/tschwinge/Ferry_Tagscherer.build.install/bin ; \
/usr/bin/install -c gdb \
[...]/tschwinge/Ferry_Tagscherer.build.install/bin/$transformed_name ; \
- /bin/dash ../../Ferry_Tagscherer/gdb/../mkinstalldirs \
- [...]/tschwinge/Ferry_Tagscherer.build.install/share/man/man1 ; \
- /usr/bin/install -c -m 644 ../../Ferry_Tagscherer/gdb/gdb.1 \
- [...]/tschwinge/Ferry_Tagscherer.build.install/share/man/man1/$transformed_name.1 ; \
/bin/dash ../../Ferry_Tagscherer/gdb/../mkinstalldirs [...]/tschwinge/Ferry_Tagscherer.build.install/include/gdb ; \
/usr/bin/install -c -m 644 jit-reader.h [...]/tschwinge/Ferry_Tagscherer.build.install/include/gdb/jit-reader.h
mkdir -p -- [...]/tschwinge/Ferry_Tagscherer.build.install/bin
-mkdir -p -- [...]/tschwinge/Ferry_Tagscherer.build.install/share/man/man1
mkdir -p -- [...]/tschwinge/Ferry_Tagscherer.build.install/include/gdb
+if test "x1" != x; \
+ then \
+ transformed_name=`t='s,y,y,'; \
+ echo gcore | sed -e "$t"` ; \
+ if test "x$transformed_name" = x; then \
+ transformed_name=gcore ; \
+ else \
+ true ; \
+ fi ; \
+ /bin/dash ../../Ferry_Tagscherer/gdb/../mkinstalldirs [...]/tschwinge/Ferry_Tagscherer.build.install/bin ; \
+ /usr/bin/install -c gcore \
+ [...]/tschwinge/Ferry_Tagscherer.build.install/bin/$transformed_name; \
+ fi
make[4]: Entering directory `[...]/tschwinge/Ferry_Tagscherer.build/gdb'
make[5]: Entering directory `[...]/tschwinge/Ferry_Tagscherer.build/gdb/doc'
(test "ln -s" = "ln -s" && \
@@ -348,6 +356,9 @@ if [ "@uref{http://www.gnu.org/software/gdb/bugs/}" = "@uref{http://www.gnu.org/
if test -z "-I ../../../Ferry_Tagscherer/gdb/doc/../../readline/doc"; then \
echo "@set SYSTEM_READLINE" >> ./GDBvn.new; \
fi
+if [ -n "" ]; then \
+ echo "@set SYSTEM_GDBINIT " >> ./GDBvn.new; \
+ fi
mv GDBvn.new GDBvn.texi
makeinfo --split-size=5000000 --split-size=5000000 -DHAVE_MAKEINFO_CLICK -I ../../../Ferry_Tagscherer/gdb/doc/../../readline/doc -I ../../../Ferry_Tagscherer/gdb/doc/../mi -I ../../../Ferry_Tagscherer/gdb/doc \
-o gdb.info ../../../Ferry_Tagscherer/gdb/doc/gdb.texinfo
@@ -371,6 +382,34 @@ See the man page for ginstall-info for command line arguments
install-info --info-dir=[...]/tschwinge/Ferry_Tagscherer.build.install/share/info [...]/tschwinge/Ferry_Tagscherer.build.install/share/info/annotate.info
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$$ && \
+ 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$$ && \
+ 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$$ && \
+ 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"
+mkdir -p -- [...]/tschwinge/Ferry_Tagscherer.build.install/share/man/man1
+ /usr/bin/install -c -m 644 'gdb.1' '[...]/tschwinge/Ferry_Tagscherer.build.install/share/man/man1/gdb.1'
+ /usr/bin/install -c -m 644 'gdbserver.1' '[...]/tschwinge/Ferry_Tagscherer.build.install/share/man/man1/gdbserver.1'
+ /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$$ && \
+ 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"
+mkdir -p -- [...]/tschwinge/Ferry_Tagscherer.build.install/share/man/man5
+ /usr/bin/install -c -m 644 'gdbinit.5' '[...]/tschwinge/Ferry_Tagscherer.build.install/share/man/man5/gdbinit.5'
make[5]: Leaving directory `[...]/tschwinge/Ferry_Tagscherer.build/gdb/doc'
make[5]: Entering directory `[...]/tschwinge/Ferry_Tagscherer.build/gdb/testsuite'
make[5]: Nothing to be done for `install'.
@@ -408,13 +447,11 @@ make[6]: Entering directory `[...]/tschwinge/Ferry_Tagscherer.build/gdb/gdbserve
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 \
- /bin/sh ../../../Ferry_Tagscherer/gdb/gdbserver/../../mkinstalldirs [...]/tschwinge/Ferry_Tagscherer.build.install/lib; \
+ /bin/dash ../../../Ferry_Tagscherer/gdb/gdbserver/../../mkinstalldirs [...]/tschwinge/Ferry_Tagscherer.build.install/lib; \
/usr/bin/install -c libinproctrace.so [...]/tschwinge/Ferry_Tagscherer.build.install/lib/libinproctrace.so; \
fi; \
- /bin/sh ../../../Ferry_Tagscherer/gdb/gdbserver/../../mkinstalldirs [...]/tschwinge/Ferry_Tagscherer.build.install/bin; \
- /usr/bin/install -c gdbserver [...]/tschwinge/Ferry_Tagscherer.build.install/bin/$n; \
- /bin/sh ../../../Ferry_Tagscherer/gdb/gdbserver/../../mkinstalldirs [...]/tschwinge/Ferry_Tagscherer.build.install/share/man/man1; \
- /usr/bin/install -c -m 644 ../../../Ferry_Tagscherer/gdb/gdbserver/gdbserver.1 [...]/tschwinge/Ferry_Tagscherer.build.install/share/man/man1/$n.1
+ /bin/dash ../../../Ferry_Tagscherer/gdb/gdbserver/../../mkinstalldirs [...]/tschwinge/Ferry_Tagscherer.build.install/bin; \
+ /usr/bin/install -c gdbserver [...]/tschwinge/Ferry_Tagscherer.build.install/bin/$n
make[7]: Entering directory `[...]/tschwinge/Ferry_Tagscherer.build/gdb/gdbserver'
make[8]: Entering directory `[...]/tschwinge/Ferry_Tagscherer.build/gdb/gdbserver/build-gnulib-gdbserver'
make[9]: Entering directory `[...]/tschwinge/Ferry_Tagscherer.build/gdb/gdbserver/build-gnulib-gdbserver'