diff -Naur linux-0.01-rm-1.0/build_tools linux-0.01-rm-1.1/build_tools --- linux-0.01-rm-1.0/build_tools 1970-01-01 01:00:00.000000000 +0100 +++ linux-0.01-rm-1.1/build_tools 2007-11-13 20:18:58.000000000 +0100 @@ -0,0 +1,3 @@ +#bin/sh! +export PATH=/usr/bin:/usr/local/bin +gcc-4.1 -o tools/build tools/build.c diff -Naur linux-0.01-rm-1.0/fs/Makefile linux-0.01-rm-1.1/fs/Makefile --- linux-0.01-rm-1.0/fs/Makefile 2007-11-13 19:38:27.000000000 +0100 +++ linux-0.01-rm-1.1/fs/Makefile 2007-11-13 20:13:44.000000000 +0100 @@ -3,7 +3,7 @@ CC =gcc LD =gld CFLAGS =-Wall -O -fstrength-reduce -fcombine-regs -fomit-frame-pointer \ - -mstring-insns -nostdinc -I../include + -nostdinc -I../include CPP =gcc -E -nostdinc -I../include .c.s: diff -Naur linux-0.01-rm-1.0/kernel/Makefile linux-0.01-rm-1.1/kernel/Makefile --- linux-0.01-rm-1.0/kernel/Makefile 2007-11-13 19:38:28.000000000 +0100 +++ linux-0.01-rm-1.1/kernel/Makefile 2007-11-13 20:13:29.000000000 +0100 @@ -12,7 +12,7 @@ LDFLAGS =-s -x CC =gcc CFLAGS =-Wall -O -fstrength-reduce -fomit-frame-pointer -fcombine-regs \ - -finline-functions -mstring-insns -nostdinc -I../include + -finline-functions -nostdinc -I../include CPP =gcc -E -nostdinc -I../include .c.s: diff -Naur linux-0.01-rm-1.0/lib/Makefile linux-0.01-rm-1.1/lib/Makefile --- linux-0.01-rm-1.0/lib/Makefile 2007-11-13 19:38:28.000000000 +0100 +++ linux-0.01-rm-1.1/lib/Makefile 2007-11-13 20:13:53.000000000 +0100 @@ -12,7 +12,7 @@ LDFLAGS =-s -x CC =gcc CFLAGS =-Wall -O -fstrength-reduce -fomit-frame-pointer -fcombine-regs \ - -finline-functions -mstring-insns -nostdinc -I../include + -finline-functions -nostdinc -I../include CPP =gcc -E -nostdinc -I../include .c.s: diff -Naur linux-0.01-rm-1.0/Makefile linux-0.01-rm-1.1/Makefile --- linux-0.01-rm-1.0/Makefile 2007-11-13 19:38:28.000000000 +0100 +++ linux-0.01-rm-1.1/Makefile 2007-11-25 22:15:34.000000000 +0100 @@ -4,9 +4,9 @@ # remove them from the CFLAGS defines. # -AS86 =as -0 -a -CC86 =cc -0 -LD86 =ld -0 +AS86 =as86 -0 +CC86 =cc86 -0 +LD86 =ld86 -0 AS =gas LD =gld @@ -31,12 +31,13 @@ Image: boot/boot tools/system tools/build tools/build boot/boot tools/system > Image - sync +# sync tools/build: tools/build.c - $(CC) $(CFLAGS) \ - -o tools/build tools/build.c - chmem +65000 tools/build + sh build_tools +# $(CC) $(CFLAGS) \ +# -o tools/build tools/build.c + #chmem +65000 tools/build boot/head.o: boot/head.s @@ -77,7 +78,7 @@ backup: clean (cd .. ; tar cf - linux | compress16 - > backup.Z) - sync +# sync dep: sed '/\#\#\# Dependencies/q' < Makefile > tmp_make