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
checking build system type... i686-pc-linux-gnu | |
checking host system type... i686-pc-linux-gnu | |
checking target system type... i686-pc-linux-gnu | |
checking for a BSD-compatible install... /usr/bin/install -c | |
checking whether build environment is sane... yes | |
checking for a thread-safe mkdir -p... /bin/mkdir -p | |
checking for gawk... gawk | |
checking whether make sets $(MAKE)... yes | |
checking for cmp... cmp | |
checking for bison... bison |
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
bison -d -p grub_script_yy -b grub_script ./grub-core/script/parser.y | |
flex -o grub_script.yy.c --header-file=grub_script.yy.h ./grub-core/script/yylex.l | |
gcc -E -DHAVE_CONFIG_H -I. -Wall -W -I./include -DGRUB_UTIL=1 -DGRUB_LIBDIR=\"/usr/lib/grub\" -DLOCALEDIR=\"/usr/share/locale\" -DGRUB_FILE=\"grub_script.tab.h\" -I. -I. -I. -I. -I./include -I./include -I./grub-core/lib/minilzo -I./grub-core/lib/xzembed -DMINILZO_HAVE_CONFIG_H -Wall -W -I./include -DGRUB_UTIL=1 -DGRUB_LIBDIR=\"/usr/lib/grub\" -DLOCALEDIR=\"/usr/share/locale\" -DGRUB_FILE=\"grub_script.tab.h\" -I. -I. -I. -I. -I./include -I./include -I./grub-core/gnulib -I./grub-core/gnulib \ | |
-D'GRUB_MOD_INIT(x)=@MARKER@x@' grub_script.tab.h grub_script.yy.h grub-core/commands/blocklist.c grub-core/commands/xnu_uuid.c grub-core/commands/testload.c grub-core/commands/ls.c grub-core/disk/dmraid_nvidia.c grub-core/disk/loopback.c grub-core/disk/lvm.c grub-core/disk/mdraid_linux.c grub-core/disk/mdraid_linux_be.c grub-core/disk/md |
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/grub-2.00' | |
Making install in grub-core/gnulib | |
make[2]: Entering directory `/sources/grub-2.00/grub-core/gnulib' | |
make install-recursive | |
make[3]: Entering directory `/sources/grub-2.00/grub-core/gnulib' | |
make[4]: Entering directory `/sources/grub-2.00/grub-core/gnulib' | |
make[5]: Entering directory `/sources/grub-2.00/grub-core/gnulib' | |
if test yes = no; then \ | |
case 'linux-gnu' in \ |
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
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 | |
checking for gcc option to accept ISO C89... none needed | |
checking for library containing strerror... none required |
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
test ! -f stamp-h || CONFIG_FILES= CONFIG_HEADERS=defines.h ./config.status | |
touch stamp-h | |
gcc -I. -c -DBINDIR=\"/usr/bin\" -DSYSDIR=\"/etc\" -g -O2 main.c | |
gcc -I. -c -DBINDIR=\"/usr/bin\" -DSYSDIR=\"/etc\" -g -O2 screen.c | |
gcc -I. -c -DBINDIR=\"/usr/bin\" -DSYSDIR=\"/etc\" -g -O2 brac.c | |
gcc -I. -c -DBINDIR=\"/usr/bin\" -DSYSDIR=\"/etc\" -g -O2 ch.c | |
gcc -I. -c -DBINDIR=\"/usr/bin\" -DSYSDIR=\"/etc\" -g -O2 charset.c | |
gcc -I. -c -DBINDIR=\"/usr/bin\" -DSYSDIR=\"/etc\" -g -O2 cmdbuf.c | |
gcc -I. -c -DBINDIR=\"/usr/bin\" -DSYSDIR=\"/etc\" -g -O2 command.c | |
gcc -I. -c -DBINDIR=\"/usr/bin\" -DSYSDIR=\"/etc\" -g -O2 cvt.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
./mkinstalldirs /usr/bin /usr/share/man/man1 | |
/usr/bin/install -c less /usr/bin/less | |
/usr/bin/install -c lesskey /usr/bin/lesskey | |
/usr/bin/install -c lessecho /usr/bin/lessecho | |
/usr/bin/install -c -m 644 ./less.nro /usr/share/man/man1/less.1 | |
/usr/bin/install -c -m 644 ./lesskey.nro /usr/share/man/man1/lesskey.1 | |
/usr/bin/install -c -m 644 ./lessecho.nro /usr/share/man/man1/lessecho.1 |
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
checking for a BSD-compatible install... /usr/bin/install -c | |
checking whether build environment is sane... yes | |
checking for a thread-safe mkdir -p... /bin/mkdir -p | |
checking for gawk... gawk | |
checking whether make sets $(MAKE)... yes | |
checking whether make supports nested variables... yes | |
checking whether make supports nested variables... (cached) yes | |
checking for style of include used by make... GNU | |
checking for gcc... gcc | |
checking whether the C compiler works... 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
GEN version.c | |
GEN version.h | |
make all-recursive | |
make[1]: Entering directory `/sources/gzip-1.6' | |
Making all in lib | |
make[2]: Entering directory `/sources/gzip-1.6/lib' | |
GEN alloca.h | |
GEN configmake.h | |
GEN c++defs.h | |
GEN arg-nonnull.h |
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
GEN public-submodule-commit | |
make check-recursive | |
make[1]: Entering directory `/sources/gzip-1.6' | |
Making check in lib | |
make[2]: Entering directory `/sources/gzip-1.6/lib' | |
make check-am | |
make[3]: Entering 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 check in doc |
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/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]*) \ |