summaryrefslogtreecommitdiff
path: root/gdb/coulomb.SCHWINGE/install
diff options
context:
space:
mode:
Diffstat (limited to 'gdb/coulomb.SCHWINGE/install')
-rw-r--r--gdb/coulomb.SCHWINGE/install32
1 files changed, 30 insertions, 2 deletions
diff --git a/gdb/coulomb.SCHWINGE/install b/gdb/coulomb.SCHWINGE/install
index 0a128dd5..7afd3eae 100644
--- a/gdb/coulomb.SCHWINGE/install
+++ b/gdb/coulomb.SCHWINGE/install
@@ -41,6 +41,8 @@ mkdir -p -- [...]/tschwinge/Ferry_Tagscherer.build.install/share/locale/sv/LC_ME
installing sv.gmo as [...]/tschwinge/Ferry_Tagscherer.build.install/share/locale/sv/LC_MESSAGES/bfd.mo
mkdir -p -- [...]/tschwinge/Ferry_Tagscherer.build.install/share/locale/tr/LC_MESSAGES
installing tr.gmo as [...]/tschwinge/Ferry_Tagscherer.build.install/share/locale/tr/LC_MESSAGES/bfd.mo
+mkdir -p -- [...]/tschwinge/Ferry_Tagscherer.build.install/share/locale/uk/LC_MESSAGES
+installing uk.gmo as [...]/tschwinge/Ferry_Tagscherer.build.install/share/locale/uk/LC_MESSAGES/bfd.mo
mkdir -p -- [...]/tschwinge/Ferry_Tagscherer.build.install/share/locale/vi/LC_MESSAGES
installing vi.gmo as [...]/tschwinge/Ferry_Tagscherer.build.install/share/locale/vi/LC_MESSAGES/bfd.mo
mkdir -p -- [...]/tschwinge/Ferry_Tagscherer.build.install/share/locale/zh_CN/LC_MESSAGES
@@ -351,13 +353,14 @@ 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/pretty_printers.py gdb/command/prompt.py gdb/command/explore.py' ; \
+files='gdb/__init__.py gdb/types.py gdb/printing.py gdb/prompt.py gdb/command/__init__.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 ; \
/usr/bin/install -c -m 644 ./python/$file [...]/tschwinge/Ferry_Tagscherer.build.install/share/gdb/python/$dir ; \
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
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'
@@ -378,7 +381,32 @@ make install-recursive
make[9]: Entering directory `[...]/tschwinge/Ferry_Tagscherer.build/gdb/build-gnulib/import'
make[10]: Entering directory `[...]/tschwinge/Ferry_Tagscherer.build/gdb/build-gnulib/import'
make[11]: Entering directory `[...]/tschwinge/Ferry_Tagscherer.build/gdb/build-gnulib/import'
-make[11]: Nothing to be done for `install-exec-am'.
+if test yes = no; then \
+ case 'gnu0.3' in \
+ darwin[56]*) \
+ need_charset_alias=true ;; \
+ darwin* | cygwin* | mingw* | pw32* | cegcc*) \
+ need_charset_alias=false ;; \
+ *) \
+ need_charset_alias=true ;; \
+ esac ; \
+ else \
+ need_charset_alias=false ; \
+ fi ; \
+ if $need_charset_alias; then \
+ /bin/dash ../../../../Ferry_Tagscherer/gdb/gnulib/../../mkinstalldirs [...]/tschwinge/Ferry_Tagscherer.build.install/lib ; \
+ fi ; \
+ if test -f [...]/tschwinge/Ferry_Tagscherer.build.install/lib/charset.alias; then \
+ sed -f ref-add.sed [...]/tschwinge/Ferry_Tagscherer.build.install/lib/charset.alias > [...]/tschwinge/Ferry_Tagscherer.build.install/lib/charset.tmp ; \
+ /usr/bin/install -c -m 644 [...]/tschwinge/Ferry_Tagscherer.build.install/lib/charset.tmp [...]/tschwinge/Ferry_Tagscherer.build.install/lib/charset.alias ; \
+ rm -f [...]/tschwinge/Ferry_Tagscherer.build.install/lib/charset.tmp ; \
+ else \
+ if $need_charset_alias; then \
+ sed -f ref-add.sed charset.alias > [...]/tschwinge/Ferry_Tagscherer.build.install/lib/charset.tmp ; \
+ /usr/bin/install -c -m 644 [...]/tschwinge/Ferry_Tagscherer.build.install/lib/charset.tmp [...]/tschwinge/Ferry_Tagscherer.build.install/lib/charset.alias ; \
+ rm -f [...]/tschwinge/Ferry_Tagscherer.build.install/lib/charset.tmp ; \
+ fi ; \
+ fi
make[11]: Nothing to be done for `install-data-am'.
make[11]: Leaving directory `[...]/tschwinge/Ferry_Tagscherer.build/gdb/build-gnulib/import'
make[10]: Leaving directory `[...]/tschwinge/Ferry_Tagscherer.build/gdb/build-gnulib/import'