Skip to content

Instantly share code, notes, and snippets.

@onyb
Created December 22, 2013 15:04
Show Gist options
  • Save onyb/8083789 to your computer and use it in GitHub Desktop.
Save onyb/8083789 to your computer and use it in GitHub Desktop.
Making install in lib
make[1]: Entering directory `/sources/diffutils-3.3/lib'
make install-am
make[2]: Entering directory `/sources/diffutils-3.3/lib'
make[3]: Entering directory `/sources/diffutils-3.3/lib'
if test yes = no; then \
case 'linux-gnu' 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/sh /sources/diffutils-3.3/build-aux/install-sh -d /usr/lib ; \
fi ; \
if test -f /usr/lib/charset.alias; then \
sed -f ref-add.sed /usr/lib/charset.alias > /usr/lib/charset.tmp ; \
/usr/bin/install -c -m 644 /usr/lib/charset.tmp /usr/lib/charset.alias ; \
rm -f /usr/lib/charset.tmp ; \
else \
if $need_charset_alias; then \
sed -f ref-add.sed charset.alias > /usr/lib/charset.tmp ; \
/usr/bin/install -c -m 644 /usr/lib/charset.tmp /usr/lib/charset.alias ; \
rm -f /usr/lib/charset.tmp ; \
fi ; \
fi
make[3]: Nothing to be done for `install-data-am'.
make[3]: Leaving directory `/sources/diffutils-3.3/lib'
make[2]: Leaving directory `/sources/diffutils-3.3/lib'
make[1]: Leaving directory `/sources/diffutils-3.3/lib'
Making install in src
make[1]: Entering directory `/sources/diffutils-3.3/src'
make install-am
make[2]: Entering directory `/sources/diffutils-3.3/src'
make[3]: Entering directory `/sources/diffutils-3.3/src'
/bin/mkdir -p '/usr/bin'
/usr/bin/install -c cmp diff diff3 sdiff '/usr/bin'
make[3]: Nothing to be done for `install-data-am'.
make[3]: Leaving directory `/sources/diffutils-3.3/src'
make[2]: Leaving directory `/sources/diffutils-3.3/src'
make[1]: Leaving directory `/sources/diffutils-3.3/src'
Making install in tests
make[1]: Entering directory `/sources/diffutils-3.3/tests'
make[2]: Entering directory `/sources/diffutils-3.3/tests'
make[2]: Nothing to be done for `install-exec-am'.
make[2]: Nothing to be done for `install-data-am'.
make[2]: Leaving directory `/sources/diffutils-3.3/tests'
make[1]: Leaving directory `/sources/diffutils-3.3/tests'
Making install in doc
make[1]: Entering directory `/sources/diffutils-3.3/doc'
make[2]: Entering directory `/sources/diffutils-3.3/doc'
make[2]: Nothing to be done for `install-exec-am'.
/bin/mkdir -p '/usr/share/info'
/usr/bin/install -c -m 644 ./diffutils.info '/usr/share/info'
install-info --info-dir='/usr/share/info' '/usr/share/info/diffutils.info'
make[2]: Leaving directory `/sources/diffutils-3.3/doc'
make[1]: Leaving directory `/sources/diffutils-3.3/doc'
Making install in man
make[1]: Entering directory `/sources/diffutils-3.3/man'
make[2]: Entering directory `/sources/diffutils-3.3/man'
make[2]: Nothing to be done for `install-exec-am'.
/bin/mkdir -p '/usr/share/man/man1'
/usr/bin/install -c -m 644 cmp.1 diff.1 diff3.1 sdiff.1 '/usr/share/man/man1'
make[2]: Leaving directory `/sources/diffutils-3.3/man'
make[1]: Leaving directory `/sources/diffutils-3.3/man'
Making install in po
make[1]: Entering directory `/sources/diffutils-3.3/po'
installing ca.gmo as /usr/share/locale/ca/LC_MESSAGES/diffutils.mo
installing cs.gmo as /usr/share/locale/cs/LC_MESSAGES/diffutils.mo
installing da.gmo as /usr/share/locale/da/LC_MESSAGES/diffutils.mo
installing de.gmo as /usr/share/locale/de/LC_MESSAGES/diffutils.mo
installing el.gmo as /usr/share/locale/el/LC_MESSAGES/diffutils.mo
installing eo.gmo as /usr/share/locale/eo/LC_MESSAGES/diffutils.mo
installing es.gmo as /usr/share/locale/es/LC_MESSAGES/diffutils.mo
installing fi.gmo as /usr/share/locale/fi/LC_MESSAGES/diffutils.mo
installing fr.gmo as /usr/share/locale/fr/LC_MESSAGES/diffutils.mo
installing ga.gmo as /usr/share/locale/ga/LC_MESSAGES/diffutils.mo
installing gl.gmo as /usr/share/locale/gl/LC_MESSAGES/diffutils.mo
installing he.gmo as /usr/share/locale/he/LC_MESSAGES/diffutils.mo
installing hr.gmo as /usr/share/locale/hr/LC_MESSAGES/diffutils.mo
installing hu.gmo as /usr/share/locale/hu/LC_MESSAGES/diffutils.mo
installing id.gmo as /usr/share/locale/id/LC_MESSAGES/diffutils.mo
installing it.gmo as /usr/share/locale/it/LC_MESSAGES/diffutils.mo
installing ja.gmo as /usr/share/locale/ja/LC_MESSAGES/diffutils.mo
installing lv.gmo as /usr/share/locale/lv/LC_MESSAGES/diffutils.mo
installing ms.gmo as /usr/share/locale/ms/LC_MESSAGES/diffutils.mo
installing nl.gmo as /usr/share/locale/nl/LC_MESSAGES/diffutils.mo
installing pl.gmo as /usr/share/locale/pl/LC_MESSAGES/diffutils.mo
installing pt_BR.gmo as /usr/share/locale/pt_BR/LC_MESSAGES/diffutils.mo
installing ro.gmo as /usr/share/locale/ro/LC_MESSAGES/diffutils.mo
installing ru.gmo as /usr/share/locale/ru/LC_MESSAGES/diffutils.mo
installing sr.gmo as /usr/share/locale/sr/LC_MESSAGES/diffutils.mo
installing sv.gmo as /usr/share/locale/sv/LC_MESSAGES/diffutils.mo
installing tr.gmo as /usr/share/locale/tr/LC_MESSAGES/diffutils.mo
installing uk.gmo as /usr/share/locale/uk/LC_MESSAGES/diffutils.mo
installing vi.gmo as /usr/share/locale/vi/LC_MESSAGES/diffutils.mo
installing zh_CN.gmo as /usr/share/locale/zh_CN/LC_MESSAGES/diffutils.mo
installing zh_TW.gmo as /usr/share/locale/zh_TW/LC_MESSAGES/diffutils.mo
if test "diffutils" = "gettext-tools"; then \
@mkdir_p@ /usr/share/gettext/po; \
for file in Makefile.in.in remove-potcdate.sin quot.sed boldquot.sed [email protected] [email protected] insert-header.sin Rules-quot Makevars.template; do \
/usr/bin/install -c -m 644 ./$file \
/usr/share/gettext/po/$file; \
done; \
for file in Makevars; do \
rm -f /usr/share/gettext/po/$file; \
done; \
else \
: ; \
fi
make[1]: Leaving directory `/sources/diffutils-3.3/po'
Making install in gnulib-tests
make[1]: Entering directory `/sources/diffutils-3.3/gnulib-tests'
make install-recursive
make[2]: Entering directory `/sources/diffutils-3.3/gnulib-tests'
Making install in .
make[3]: Entering directory `/sources/diffutils-3.3/gnulib-tests'
make[4]: Entering directory `/sources/diffutils-3.3/gnulib-tests'
make[4]: Nothing to be done for `install-exec-am'.
make[4]: Nothing to be done for `install-data-am'.
make[4]: Leaving directory `/sources/diffutils-3.3/gnulib-tests'
make[3]: Leaving directory `/sources/diffutils-3.3/gnulib-tests'
make[2]: Leaving directory `/sources/diffutils-3.3/gnulib-tests'
make[1]: Leaving directory `/sources/diffutils-3.3/gnulib-tests'
make[1]: Entering directory `/sources/diffutils-3.3'
make[2]: Entering directory `/sources/diffutils-3.3'
make[2]: Nothing to be done for `install-exec-am'.
make[2]: Nothing to be done for `install-data-am'.
make[2]: Leaving directory `/sources/diffutils-3.3'
make[1]: Leaving directory `/sources/diffutils-3.3'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment