From caec9b02d415769b560af271fb604fd2a9a06eda Mon Sep 17 00:00:00 2001 From: Thomas Schwinge Date: Sun, 28 Apr 2013 15:41:32 +0200 Subject: gdb: 6330ab576e18fb97912839fc116c7babb5fd8c70 (2013-04-28) --- gdb/coulomb.SCHWINGE/log_install | 49 ++++++++++++++++++++++++++++++++++++---- 1 file changed, 44 insertions(+), 5 deletions(-) (limited to 'gdb/coulomb.SCHWINGE/log_install') diff --git a/gdb/coulomb.SCHWINGE/log_install b/gdb/coulomb.SCHWINGE/log_install index 46698fb1..14962e7a 100644 --- a/gdb/coulomb.SCHWINGE/log_install +++ b/gdb/coulomb.SCHWINGE/log_install @@ -290,15 +290,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" && \ @@ -316,6 +324,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 @@ -339,6 +350,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'. -- cgit v1.2.3