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
root:/sources/linux-3.10.10# make modules_install | |
INSTALL net/ipv4/netfilter/ipt_MASQUERADE.ko | |
INSTALL net/ipv4/netfilter/iptable_nat.ko | |
INSTALL net/ipv4/netfilter/nf_nat_ipv4.ko | |
INSTALL net/netfilter/nf_nat.ko | |
INSTALL net/netfilter/nf_nat_ftp.ko | |
INSTALL net/netfilter/nf_nat_irc.ko | |
INSTALL net/netfilter/nf_nat_sip.ko | |
INSTALL net/netfilter/xt_LOG.ko | |
INSTALL net/netfilter/xt_mark.ko |
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
root:/sources/linux-3.10.10# make | |
scripts/kconfig/conf --silentoldconfig Kconfig | |
SYSHDR arch/x86/syscalls/../include/generated/uapi/asm/unistd_32.h | |
SYSHDR arch/x86/syscalls/../include/generated/uapi/asm/unistd_64.h | |
SYSHDR arch/x86/syscalls/../include/generated/uapi/asm/unistd_x32.h | |
SYSTBL arch/x86/syscalls/../include/generated/asm/syscalls_32.h | |
HOSTCC arch/x86/tools/relocs_32.o | |
HOSTCC arch/x86/tools/relocs_64.o | |
HOSTCC arch/x86/tools/relocs_common.o | |
HOSTLD arch/x86/tools/relocs |
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
root:/sources/kmod-14# make pkgconfigdir=/usr/lib/pkgconfig install | |
Making install in . | |
/bin/mkdir -p '/lib' | |
/bin/sh ./libtool --mode=install /usr/bin/install -c libkmod/libkmod.la '/lib' | |
libtool: install: /usr/bin/install -c libkmod/.libs/libkmod.so.2.2.4 /lib/libkmod.so.2.2.4 | |
libtool: install: (cd /lib && { ln -s -f libkmod.so.2.2.4 libkmod.so.2 || { rm -f libkmod.so.2 && ln -s libkmod.so.2.2.4 libkmod.so.2; }; }) | |
libtool: install: (cd /lib && { ln -s -f libkmod.so.2.2.4 libkmod.so || { rm -f libkmod.so && ln -s libkmod.so.2.2.4 libkmod.so; }; }) | |
libtool: install: /usr/bin/install -c libkmod/.libs/libkmod.lai /lib/libkmod.la | |
libtool: finish: PATH="/bin:/usr/bin:/sbin:/usr/sbin:/tools/bin:/sbin" ldconfig -n /lib | |
---------------------------------------------------------------------- |
This file has been truncated, but you can view the full file.
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
Starting make in the src directory. | |
If there are problems, cd to the src directory and run make there | |
cd src && make test | |
make[1]: Entering directory `/sources/vim74/src' | |
make -f Makefile vim | |
make[2]: Entering directory `/sources/vim74/src' | |
make[2]: `vim' is up to date. | |
make[2]: Leaving directory `/sources/vim74/src' | |
if test -n "yes" -a -f po/Makefile; then \ | |
cd po; make -f Makefile check VIM=../vim; \ |
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
Starting make in the src directory. | |
If there are problems, cd to the src directory and run make there | |
cd src && make install | |
make[1]: Entering directory `/sources/vim74/src' | |
gcc -c -I. -Iproto -DHAVE_CONFIG_H -I/usr/local/include -g -O2 -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=1 version.c -o objects/version.o | |
link.sh: $LINK_AS_NEEDED set to 'yes': invoking linker directly. | |
gcc -L/usr/local/lib -Wl,--as-needed -o vim objects/buffer.o objects/blowfish.o objects/charset.o objects/diff.o objects/digraph.o objects/edit.o objects/eval.o objects/ex_cmds.o objects/ex_cmds2.o objects/ex_docmd.o objects/ex_eval.o objects/ex_getln.o objects/fileio.o objects/fold.o objects/getchar.o objects/hardcopy.o objects/hashtab.o objects/if_cscope.o objects/if_xcmdsrv.o objects/mark.o objects/memline.o objects/menu.o objects/message.o objects/misc1.o objects/misc2.o objects/move.o objects/mbyte.o objects/normal.o objects/ops.o objects/option.o objects/os_unix.o objects/pathdef.o objects/popupmnu.o objects/quickfix.o objec |
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
Starting make in the src directory. | |
If there are problems, cd to the src directory and run make there | |
cd src && make first | |
make[1]: Entering directory `/sources/vim74/src' | |
mkdir objects | |
CC="gcc -Iproto -DHAVE_CONFIG_H -I/usr/local/include " srcdir=. sh ./osdef.sh | |
gcc -c -I. -Iproto -DHAVE_CONFIG_H -I/usr/local/include -g -O2 -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=1 -o objects/buffer.o buffer.c | |
gcc -c -I. -Iproto -DHAVE_CONFIG_H -I/usr/local/include -g -O2 -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=1 -o objects/blowfish.o blowfish.c | |
gcc -c -I. -Iproto -DHAVE_CONFIG_H -I/usr/local/include -g -O2 -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=1 -o objects/charset.o charset.c | |
gcc -c -I. -Iproto -DHAVE_CONFIG_H -I/usr/local/include -g -O2 -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=1 -o objects/diff.o diff.c |
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
configure: creating cache auto/config.cache | |
checking whether make sets $(MAKE)... yes | |
checking for gcc... gcc | |
checking whether the C compiler works... yes | |
checking for C compiler default output file name... a.out | |
checking for suffix of executables... | |
checking whether we are cross compiling... no | |
checking for suffix of object files... o | |
checking whether we are using the GNU C compiler... yes | |
checking whether gcc accepts -g... yes |
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
mkdir: created directory '/lib/udev' | |
mkdir: created directory '/lib/udev/devices' | |
mkdir: created directory '/lib/udev/devices/pts' | |
mkdir: created directory '/lib/udev/rules.d' | |
mkdir: created directory '/lib/firmware' | |
mkdir: created directory '/usr/lib/firmware' | |
mkdir: created directory '/etc/udev' | |
mkdir: created directory '/etc/udev/rules.d' | |
mkdir: created directory '/usr/share/doc/udev-206' | |
mkdir: created directory '/usr/share/doc/udev-206/lfs' |
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
sed -e 's/LFS-VERSION/206/' \ | |
-e 's/SECURE_GETENV/SECURE_GETENV/' \ | |
udev-lfs-206-1/cfg.h > ./cfg.h | |
CC src/shared/log.c | |
CC src/shared/label.c | |
CC src/shared/mkdir.c | |
CC src/shared/cgroup-util.c | |
CC src/shared/strv.c | |
CC src/shared/strbuf.c | |
CC src/shared/path-util.c |
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
cd doc && make TEXMF=/usr/share/texmf install-tex | |
make[1]: Entering directory `/sources/texinfo-5.1/doc' | |
test -n "/usr/share/texmf" || (echo "TEXMF must be set." >&2; exit 1) | |
/bin/sh /sources/texinfo-5.1/build-aux/install-sh -d /usr/share/texmf/tex/texinfo /usr/share/texmf/tex/generic/epsf | |
/usr/bin/install -c -m 644 ./texinfo.tex /usr/share/texmf/tex/texinfo/texinfo.tex | |
/usr/bin/install -c -m 644 ./epsf.tex /usr/share/texmf/tex/generic/epsf/epsf.tex | |
for f in txi-cs.tex txi-de.tex txi-en.tex txi-es.tex txi-fr.tex txi-hu.tex txi-is.tex txi-it.tex txi-nb.tex txi-nl.tex txi-nn.tex txi-pl.tex txi-pt.tex txi-ru.tex txi-sr.tex txi-tr.tex txi-uk.tex; do \ | |
/usr/bin/install -c -m 644 ./$f /usr/share/texmf/tex/texinfo/$f; done | |
make[1]: Leaving directory `/sources/texinfo-5.1/doc' |