Skip to content

Instantly share code, notes, and snippets.

View onyb's full-sized avatar
:octocat:
Exploring blocks

Anirudha Bose onyb

:octocat:
Exploring blocks
View GitHub Profile
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
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
./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
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
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
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 has been truncated, but you can view the full file.
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
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
Making install in src
make[1]: Entering directory `/sources/xz-5.0.5/src'
Making install in liblzma
make[2]: Entering directory `/sources/xz-5.0.5/src/liblzma'
Making install in api
make[3]: Entering directory `/sources/xz-5.0.5/src/liblzma/api'
make[4]: Entering directory `/sources/xz-5.0.5/src/liblzma/api'
make[4]: Nothing to be done for `install-exec-am'.
/bin/mkdir -p '/usr/include'
/bin/mkdir -p '/usr/include/lzma'
Making check in src
make[1]: Entering directory `/sources/xz-5.0.5/src'
Making check in liblzma
make[2]: Entering directory `/sources/xz-5.0.5/src/liblzma'
Making check in api
make[3]: Entering directory `/sources/xz-5.0.5/src/liblzma/api'
make[3]: Nothing to be done for `check'.
make[3]: Leaving directory `/sources/xz-5.0.5/src/liblzma/api'
make[3]: Entering directory `/sources/xz-5.0.5/src/liblzma'
make[3]: Nothing to be done for `check-am'.