Created
December 22, 2013 18:19
-
-
Save onyb/8086432 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
make install-recursive | |
make[1]: Entering directory `/sources/patch-2.7.1' | |
Making install in lib | |
make[2]: Entering directory `/sources/patch-2.7.1/lib' | |
make install-am | |
make[3]: Entering directory `/sources/patch-2.7.1/lib' | |
make[4]: Entering directory `/sources/patch-2.7.1/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/patch-2.7.1/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/patch-2.7.1/lib' | |
make[3]: Leaving directory `/sources/patch-2.7.1/lib' | |
make[2]: Leaving directory `/sources/patch-2.7.1/lib' | |
Making install in src | |
make[2]: Entering directory `/sources/patch-2.7.1/src' | |
make[3]: Entering directory `/sources/patch-2.7.1/src' | |
/bin/mkdir -p '/usr/bin' | |
/usr/bin/install -c patch '/usr/bin' | |
make[3]: Nothing to be done for `install-data-am'. | |
make[3]: Leaving directory `/sources/patch-2.7.1/src' | |
make[2]: Leaving directory `/sources/patch-2.7.1/src' | |
Making install in tests | |
make[2]: Entering directory `/sources/patch-2.7.1/tests' | |
make[3]: Entering directory `/sources/patch-2.7.1/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/patch-2.7.1/tests' | |
make[2]: Leaving directory `/sources/patch-2.7.1/tests' | |
make[2]: Entering directory `/sources/patch-2.7.1' | |
make[3]: Entering directory `/sources/patch-2.7.1' | |
make[3]: Nothing to be done for `install-exec-am'. | |
/bin/mkdir -p '/usr/share/man/man1' | |
/usr/bin/install -c -m 644 'patch.man' '/usr/share/man/man1/patch.1' | |
make[3]: Leaving directory `/sources/patch-2.7.1' | |
make[2]: Leaving directory `/sources/patch-2.7.1' | |
make[1]: Leaving directory `/sources/patch-2.7.1' |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment