linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] UML build updates
@ 2003-08-07 14:59 Jeff Dike
  0 siblings, 0 replies; 3+ messages in thread
From: Jeff Dike @ 2003-08-07 14:59 UTC (permalink / raw)
  To: torvalds; +Cc: linux-kernel

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

This update brings the UML build up to 2.6.0-test2.

				Jeff

 arch/um/Kconfig                 |   28 ++++++++++++++++
 arch/um/Kconfig_net             |   70 ----------------------------------------
 arch/um/Makefile                |   39 ++++++++++++++--------
 arch/um/Makefile-i386           |   20 +++++++----
 arch/um/Makefile-skas           |    6 +--
 arch/um/config.release          |    1 
 arch/um/defconfig               |    1 
 arch/um/drivers/Makefile        |    2 -
 arch/um/dyn.lds.S               |    8 +++-
 arch/um/kernel/Makefile         |    8 +---
 arch/um/kernel/config.c.in      |    4 --
 arch/um/kernel/skas/Makefile    |   22 +++++++-----
 arch/um/sys-i386/Makefile       |   10 +++--
 arch/um/uml.lds.S               |    8 +++-
 include/asm-um/common.lds.S     |   34 ++++++++++++++++++-
 include/asm-um/module-generic.h |    6 +++
 include/asm-um/module-i386.h    |   13 +++++++
 17 files changed, 158 insertions(+), 122 deletions(-)

ChangeSet@1.1455.16.1, 2003-07-25 09:30:48-04:00, jdike@uml.karaya.com
  Fixed the clash in Kconfig with the binfmt options being moved to
  fs/Kconfig.binfmt.

ChangeSet@1.1215.148.2, 2003-07-17 15:05:33-04:00, jdike@uml.karaya.com
  Added BINFMT_ELF until I catch up to whenever fs/Kconfig.binfmt
  appears.

ChangeSet@1.1215.148.1, 2003-07-17 10:06:21-04:00, jdike@uml.karaya.com
  Untangling my repositories.  Added back the build and config changes.


^ permalink raw reply	[flat|nested] 3+ messages in thread

* [PATCH] UML build updates
@ 2003-05-22 17:58 Jeff Dike
  0 siblings, 0 replies; 3+ messages in thread
From: Jeff Dike @ 2003-05-22 17:58 UTC (permalink / raw)
  To: torvalds; +Cc: linux-kernel

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

This update brings the UML build up to 2.5.69.

It also fixes a bunch of bugs -
	multi-line strings are gone, so gcc 3.[23] are happier
	a bunch of missing dependencies were added, so -j builds work
	cleaned up defconfig

				Jeff


 arch/um/Kconfig                      |  100 ++++++++++++++++++++++++++++++-----
 arch/um/Kconfig_net                  |   70 ------------------------
 arch/um/Makefile                     |   33 +++++++----
 arch/um/Makefile-i386                |   20 ++++---
 arch/um/Makefile-skas                |    6 +-
 arch/um/config.release               |    1 
 arch/um/defconfig                    |    1 
 arch/um/drivers/mconsole_kern.c      |   26 ++++-----
 arch/um/kernel/Makefile              |    8 +-
 arch/um/kernel/config.c.in           |    4 -
 arch/um/kernel/skas/Makefile         |   22 ++++---
 arch/um/kernel/skas/util/mk_ptregs.c |    1 
 arch/um/kernel/tt/ptproxy/proxy.c    |    8 +-
 arch/um/sys-i386/Makefile            |   10 ++-
 include/asm-um/common.lds.S          |    8 --
 15 files changed, 167 insertions(+), 151 deletions(-)

ChangeSet@1.1042.83.2, 2003-05-02 12:59:05-04:00, jdike@uml.karaya.com
  Got rid of multi-line strings.
  Added a missing dependency to arch/um/Makefile.
  Removed a bogus entry from defconfig.

ChangeSet@1.889.410.2, 2003-03-27 12:19:48-05:00, jdike@uml.karaya.com
  Updated to 2.5.66 build changes.

ChangeSet@1.889.410.1, 2003-03-22 14:07:47-05:00, jdike@uml.karaya.com
  Merged the 2.5.65 changes.

ChangeSet@1.889.307.3, 2003-03-22 13:11:46-05:00, jdike@uml.karaya.com
  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.

ChangeSet@1.889.308.2, 2003-03-07 12:35:02-05:00, jdike@uml.karaya.com
  Fixed build races so that -j builds work.
  The config is closer to the other arches.

ChangeSet@1.889.99.31, 2003-02-07 12:53:42-05:00, jdike@uml.karaya.com
  Added some help and removed an unneeded option from config.release.


^ permalink raw reply	[flat|nested] 3+ messages in thread

* [PATCH] UML build updates
@ 2003-03-28 20:50 Jeff Dike
  0 siblings, 0 replies; 3+ messages in thread
From: Jeff Dike @ 2003-03-28 20:50 UTC (permalink / raw)
  To: torvalds; +Cc: linux-kernel

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(-)

ChangeSet@1.889.363.2, 2003-03-27 12:19:48-05:00, jdike@uml.karaya.com
  Updated to 2.5.66 build changes.

ChangeSet@1.889.363.1, 2003-03-22 14:07:47-05:00, jdike@uml.karaya.com
  Merged the 2.5.65 changes.

ChangeSet@1.889.289.3, 2003-03-22 13:11:46-05:00, jdike@uml.karaya.com
  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.

ChangeSet@1.889.290.2, 2003-03-07 12:35:02-05:00, jdike@uml.karaya.com
  Fixed build races so that -j builds work.
  The config is closer to the other arches.

ChangeSet@1.889.99.31, 2003-02-07 12:53:42-05:00, jdike@uml.karaya.com
  Added some help and removed an unneeded option from config.release.


^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2003-08-07 14:57 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2003-08-07 14:59 [PATCH] UML build updates Jeff Dike
  -- strict thread matches above, loose matches on Subject: below --
2003-05-22 17:58 Jeff Dike
2003-03-28 20:50 Jeff Dike

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).