Skip to content

Instantly share code, notes, and snippets.

@onyb
Created December 22, 2013 17:22
Show Gist options
  • Select an option

  • Save onyb/8085684 to your computer and use it in GitHub Desktop.

Select an option

Save onyb/8085684 to your computer and use it in GitHub Desktop.
make install-recursive
make[1]: Entering directory `/sources/gzip-1.6'
Making install in lib
make[2]: Entering directory `/sources/gzip-1.6/lib'
make install-am
make[3]: Entering directory `/sources/gzip-1.6/lib'
make[4]: Entering directory `/sources/gzip-1.6/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/gzip-1.6/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[4]: Nothing to be done for `install-data-am'.
make[4]: Leaving directory `/sources/gzip-1.6/lib'
make[3]: Leaving directory `/sources/gzip-1.6/lib'
make[2]: Leaving directory `/sources/gzip-1.6/lib'
Making install in doc
make[2]: Entering directory `/sources/gzip-1.6/doc'
make[3]: Entering directory `/sources/gzip-1.6/doc'
make[3]: Nothing to be done for `install-exec-am'.
/bin/mkdir -p '/usr/share/info'
/usr/bin/install -c -m 644 ./gzip.info '/usr/share/info'
install-info --info-dir='/usr/share/info' '/usr/share/info/gzip.info'
make[3]: Leaving directory `/sources/gzip-1.6/doc'
make[2]: Leaving directory `/sources/gzip-1.6/doc'
Making install in .
make[2]: Entering directory `/sources/gzip-1.6'
make[3]: Entering directory `/sources/gzip-1.6'
/bin/mkdir -p '/bin'
/usr/bin/install -c gzip '/bin'
/bin/mkdir -p '/bin'
/usr/bin/install -c gunzip gzexe zcat zcmp zdiff zegrep zfgrep zforce zgrep zless zmore znew '/bin'
make install-exec-hook
make[4]: Entering directory `/sources/gzip-1.6'
make[4]: Leaving directory `/sources/gzip-1.6'
/bin/mkdir -p '/usr/share/man/man1'
/usr/bin/install -c -m 644 gunzip.1 gzexe.1 gzip.1 zcat.1 zcmp.1 zdiff.1 zforce.1 zgrep.1 zless.1 zmore.1 znew.1 '/usr/share/man/man1'
make[3]: Leaving directory `/sources/gzip-1.6'
make[2]: Leaving directory `/sources/gzip-1.6'
Making install in tests
make[2]: Entering directory `/sources/gzip-1.6/tests'
make[3]: Entering directory `/sources/gzip-1.6/tests'
make[3]: Nothing to be done for `install-exec-am'.
make[3]: Nothing to be done for `install-data-am'.
make[3]: Leaving directory `/sources/gzip-1.6/tests'
make[2]: Leaving directory `/sources/gzip-1.6/tests'
make[1]: Leaving directory `/sources/gzip-1.6'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment