diff options
Diffstat (limited to 'gdb/coulomb.SCHWINGE/log_install')
-rw-r--r-- | gdb/coulomb.SCHWINGE/log_install | 13 |
1 files changed, 12 insertions, 1 deletions
diff --git a/gdb/coulomb.SCHWINGE/log_install b/gdb/coulomb.SCHWINGE/log_install index 14962e7a..ec3fa460 100644 --- a/gdb/coulomb.SCHWINGE/log_install +++ b/gdb/coulomb.SCHWINGE/log_install @@ -95,10 +95,12 @@ 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 @@ -393,7 +395,7 @@ files='gdb-syscalls.dtd ppc-linux.xml ppc64-linux.xml i386-linux.xml amd64-linux /usr/bin/install -c -m 644 $f [...]/tschwinge/Ferry_Tagscherer.build.install/share/gdb/syscalls ; \ fi ; \ done -files='gdb/__init__.py gdb/types.py gdb/printing.py gdb/prompt.py gdb/command/__init__.py gdb/command/type_printers.py gdb/command/pretty_printers.py gdb/command/prompt.py gdb/command/explore.py gdb/function/__init__.py gdb/function/strfns.py' ; \ +files='gdb/__init__.py gdb/frames.py gdb/FrameIterator.py gdb/FrameDecorator.py gdb/types.py gdb/printing.py gdb/prompt.py gdb/command/__init__.py gdb/command/frame_filters.py gdb/command/type_printers.py gdb/command/pretty_printers.py gdb/command/prompt.py gdb/command/explore.py gdb/function/__init__.py gdb/function/strfns.py' ; \ for file in $files ; do \ dir=`echo "$file" | sed 's,/[^/]*$,,'` ; \ /bin/dash ../../../Ferry_Tagscherer/gdb/data-directory/../../mkinstalldirs [...]/tschwinge/Ferry_Tagscherer.build.install/share/gdb/python/$dir ; \ @@ -401,6 +403,15 @@ files='gdb/__init__.py gdb/types.py gdb/printing.py gdb/prompt.py gdb/command/__ done mkdir -p -- [...]/tschwinge/Ferry_Tagscherer.build.install/share/gdb/python/gdb/command mkdir -p -- [...]/tschwinge/Ferry_Tagscherer.build.install/share/gdb/python/gdb/function +/bin/dash ../../../Ferry_Tagscherer/gdb/data-directory/../../mkinstalldirs [...]/tschwinge/Ferry_Tagscherer.build.install/share/gdb/system-gdbinit +mkdir -p -- [...]/tschwinge/Ferry_Tagscherer.build.install/share/gdb/system-gdbinit +files='elinos.py wrs-linux.py' ; \ + for file in $files; do \ + f=../../../Ferry_Tagscherer/gdb/data-directory/../system-gdbinit/$file ; \ + if test -f $f ; then \ + /usr/bin/install -c -m 644 $f [...]/tschwinge/Ferry_Tagscherer.build.install/share/gdb/system-gdbinit ; \ + fi ; \ + done make[6]: Leaving directory `[...]/tschwinge/Ferry_Tagscherer.build/gdb/data-directory' make[5]: Leaving directory `[...]/tschwinge/Ferry_Tagscherer.build/gdb/data-directory' make[5]: Entering directory `[...]/tschwinge/Ferry_Tagscherer.build/gdb/build-gnulib' |