2003-03-28 20:40:56

by Jeff Dike

[permalink] [raw]
Subject: [PATCH] UML build updates

Please pull
http://jdike.stearns.org:5000/build-2.5

This updates the UML build to 2.5.66,
closes a number of races so that -j builds now work (thanks to a patch
from Roman Zippel)
adds some help to the config
removes some cruft from the config

Jeff

arch/um/Kconfig | 100 ++++++++++++++++++++++++++++++-----
arch/um/Kconfig_net | 70 ------------------------
arch/um/Makefile | 31 +++++++---
arch/um/Makefile-i386 | 20 ++++---
arch/um/Makefile-skas | 6 +-
arch/um/config.release | 1
arch/um/kernel/Makefile | 6 --
arch/um/kernel/skas/Makefile | 22 ++++---
arch/um/kernel/skas/util/mk_ptregs.c | 1
arch/um/sys-i386/Makefile | 10 ++-
include/asm-um/common.lds.S | 8 --
11 files changed, 147 insertions(+), 128 deletions(-)

[email protected], 2003-03-27 12:19:48-05:00, [email protected]
Updated to 2.5.66 build changes.

[email protected], 2003-03-22 14:07:47-05:00, [email protected]
Merged the 2.5.65 changes.

[email protected], 2003-03-22 13:11:46-05:00, [email protected]
Fixed the build of arch/um/util by expanding $(call descend, ....)
in arch/um/Makefile because it's not available there, and by setting
build-targets to host-progs in arch/um/util/Makefile because
host-progs doesn't get built otherwise.

[email protected], 2003-03-07 12:35:02-05:00, [email protected]
Fixed build races so that -j builds work.
The config is closer to the other arches.

[email protected], 2003-02-07 12:53:42-05:00, [email protected]
Added some help and removed an unneeded option from config.release.