Hello from Gregg C Levine usually with Jedi Knight Computers now at home
At the request of a member of this list, I am inserting in full the log of
the make install command sequence. My version of make, on the Red Hat Linux
v.5.1 system is version 3.76.1 The system contains the full GNU development
tools. The log runs after the signature entry. Apologies in advance for a
long post.
Gregg C Levine mailto:[EMAIL PROTECTED]
"Use the Force, Luke." Obi-Wan Kenobi
"Trust in the Force, Luke, and wait." Obi-Wan Kenobi
Here is the log, in its entirety
Making install in netboot
make[1]: Entering directory `/usr/grub-0.5.94/netboot'
make[2]: Entering directory `/usr/grub-0.5.94/netboot'
make[2]: Nothing to be done for `install-exec-am'.
make[2]: Nothing to be done for `install-data-am'.
make[2]: Leaving directory `/usr/grub-0.5.94/netboot'
make[1]: Leaving directory `/usr/grub-0.5.94/netboot'
Making install in stage2
make[1]: Entering directory `/usr/grub-0.5.94/stage2'
gcc -DHAVE_CONFIG_H -I. -I. -I.. -I../stage1  -Wall -Wmissing-prototypes -Wu
nused -O2 -DGRUB_UTIL=1 -DFSYS_EXT2FS=1 -DFSYS_FAT=1 -DFSYS_FFS=1 -DFSYS_MIN
IX=1 -fwritable-strings -g -c -o libgrub_a-boot.o boot.c
gcc -DHAVE_CONFIG_H -I. -I. -I.. -I../stage1  -Wall -Wmissing-prototypes -Wu
nused -O2 -DGRUB_UTIL=1 -DFSYS_EXT2FS=1 -DFSYS_FAT=1 -DFSYS_FFS=1 -DFSYS_MIN
IX=1 -fwritable-strings -g -c -o libgrub_a-builtins.o builtins.c
gcc -DHAVE_CONFIG_H -I. -I. -I.. -I../stage1  -Wall -Wmissing-prototypes -Wu
nused -O2 -DGRUB_UTIL=1 -DFSYS_EXT2FS=1 -DFSYS_FAT=1 -DFSYS_FFS=1 -DFSYS_MIN
IX=1 -fwritable-strings -g -c -o libgrub_a-common.o common.c
gcc -DHAVE_CONFIG_H -I. -I. -I.. -I../stage1  -Wall -Wmissing-prototypes -Wu
nused -O2 -DGRUB_UTIL=1 -DFSYS_EXT2FS=1 -DFSYS_FAT=1 -DFSYS_FFS=1 -DFSYS_MIN
IX=1 -fwritable-strings -g -c -o libgrub_a-char_io.o char_io.c
gcc -DHAVE_CONFIG_H -I. -I. -I.. -I../stage1  -Wall -Wmissing-prototypes -Wu
nused -O2 -DGRUB_UTIL=1 -DFSYS_EXT2FS=1 -DFSYS_FAT=1 -DFSYS_FFS=1 -DFSYS_MIN
IX=1 -fwritable-strings -g -c -o libgrub_a-cmdline.o cmdline.c
gcc -DHAVE_CONFIG_H -I. -I. -I.. -I../stage1  -Wall -Wmissing-prototypes -Wu
nused -O2 -DGRUB_UTIL=1 -DFSYS_EXT2FS=1 -DFSYS_FAT=1 -DFSYS_FFS=1 -DFSYS_MIN
IX=1 -fwritable-strings -g -c -o libgrub_a-disk_io.o disk_io.c
gcc -DHAVE_CONFIG_H -I. -I. -I.. -I../stage1  -Wall -Wmissing-prototypes -Wu
nused -O2 -DGRUB_UTIL=1 -DFSYS_EXT2FS=1 -DFSYS_FAT=1 -DFSYS_FFS=1 -DFSYS_MIN
IX=1 -fwritable-strings -g -c -o libgrub_a-gunzip.o gunzip.c
gcc -DHAVE_CONFIG_H -I. -I. -I.. -I../stage1  -Wall -Wmissing-prototypes -Wu
nused -O2 -DGRUB_UTIL=1 -DFSYS_EXT2FS=1 -DFSYS_FAT=1 -DFSYS_FFS=1 -DFSYS_MIN
IX=1 -fwritable-strings -g -c -o libgrub_a-fsys_ffs.o fsys_ffs.c
gcc -DHAVE_CONFIG_H -I. -I. -I.. -I../stage1  -Wall -Wmissing-prototypes -Wu
nused -O2 -DGRUB_UTIL=1 -DFSYS_EXT2FS=1 -DFSYS_FAT=1 -DFSYS_FFS=1 -DFSYS_MIN
IX=1 -fwritable-strings -g -c -o libgrub_a-fsys_ext2fs.o fsys_ext2fs.c
gcc -DHAVE_CONFIG_H -I. -I. -I.. -I../stage1  -Wall -Wmissing-prototypes -Wu
nused -O2 -DGRUB_UTIL=1 -DFSYS_EXT2FS=1 -DFSYS_FAT=1 -DFSYS_FFS=1 -DFSYS_MIN
IX=1 -fwritable-strings -g -c -o libgrub_a-fsys_fat.o fsys_fat.c
gcc -DHAVE_CONFIG_H -I. -I. -I.. -I../stage1  -Wall -Wmissing-prototypes -Wu
nused -O2 -DGRUB_UTIL=1 -DFSYS_EXT2FS=1 -DFSYS_FAT=1 -DFSYS_FFS=1 -DFSYS_MIN
IX=1 -fwritable-strings -g -c -o libgrub_a-fsys_minix.o fsys_minix.c
gcc -DHAVE_CONFIG_H -I. -I. -I.. -I../stage1  -Wall -Wmissing-prototypes -Wu
nused -O2 -DGRUB_UTIL=1 -DFSYS_EXT2FS=1 -DFSYS_FAT=1 -DFSYS_FFS=1 -DFSYS_MIN
IX=1 -fwritable-strings -g -c -o libgrub_a-stage2.o stage2.c
rm -f libgrub.a
ar cru libgrub.a libgrub_a-boot.o libgrub_a-builtins.o libgrub_a-common.o
libgrub_a-char_io.o libgrub_a-cmdline.o libgrub_a-disk_io.o
libgrub_a-gunzip.o libgrub_a-fsys_ffs.o libgrub_a-fsys_ext2fs.o
libgrub_a-fsys_fat.o libgrub_a-fsys_minix.o libgrub_a-stage2.o
ranlib libgrub.a
gcc -DHAVE_CONFIG_H -I. -I. -I.. -I../stage1  -Wall -Wmissing-prototypes -Wu
nused -O2 -fno-strength-reduce -fno-unroll-loops -fno-builtin -nostdinc -DFS
YS_EXT2FS=1 -DFSYS_FAT=1 -DFSYS_FFS=1 -DFSYS_MINIX=1 -g -c -o
pre_stage2_exec-asm.o asm.S
gcc -DHAVE_CONFIG_H -I. -I. -I.. -I../stage1  -Wall -Wmissing-prototypes -Wu
nused -O2 -fno-strength-reduce -fno-unroll-loops -fno-builtin -nostdinc -DFS
YS_EXT2FS=1 -DFSYS_FAT=1 -DFSYS_FFS=1 -DFSYS_MINIX=1 -g -c -o
pre_stage2_exec-bios.o bios.c
gcc -DHAVE_CONFIG_H -I. -I. -I.. -I../stage1  -Wall -Wmissing-prototypes -Wu
nused -O2 -fno-strength-reduce -fno-unroll-loops -fno-builtin -nostdinc -DFS
YS_EXT2FS=1 -DFSYS_FAT=1 -DFSYS_FFS=1 -DFSYS_MINIX=1 -g -c -o
pre_stage2_exec-boot.o boot.c
gcc -DHAVE_CONFIG_H -I. -I. -I.. -I../stage1  -Wall -Wmissing-prototypes -Wu
nused -O2 -fno-strength-reduce -fno-unroll-loops -fno-builtin -nostdinc -DFS
YS_EXT2FS=1 -DFSYS_FAT=1 -DFSYS_FFS=1 -DFSYS_MINIX=1 -g -c -o
pre_stage2_exec-builtins.o builtins.c
gcc -DHAVE_CONFIG_H -I. -I. -I.. -I../stage1  -Wall -Wmissing-prototypes -Wu
nused -O2 -fno-strength-reduce -fno-unroll-loops -fno-builtin -nostdinc -DFS
YS_EXT2FS=1 -DFSYS_FAT=1 -DFSYS_FFS=1 -DFSYS_MINIX=1 -g -c -o
pre_stage2_exec-common.o common.c
gcc -DHAVE_CONFIG_H -I. -I. -I.. -I../stage1  -Wall -Wmissing-prototypes -Wu
nused -O2 -fno-strength-reduce -fno-unroll-loops -fno-builtin -nostdinc -DFS
YS_EXT2FS=1 -DFSYS_FAT=1 -DFSYS_FFS=1 -DFSYS_MINIX=1 -g -c -o
pre_stage2_exec-char_io.o char_io.c
gcc -DHAVE_CONFIG_H -I. -I. -I.. -I../stage1  -Wall -Wmissing-prototypes -Wu
nused -O2 -fno-strength-reduce -fno-unroll-loops -fno-builtin -nostdinc -DFS
YS_EXT2FS=1 -DFSYS_FAT=1 -DFSYS_FFS=1 -DFSYS_MINIX=1 -g -c -o
pre_stage2_exec-cmdline.o cmdline.c
gcc -DHAVE_CONFIG_H -I. -I. -I.. -I../stage1  -Wall -Wmissing-prototypes -Wu
nused -O2 -fno-strength-reduce -fno-unroll-loops -fno-builtin -nostdinc -DFS
YS_EXT2FS=1 -DFSYS_FAT=1 -DFSYS_FFS=1 -DFSYS_MINIX=1 -g -c -o
pre_stage2_exec-disk_io.o disk_io.c
gcc -DHAVE_CONFIG_H -I. -I. -I.. -I../stage1  -Wall -Wmissing-prototypes -Wu
nused -O2 -fno-strength-reduce -fno-unroll-loops -fno-builtin -nostdinc -DFS
YS_EXT2FS=1 -DFSYS_FAT=1 -DFSYS_FFS=1 -DFSYS_MINIX=1 -g -c -o
pre_stage2_exec-gunzip.o gunzip.c
gcc -DHAVE_CONFIG_H -I. -I. -I.. -I../stage1  -Wall -Wmissing-prototypes -Wu
nused -O2 -fno-strength-reduce -fno-unroll-loops -fno-builtin -nostdinc -DFS
YS_EXT2FS=1 -DFSYS_FAT=1 -DFSYS_FFS=1 -DFSYS_MINIX=1 -g -c -o
pre_stage2_exec-fsys_ext2fs.o fsys_ext2fs.c
gcc -DHAVE_CONFIG_H -I. -I. -I.. -I../stage1  -Wall -Wmissing-prototypes -Wu
nused -O2 -fno-strength-reduce -fno-unroll-loops -fno-builtin -nostdinc -DFS
YS_EXT2FS=1 -DFSYS_FAT=1 -DFSYS_FFS=1 -DFSYS_MINIX=1 -g -c -o
pre_stage2_exec-fsys_fat.o fsys_fat.c
gcc -DHAVE_CONFIG_H -I. -I. -I.. -I../stage1  -Wall -Wmissing-prototypes -Wu
nused -O2 -fno-strength-reduce -fno-unroll-loops -fno-builtin -nostdinc -DFS
YS_EXT2FS=1 -DFSYS_FAT=1 -DFSYS_FFS=1 -DFSYS_MINIX=1 -g -c -o
pre_stage2_exec-fsys_ffs.o fsys_ffs.c
gcc -DHAVE_CONFIG_H -I. -I. -I.. -I../stage1  -Wall -Wmissing-prototypes -Wu
nused -O2 -fno-strength-reduce -fno-unroll-loops -fno-builtin -nostdinc -DFS
YS_EXT2FS=1 -DFSYS_FAT=1 -DFSYS_FFS=1 -DFSYS_MINIX=1 -g -c -o
pre_stage2_exec-fsys_minix.o fsys_minix.c
gcc -DHAVE_CONFIG_H -I. -I. -I.. -I../stage1  -Wall -Wmissing-prototypes -Wu
nused -O2 -fno-strength-reduce -fno-unroll-loops -fno-builtin -nostdinc -DFS
YS_EXT2FS=1 -DFSYS_FAT=1 -DFSYS_FFS=1 -DFSYS_MINIX=1 -g -c -o
pre_stage2_exec-smp-imps.o smp-imps.c
gcc -DHAVE_CONFIG_H -I. -I. -I.. -I../stage1  -Wall -Wmissing-prototypes -Wu
nused -O2 -fno-strength-reduce -fno-unroll-loops -fno-builtin -nostdinc -DFS
YS_EXT2FS=1 -DFSYS_FAT=1 -DFSYS_FFS=1 -DFSYS_MINIX=1 -g -c -o
pre_stage2_exec-stage2.o stage2.c
gcc  -g   -o pre_stage2.exec -nostdlib -Wl,-N -Wl,-Ttext -Wl,8200
pre_stage2_exec-asm.o pre_stage2_exec-bios.o pre_stage2_exec-boot.o
pre_stage2_exec-builtins.o pre_stage2_exec-common.o
pre_stage2_exec-char_io.o pre_stage2_exec-cmdline.o
pre_stage2_exec-disk_io.o pre_stage2_exec-gunzip.o
pre_stage2_exec-fsys_ext2fs.o pre_stage2_exec-fsys_fat.o
pre_stage2_exec-fsys_ffs.o pre_stage2_exec-fsys_minix.o
pre_stage2_exec-smp-imps.o pre_stage2_exec-stage2.o
objcopy -O binary pre_stage2.exec pre_stage2
rm -f stage2_size.h
set dummy `ls -l pre_stage2`; \
echo "#define STAGE2_SIZE $6" > stage2_size.h
gcc -DHAVE_CONFIG_H -I. -I. -I.. -I../stage1  -Wall -Wmissing-prototypes -Wu
nused -O2 -fno-strength-reduce -fno-unroll-loops -fno-builtin -nostdinc -g -
c -o start_exec-start.o start.S
gcc  -g   -o start.exec -nostdlib -Wl,-N -Wl,-Ttext -Wl,8000
start_exec-start.o
gcc -DHAVE_CONFIG_H -I. -I. -I.. -I../stage1  -Wall -Wmissing-prototypes -Wu
nused -O2 -fno-strength-reduce -fno-unroll-loops -fno-builtin -nostdinc -DNO
_DECOMPRESSION=1 -DSTAGE1_5=1 -DFSYS_EXT2FS=1 -DNO_BLOCK_FILES=1 -g -c -o
e2fs_stage1_5_exec-start.o start.S
gcc -DHAVE_CONFIG_H -I. -I. -I.. -I../stage1  -Wall -Wmissing-prototypes -Wu
nused -O2 -fno-strength-reduce -fno-unroll-loops -fno-builtin -nostdinc -DNO
_DECOMPRESSION=1 -DSTAGE1_5=1 -DFSYS_EXT2FS=1 -DNO_BLOCK_FILES=1 -g -c -o
e2fs_stage1_5_exec-asm.o asm.S
gcc -DHAVE_CONFIG_H -I. -I. -I.. -I../stage1  -Wall -Wmissing-prototypes -Wu
nused -O2 -fno-strength-reduce -fno-unroll-loops -fno-builtin -nostdinc -DNO
_DECOMPRESSION=1 -DSTAGE1_5=1 -DFSYS_EXT2FS=1 -DNO_BLOCK_FILES=1 -g -c -o
e2fs_stage1_5_exec-common.o common.c
gcc -DHAVE_CONFIG_H -I. -I. -I.. -I../stage1  -Wall -Wmissing-prototypes -Wu
nused -O2 -fno-strength-reduce -fno-unroll-loops -fno-builtin -nostdinc -DNO
_DECOMPRESSION=1 -DSTAGE1_5=1 -DFSYS_EXT2FS=1 -DNO_BLOCK_FILES=1 -g -c -o
e2fs_stage1_5_exec-char_io.o char_io.c
gcc -DHAVE_CONFIG_H -I. -I. -I.. -I../stage1  -Wall -Wmissing-prototypes -Wu
nused -O2 -fno-strength-reduce -fno-unroll-loops -fno-builtin -nostdinc -DNO
_DECOMPRESSION=1 -DSTAGE1_5=1 -DFSYS_EXT2FS=1 -DNO_BLOCK_FILES=1 -g -c -o
e2fs_stage1_5_exec-disk_io.o disk_io.c
gcc -DHAVE_CONFIG_H -I. -I. -I.. -I../stage1  -Wall -Wmissing-prototypes -Wu
nused -O2 -fno-strength-reduce -fno-unroll-loops -fno-builtin -nostdinc -DNO
_DECOMPRESSION=1 -DSTAGE1_5=1 -DFSYS_EXT2FS=1 -DNO_BLOCK_FILES=1 -g -c -o
e2fs_stage1_5_exec-stage1_5.o stage1_5.c
gcc -DHAVE_CONFIG_H -I. -I. -I.. -I../stage1  -Wall -Wmissing-prototypes -Wu
nused -O2 -fno-strength-reduce -fno-unroll-loops -fno-builtin -nostdinc -DNO
_DECOMPRESSION=1 -DSTAGE1_5=1 -DFSYS_EXT2FS=1 -DNO_BLOCK_FILES=1 -g -c -o
e2fs_stage1_5_exec-fsys_ext2fs.o fsys_ext2fs.c
gcc -DHAVE_CONFIG_H -I. -I. -I.. -I../stage1  -Wall -Wmissing-prototypes -Wu
nused -O2 -fno-strength-reduce -fno-unroll-loops -fno-builtin -nostdinc -DNO
_DECOMPRESSION=1 -DSTAGE1_5=1 -DFSYS_EXT2FS=1 -DNO_BLOCK_FILES=1 -g -c -o
e2fs_stage1_5_exec-bios.o bios.c
gcc  -g   -o e2fs_stage1_5.exec -nostdlib -Wl,-N -Wl,-Ttext -Wl,2000
e2fs_stage1_5_exec-start.o e2fs_stage1_5_exec-asm.o
e2fs_stage1_5_exec-common.o e2fs_stage1_5_exec-char_io.o
e2fs_stage1_5_exec-disk_io.o e2fs_stage1_5_exec-stage1_5.o
e2fs_stage1_5_exec-fsys_ext2fs.o e2fs_stage1_5_exec-bios.o
gcc -DHAVE_CONFIG_H -I. -I. -I.. -I../stage1  -Wall -Wmissing-prototypes -Wu
nused -O2 -fno-strength-reduce -fno-unroll-loops -fno-builtin -nostdinc -DNO
_DECOMPRESSION=1 -DSTAGE1_5=1 -DFSYS_FAT=1 -DNO_BLOCK_FILES=1 -g -c -o
fat_stage1_5_exec-start.o start.S
gcc -DHAVE_CONFIG_H -I. -I. -I.. -I../stage1  -Wall -Wmissing-prototypes -Wu
nused -O2 -fno-strength-reduce -fno-unroll-loops -fno-builtin -nostdinc -DNO
_DECOMPRESSION=1 -DSTAGE1_5=1 -DFSYS_FAT=1 -DNO_BLOCK_FILES=1 -g -c -o
fat_stage1_5_exec-asm.o asm.S
gcc -DHAVE_CONFIG_H -I. -I. -I.. -I../stage1  -Wall -Wmissing-prototypes -Wu
nused -O2 -fno-strength-reduce -fno-unroll-loops -fno-builtin -nostdinc -DNO
_DECOMPRESSION=1 -DSTAGE1_5=1 -DFSYS_FAT=1 -DNO_BLOCK_FILES=1 -g -c -o
fat_stage1_5_exec-common.o common.c
gcc -DHAVE_CONFIG_H -I. -I. -I.. -I../stage1  -Wall -Wmissing-prototypes -Wu
nused -O2 -fno-strength-reduce -fno-unroll-loops -fno-builtin -nostdinc -DNO
_DECOMPRESSION=1 -DSTAGE1_5=1 -DFSYS_FAT=1 -DNO_BLOCK_FILES=1 -g -c -o
fat_stage1_5_exec-char_io.o char_io.c
gcc -DHAVE_CONFIG_H -I. -I. -I.. -I../stage1  -Wall -Wmissing-prototypes -Wu
nused -O2 -fno-strength-reduce -fno-unroll-loops -fno-builtin -nostdinc -DNO
_DECOMPRESSION=1 -DSTAGE1_5=1 -DFSYS_FAT=1 -DNO_BLOCK_FILES=1 -g -c -o
fat_stage1_5_exec-disk_io.o disk_io.c
gcc -DHAVE_CONFIG_H -I. -I. -I.. -I../stage1  -Wall -Wmissing-prototypes -Wu
nused -O2 -fno-strength-reduce -fno-unroll-loops -fno-builtin -nostdinc -DNO
_DECOMPRESSION=1 -DSTAGE1_5=1 -DFSYS_FAT=1 -DNO_BLOCK_FILES=1 -g -c -o
fat_stage1_5_exec-stage1_5.o stage1_5.c
gcc -DHAVE_CONFIG_H -I. -I. -I.. -I../stage1  -Wall -Wmissing-prototypes -Wu
nused -O2 -fno-strength-reduce -fno-unroll-loops -fno-builtin -nostdinc -DNO
_DECOMPRESSION=1 -DSTAGE1_5=1 -DFSYS_FAT=1 -DNO_BLOCK_FILES=1 -g -c -o
fat_stage1_5_exec-fsys_fat.o fsys_fat.c
gcc -DHAVE_CONFIG_H -I. -I. -I.. -I../stage1  -Wall -Wmissing-prototypes -Wu
nused -O2 -fno-strength-reduce -fno-unroll-loops -fno-builtin -nostdinc -DNO
_DECOMPRESSION=1 -DSTAGE1_5=1 -DFSYS_FAT=1 -DNO_BLOCK_FILES=1 -g -c -o
fat_stage1_5_exec-bios.o bios.c
gcc  -g   -o fat_stage1_5.exec -nostdlib -Wl,-N -Wl,-Ttext -Wl,2000
fat_stage1_5_exec-start.o fat_stage1_5_exec-asm.o fat_stage1_5_exec-common.o
fat_stage1_5_exec-char_io.o fat_stage1_5_exec-disk_io.o
fat_stage1_5_exec-stage1_5.o fat_stage1_5_exec-fsys_fat.o
fat_stage1_5_exec-bios.o
gcc -DHAVE_CONFIG_H -I. -I. -I.. -I../stage1  -Wall -Wmissing-prototypes -Wu
nused -O2 -fno-strength-reduce -fno-unroll-loops -fno-builtin -nostdinc -DNO
_DECOMPRESSION=1 -DSTAGE1_5=1 -DFSYS_FFS=1 -DNO_BLOCK_FILES=1 -g -c -o
ffs_stage1_5_exec-start.o start.S
gcc -DHAVE_CONFIG_H -I. -I. -I.. -I../stage1  -Wall -Wmissing-prototypes -Wu
nused -O2 -fno-strength-reduce -fno-unroll-loops -fno-builtin -nostdinc -DNO
_DECOMPRESSION=1 -DSTAGE1_5=1 -DFSYS_FFS=1 -DNO_BLOCK_FILES=1 -g -c -o
ffs_stage1_5_exec-asm.o asm.S
gcc -DHAVE_CONFIG_H -I. -I. -I.. -I../stage1  -Wall -Wmissing-prototypes -Wu
nused -O2 -fno-strength-reduce -fno-unroll-loops -fno-builtin -nostdinc -DNO
_DECOMPRESSION=1 -DSTAGE1_5=1 -DFSYS_FFS=1 -DNO_BLOCK_FILES=1 -g -c -o
ffs_stage1_5_exec-common.o common.c
gcc -DHAVE_CONFIG_H -I. -I. -I.. -I../stage1  -Wall -Wmissing-prototypes -Wu
nused -O2 -fno-strength-reduce -fno-unroll-loops -fno-builtin -nostdinc -DNO
_DECOMPRESSION=1 -DSTAGE1_5=1 -DFSYS_FFS=1 -DNO_BLOCK_FILES=1 -g -c -o
ffs_stage1_5_exec-char_io.o char_io.c
gcc -DHAVE_CONFIG_H -I. -I. -I.. -I../stage1  -Wall -Wmissing-prototypes -Wu
nused -O2 -fno-strength-reduce -fno-unroll-loops -fno-builtin -nostdinc -DNO
_DECOMPRESSION=1 -DSTAGE1_5=1 -DFSYS_FFS=1 -DNO_BLOCK_FILES=1 -g -c -o
ffs_stage1_5_exec-disk_io.o disk_io.c
gcc -DHAVE_CONFIG_H -I. -I. -I.. -I../stage1  -Wall -Wmissing-prototypes -Wu
nused -O2 -fno-strength-reduce -fno-unroll-loops -fno-builtin -nostdinc -DNO
_DECOMPRESSION=1 -DSTAGE1_5=1 -DFSYS_FFS=1 -DNO_BLOCK_FILES=1 -g -c -o
ffs_stage1_5_exec-stage1_5.o stage1_5.c
gcc -DHAVE_CONFIG_H -I. -I. -I.. -I../stage1  -Wall -Wmissing-prototypes -Wu
nused -O2 -fno-strength-reduce -fno-unroll-loops -fno-builtin -nostdinc -DNO
_DECOMPRESSION=1 -DSTAGE1_5=1 -DFSYS_FFS=1 -DNO_BLOCK_FILES=1 -g -c -o
ffs_stage1_5_exec-fsys_ffs.o fsys_ffs.c
gcc -DHAVE_CONFIG_H -I. -I. -I.. -I../stage1  -Wall -Wmissing-prototypes -Wu
nused -O2 -fno-strength-reduce -fno-unroll-loops -fno-builtin -nostdinc -DNO
_DECOMPRESSION=1 -DSTAGE1_5=1 -DFSYS_FFS=1 -DNO_BLOCK_FILES=1 -g -c -o
ffs_stage1_5_exec-bios.o bios.c
gcc  -g   -o ffs_stage1_5.exec -nostdlib -Wl,-N -Wl,-Ttext -Wl,2000
ffs_stage1_5_exec-start.o ffs_stage1_5_exec-asm.o ffs_stage1_5_exec-common.o
ffs_stage1_5_exec-char_io.o ffs_stage1_5_exec-disk_io.o
ffs_stage1_5_exec-stage1_5.o ffs_stage1_5_exec-fsys_ffs.o
ffs_stage1_5_exec-bios.o
gcc -DHAVE_CONFIG_H -I. -I. -I.. -I../stage1  -Wall -Wmissing-prototypes -Wu
nused -O2 -fno-strength-reduce -fno-unroll-loops -fno-builtin -nostdinc -DNO
_DECOMPRESSION=1 -DSTAGE1_5=1 -DFSYS_MINIX=1 -DNO_BLOCK_FILES=1 -g -c -o
minix_stage1_5_exec-start.o start.S
gcc -DHAVE_CONFIG_H -I. -I. -I.. -I../stage1  -Wall -Wmissing-prototypes -Wu
nused -O2 -fno-strength-reduce -fno-unroll-loops -fno-builtin -nostdinc -DNO
_DECOMPRESSION=1 -DSTAGE1_5=1 -DFSYS_MINIX=1 -DNO_BLOCK_FILES=1 -g -c -o
minix_stage1_5_exec-asm.o asm.S
gcc -DHAVE_CONFIG_H -I. -I. -I.. -I../stage1  -Wall -Wmissing-prototypes -Wu
nused -O2 -fno-strength-reduce -fno-unroll-loops -fno-builtin -nostdinc -DNO
_DECOMPRESSION=1 -DSTAGE1_5=1 -DFSYS_MINIX=1 -DNO_BLOCK_FILES=1 -g -c -o
minix_stage1_5_exec-common.o common.c
gcc -DHAVE_CONFIG_H -I. -I. -I.. -I../stage1  -Wall -Wmissing-prototypes -Wu
nused -O2 -fno-strength-reduce -fno-unroll-loops -fno-builtin -nostdinc -DNO
_DECOMPRESSION=1 -DSTAGE1_5=1 -DFSYS_MINIX=1 -DNO_BLOCK_FILES=1 -g -c -o
minix_stage1_5_exec-char_io.o char_io.c
gcc -DHAVE_CONFIG_H -I. -I. -I.. -I../stage1  -Wall -Wmissing-prototypes -Wu
nused -O2 -fno-strength-reduce -fno-unroll-loops -fno-builtin -nostdinc -DNO
_DECOMPRESSION=1 -DSTAGE1_5=1 -DFSYS_MINIX=1 -DNO_BLOCK_FILES=1 -g -c -o
minix_stage1_5_exec-disk_io.o disk_io.c
gcc -DHAVE_CONFIG_H -I. -I. -I.. -I../stage1  -Wall -Wmissing-prototypes -Wu
nused -O2 -fno-strength-reduce -fno-unroll-loops -fno-builtin -nostdinc -DNO
_DECOMPRESSION=1 -DSTAGE1_5=1 -DFSYS_MINIX=1 -DNO_BLOCK_FILES=1 -g -c -o
minix_stage1_5_exec-stage1_5.o stage1_5.c
gcc -DHAVE_CONFIG_H -I. -I. -I.. -I../stage1  -Wall -Wmissing-prototypes -Wu
nused -O2 -fno-strength-reduce -fno-unroll-loops -fno-builtin -nostdinc -DNO
_DECOMPRESSION=1 -DSTAGE1_5=1 -DFSYS_MINIX=1 -DNO_BLOCK_FILES=1 -g -c -o
minix_stage1_5_exec-fsys_minix.o fsys_minix.c
gcc -DHAVE_CONFIG_H -I. -I. -I.. -I../stage1  -Wall -Wmissing-prototypes -Wu
nused -O2 -fno-strength-reduce -fno-unroll-loops -fno-builtin -nostdinc -DNO
_DECOMPRESSION=1 -DSTAGE1_5=1 -DFSYS_MINIX=1 -DNO_BLOCK_FILES=1 -g -c -o
minix_stage1_5_exec-bios.o bios.c
gcc  -g   -o minix_stage1_5.exec -nostdlib -Wl,-N -Wl,-Ttext -Wl,2000
minix_stage1_5_exec-start.o minix_stage1_5_exec-asm.o
minix_stage1_5_exec-common.o minix_stage1_5_exec-char_io.o
minix_stage1_5_exec-disk_io.o minix_stage1_5_exec-stage1_5.o
minix_stage1_5_exec-fsys_minix.o minix_stage1_5_exec-bios.o
objcopy -O binary start.exec start
rm -f stage2
cat start pre_stage2 > stage2
objcopy -O binary e2fs_stage1_5.exec e2fs_stage1_5
objcopy -O binary fat_stage1_5.exec fat_stage1_5
objcopy -O binary ffs_stage1_5.exec ffs_stage1_5
objcopy -O binary minix_stage1_5.exec minix_stage1_5
make[2]: Entering directory `/usr/grub-0.5.94/stage2'
make[2]: Nothing to be done for `install-exec-am'.
/bin/sh ../mkinstalldirs /usr/local/share/grub/i386-pc
 /usr/bin/install -c -m 644 stage2 /usr/local/share/grub/i386-pc/stage2
 /usr/bin/install -c -m 644 e2fs_stage1_5
/usr/local/share/grub/i386-pc/e2fs_stage1_5
 /usr/bin/install -c -m 644 fat_stage1_5
/usr/local/share/grub/i386-pc/fat_stage1_5
 /usr/bin/install -c -m 644 ffs_stage1_5
/usr/local/share/grub/i386-pc/ffs_stage1_5
 /usr/bin/install -c -m 644 minix_stage1_5
/usr/local/share/grub/i386-pc/minix_stage1_5
make[2]: Leaving directory `/usr/grub-0.5.94/stage2'
make[1]: Leaving directory `/usr/grub-0.5.94/stage2'
Making install in stage1
make[1]: Entering directory `/usr/grub-0.5.94/stage1'
gcc -DHAVE_CONFIG_H -I. -I. -I..   -Wall -Wmissing-prototypes -Wunused -O2 -
fno-builtin -nostdinc -g -c stage1.S
gcc -O2 -fno-builtin -nostdinc -g  -nostdlib -Wl,-N,-Ttext,7C00 -o
stage1.exec  stage1.o
objcopy -O binary stage1.exec stage1
make[2]: Entering directory `/usr/grub-0.5.94/stage1'
make[2]: Nothing to be done for `install-exec-am'.
/bin/sh ../mkinstalldirs /usr/local/share/grub/i386-pc
 /usr/bin/install -c -m 644 stage1 /usr/local/share/grub/i386-pc/stage1
make[2]: Leaving directory `/usr/grub-0.5.94/stage1'
make[1]: Leaving directory `/usr/grub-0.5.94/stage1'
Making install in lib
make[1]: Entering directory `/usr/grub-0.5.94/lib'
gcc -DHAVE_CONFIG_H -I. -I. -I..   -Wall -Wmissing-prototypes -Wunused  -g -
c getopt.c
gcc -DHAVE_CONFIG_H -I. -I. -I..   -Wall -Wmissing-prototypes -Wunused  -g -
c getopt1.c
rm -f libcommon.a
ar cru libcommon.a getopt.o getopt1.o
ranlib libcommon.a
make[2]: Entering directory `/usr/grub-0.5.94/lib'
make[2]: Nothing to be done for `install-exec-am'.
make[2]: Nothing to be done for `install-data-am'.
make[2]: Leaving directory `/usr/grub-0.5.94/lib'
make[1]: Leaving directory `/usr/grub-0.5.94/lib'
Making install in grub
make[1]: Entering directory `/usr/grub-0.5.94/grub'
gcc -DHAVE_CONFIG_H -I. -I. -I..   -Wall -Wmissing-prototypes -Wunused -O2 -
DGRUB_UTIL=1 -DFSYS_EXT2FS=1 -DFSYS_FAT=1 -DFSYS_FFS=1 -DFSYS_MINIX=1 -fwrit
able-strings -I../stage2 -I../stage1 -I../lib -g -c main.c
gcc -DHAVE_CONFIG_H -I. -I. -I..   -Wall -Wmissing-prototypes -Wunused -O2 -
DGRUB_UTIL=1 -DFSYS_EXT2FS=1 -DFSYS_FAT=1 -DFSYS_FFS=1 -DFSYS_MINIX=1 -fwrit
able-strings -I../stage2 -I../stage1 -I../lib -g -c asmstub.c
gcc -O2 -DGRUB_UTIL=1 -DFSYS_EXT2FS=1 -DFSYS_FAT=1 -DFSYS_FFS=1 -DFSYS_MINIX
=1 -fwritable-strings -I../stage2 -I../stage1 -I../lib -g   -o grub  main.o
asmstub.o ../stage2/libgrub.a  ../lib/libcommon.a -lncurses
make[2]: Entering directory `/usr/grub-0.5.94/grub'
/bin/sh ../mkinstalldirs /usr/local/sbin
  /usr/bin/install -c  grub /usr/local/sbin/grub
make[2]: Nothing to be done for `install-data-am'.
make[2]: Leaving directory `/usr/grub-0.5.94/grub'
make[1]: Leaving directory `/usr/grub-0.5.94/grub'
Making install in util
make[1]: Entering directory `/usr/grub-0.5.94/util'
gcc -DHAVE_CONFIG_H -I. -I. -I..   -Wall -Wmissing-prototypes -Wunused -I../
lib -I../docs -g -c mbchk.c
gcc -I../lib -I../docs -g   -o mbchk  mbchk.o ../lib/libcommon.a
make[2]: Entering directory `/usr/grub-0.5.94/util'
/bin/sh ../mkinstalldirs /usr/local/bin
  /usr/bin/install -c  mbchk /usr/local/bin/mbchk
/bin/sh ../mkinstalldirs /usr/local/sbin
 /usr/bin/install -c grub-install /usr/local/sbin/grub-install
make[2]: Nothing to be done for `install-data-am'.
make[2]: Leaving directory `/usr/grub-0.5.94/util'
make[1]: Leaving directory `/usr/grub-0.5.94/util'
Making install in docs
make[1]: Entering directory `/usr/grub-0.5.94/docs'
make[2]: Entering directory `/usr/grub-0.5.94/docs'
make[2]: Nothing to be done for `install-exec-am'.
/bin/sh ../mkinstalldirs /usr/local/info
 /usr/bin/install -c -m 644 ./grub.info /usr/local/info/grub.info
 /usr/bin/install -c -m 644 ./grub.info-1 /usr/local/info/grub.info-1
 /usr/bin/install -c -m 644 ./grub.info-2 /usr/local/info/grub.info-2
 /usr/bin/install -c -m 644 ./grub.info-3 /usr/local/info/grub.info-3
 /usr/bin/install -c -m 644 ./grub.info-4 /usr/local/info/grub.info-4
 /usr/bin/install -c -m 644 ./multiboot.info /usr/local/info/multiboot.info
 install-info --info-dir=/usr/local/info /usr/local/info/grub.info
 install-info --info-dir=/usr/local/info /usr/local/info/multiboot.info
make  install-man1 install-man8
make[3]: Entering directory `/usr/grub-0.5.94/docs'
/bin/sh ../mkinstalldirs /usr/local/man/man1
 /usr/bin/install -c -m 644 ./mbchk.1 /usr/local/man/man1/mbchk.1
/bin/sh ../mkinstalldirs /usr/local/man/man8
 /usr/bin/install -c -m 644 ./grub.8 /usr/local/man/man8/grub.8
 /usr/bin/install -c -m 644 ./grub-install.8
/usr/local/man/man8/grub-install.8
make[3]: Leaving directory `/usr/grub-0.5.94/docs'
make[2]: Leaving directory `/usr/grub-0.5.94/docs'
make[1]: Leaving directory `/usr/grub-0.5.94/docs'
Making install in debian
make[1]: Entering directory `/usr/grub-0.5.94/debian'
make[2]: Entering directory `/usr/grub-0.5.94/debian'
make[2]: Nothing to be done for `install-exec-am'.
make[2]: Nothing to be done for `install-data-am'.
make[2]: Leaving directory `/usr/grub-0.5.94/debian'
make[1]: Leaving directory `/usr/grub-0.5.94/debian'
make[1]: Entering directory `/usr/grub-0.5.94'
make[2]: Entering directory `/usr/grub-0.5.94'
make[2]: Nothing to be done for `install-exec-am'.
make[2]: Nothing to be done for `install-data-am'.
make[2]: Leaving directory `/usr/grub-0.5.94'
make[1]: Leaving directory `/usr/grub-0.5.94'

Reply via email to