Index: oldkernel/VA-ENGR.README diff -u /dev/null VA-ENGR.README:1.1 --- /dev/null Mon Jul 31 21:14:14 2000 +++ VA-ENGR.README Thu Jun 1 18:07:06 2000 @@ -0,0 +1,13 @@ +Building kernels at VA 1 June 2000 +---------------------------------------------------------------------------- + +To build the kernel for _testing_, you need to link +oldkernel/linux/.config to one of the VA defined config files in +oldconfig/linux/configs/ and build as normal (ie: make oldconfig && +make dep && make). DO NOT roll your own config file unless you know +what you're trying to do. + +--Walt + + + Index: oldkernel/linux/Makefile diff -u linux/Makefile:1.1.1.1 linux/Makefile:1.3 --- linux/Makefile:1.1.1.1 Wed May 31 12:33:48 2000 +++ linux/Makefile Thu Jun 1 17:59:28 2000 @@ -1,7 +1,7 @@ VERSION = 2 PATCHLEVEL = 2 SUBLEVEL = 14 -EXTRAVERSION = +EXTRAVERSION = -5.0.14 ARCH := $(shell uname -m | sed -e s/i.86/i386/ -e s/sun4u/sparc64/ -e s/arm.*/arm/ -e s/sa110/arm/)