summaryrefslogtreecommitdiff
path: root/gdb/kepler.SCHWINGE/log_install
diff options
context:
space:
mode:
Diffstat (limited to 'gdb/kepler.SCHWINGE/log_install')
-rw-r--r--gdb/kepler.SCHWINGE/log_install13
1 files changed, 12 insertions, 1 deletions
diff --git a/gdb/kepler.SCHWINGE/log_install b/gdb/kepler.SCHWINGE/log_install
index 4b988b4a..c39a4b54 100644
--- a/gdb/kepler.SCHWINGE/log_install
+++ b/gdb/kepler.SCHWINGE/log_install
@@ -96,10 +96,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
@@ -507,7 +509,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 ; \
@@ -515,6 +517,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'