mirror of https://lore.kernel.org/lkml/
 help / color / mirror / Atom feed
* Announce: Kernel Build for 2.5, Release 2.2 is available
@ 2002-04-26  4:42 Keith Owens
  2002-04-26 16:31 ` Sebastian Droege
  2002-04-27  8:45 ` Keith Owens
  0 siblings, 2 replies; 3+ messages in thread
From: Keith Owens @ 2002-04-26  4:42 UTC (permalink / raw)
  To: kbuild-devel; +Cc: linux-kernel

-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

Content-Type: text/plain; charset=us-ascii

Release 2.2 of kernel build for kernel 2.5 (kbuild 2.5) is available.
http://sourceforge.net/projects/kbuild/, package kbuild-2.5, download
release 2.2.

   kbuild-2.5-core-7.bz2

   kbuild-2.5-common-2.4.18-6.bz2
   kbuild-2.5-i386-2.4.18-2.bz2
   kbuild-2.5-sparc64-2.4.18-2.bz2

   kbuild-2.5-common-2.5.10-1.bz2
   kbuild-2.5-i386-2.5.10-1.bz2

Changes from core-6 to core-7.

   Use cp -f/mv -f in case target files are marked read only.

   Fix bug where a key could be read from a record that had moved.

   Fix bug in handling of absolute link_subdirs().

   Unlink obsolete dependencies correctly.

   Reinstate checks for changed commands in user_command().

Changes from common-2.4.18-5 to common-2.4.18-6.

   Add tftpboot.img.

   Update 53c700 generated script.

   Add -traditional to scsi script pre-processing (unbalanced ' in comments).

Thanks to Tom Duffy for testing above and beyond the call of duty and
for the sparc64 patch.

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.0.4 (GNU/Linux)
Comment: Exmh version 2.1.1 10/15/1999

iD8DBQE8yNqyi4UHNye0ZOoRAlZVAKC4kEnB/bYlOQrrjZsJFYQdTMKT0ACffoXB
x2BOQgfM1BPsWqqhZ980pfo=
=AIFS
-----END PGP SIGNATURE-----


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

* Re: Announce: Kernel Build for 2.5, Release 2.2 is available
  2002-04-26  4:42 Announce: Kernel Build for 2.5, Release 2.2 is available Keith Owens
@ 2002-04-26 16:31 ` Sebastian Droege
  2002-04-27  8:45 ` Keith Owens
  1 sibling, 0 replies; 3+ messages in thread
From: Sebastian Droege @ 2002-04-26 16:31 UTC (permalink / raw)
  To: Keith Owens; +Cc: kbuild-devel, linux-kernel

[-- Attachment #1: Type: text/plain, Size: 873 bytes --]

Hi,
you've changed CONFIG_ZLIB_INFLATE and CONFIG_ZLIB_DEFLATE in the Makefile.in's
here's a patch (tested and works for me) ;)

Bye

--- linux-2.5.10/lib/zlib_inflate/Makefile.in~       Fri Apr 26 18:28:10 2002
+++ linux-2.5.10/lib/zlib_inflate/Makefile.in        Fri Apr 26 18:22:55 2002
@@ -15,4 +15,4 @@
 
 expsyms(inflate_syms.o)
 objlink(zlib_inflate.o infblock.o infcodes.o inffast.o inflate.o inftrees.o infutil.o inflate_syms.o)
-select(CONFIG_ZLIB_DEFLATE zlib_inflate.o)
+select(CONFIG_ZLIB_INFLATE zlib_inflate.o)

--- linux-2.5.10/lib/zlib_deflate/Makefile.in~       Fri Apr 26 18:28:25 2002
+++ linux-2.5.10/lib/zlib_deflate/Makefile.in        Fri Apr 26 18:22:46 2002
@@ -8,4 +8,4 @@
 
 expsyms(deflate_syms.o)
 objlink(zlib_deflate.o deflate.o deftree.o deflate_syms.o)
-select(CONFIG_ZLIB_INFLATE zlib_deflate.o)
+select(CONFIG_ZLIB_DEFLATE zlib_deflate.o)

[-- Attachment #2: Type: application/pgp-signature, Size: 189 bytes --]

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

* Re: Announce: Kernel Build for 2.5, Release 2.2 is available
  2002-04-26  4:42 Announce: Kernel Build for 2.5, Release 2.2 is available Keith Owens
  2002-04-26 16:31 ` Sebastian Droege
@ 2002-04-27  8:45 ` Keith Owens
  1 sibling, 0 replies; 3+ messages in thread
From: Keith Owens @ 2002-04-27  8:45 UTC (permalink / raw)
  To: kbuild-devel; +Cc: linux-kernel

>Release 2.2 of kernel build for kernel 2.5 (kbuild 2.5) is available.
>http://sourceforge.net/projects/kbuild/, package kbuild-2.5, download
>release 2.2.

IA64 support for 2.5.10-ia64-020426 is now available.

Sebastian Droege spotted an error in the common patch, common-2
corrects zlib de/inflate options.

Because ia64 has a pathological case of recursive includes (you cannot
calculate the value of IA64_TASK_SIZE unless you already have a value
for IA64_TASK_SIZE), I had to kludge the calculation of asm-offsets.h
for ia64.  That required a small change to the core code to support the
kludge.

New files.

   kbuild-2.5-ia64-2.5.10-020426-1.bz2
   kbuild-2.5-common-2.5.10-2.bz2
   kbuild-2.5-core-8.bz2


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

end of thread, other threads:[~2002-04-27  8:46 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2002-04-26  4:42 Announce: Kernel Build for 2.5, Release 2.2 is available Keith Owens
2002-04-26 16:31 ` Sebastian Droege
2002-04-27  8:45 ` Keith Owens

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox

all inboxes | Powered by JetHome®