Re: 2.6.8-rc1-mm1

From: J.A. Magallon (jamagallon_at_able.es)
Date: 07/20/04

  • Next message: Carl Spalletta: "[PATCH] remove 68 dead prototypes from include/acpi/acdebug.h"
    Date:	Tue, 20 Jul 2004 02:05:45 +0200
    To: Andrew Morton <akpm@osdl.org>
    
    
    

    On 2004.07.14, Andrew Morton wrote:
    >
    > ftp://ftp.kernel.org/pub/linux/kernel/people/akpm/patches/2.6/2.6.8-rc1/2.6.8-rc1-mm1/
    >

    This allows to build aic with db4, could you apply, please:

    --- linux-2.6.0-test11/drivers/scsi/aic7xxx/aicasm/Makefile.orig 2003-12-02 23:52:29.000000000 +0100
    +++ linux-2.6.0-test11/drivers/scsi/aic7xxx/aicasm/Makefile 2003-12-03 00:01:04.000000000 +0100
    @@ -34,10 +34,14 @@
             $(AICASM_CC) $(AICASM_CFLAGS) $(SRCS) -o $(PROG) $(LIBS)
     
     aicdb.h:
    - @if [ -e "/usr/include/db3/db_185.h" ]; then \
    + @if [ -e "/usr/include/db4/db_185.h" ]; then \
    + echo "#include <db4/db_185.h>" > aicdb.h; \
    + elif [ -e "/usr/include/db3/db_185.h" ]; then \
                     echo "#include <db3/db_185.h>" > aicdb.h; \
              elif [ -e "/usr/include/db2/db_185.h" ]; then \
                     echo "#include <db2/db_185.h>" > aicdb.h; \
    + elif [ -e "/usr/include/db1/db_185.h" ]; then \
    + echo "#include <db1/db_185.h>" > aicdb.h; \
              elif [ -e "/usr/include/db/db_185.h" ]; then \
                     echo "#include <db/db_185.h>" > aicdb.h; \
              elif [ -e "/usr/include/db_185.h" ]; then \

    --
    J.A. Magallon <jamagallon()able!es>     \               Software is like sex:
    werewolf!able!es                         \         It's better when it's free
    Mandrakelinux release 10.1 (Alpha 1) for i586
    Linux 2.6.8-rc1-jam1 (gcc 3.4.1 (Mandrakelinux (Cooker) 3.4.1-1mdk)) #1
    
    

    -
    To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
    the body of a message to majordomo@vger.kernel.org
    More majordomo info at http://vger.kernel.org/majordomo-info.html
    Please read the FAQ at http://www.tux.org/lkml/


    • application/pgp-signature attachment: stored

  • Next message: Carl Spalletta: "[PATCH] remove 68 dead prototypes from include/acpi/acdebug.h"

    Relevant Pages

    • Re: [PATCH 01/37] dvb: dst: Correcty Identify Tuner and Daughterboards
      ... Andrew Morton wrote: ... I will queue it up in the TODO list for 2.6.16. ... To unsubscribe from this list: send the line "unsubscribe linux-kernel" in ... Please read the FAQ at http://www.tux.org/lkml/ ...
      (Linux-Kernel)
    • Re: 2.6.7-rc3-mm1
      ... Andrew Morton wrote: ... To unsubscribe from this list: send the line "unsubscribe linux-kernel" in ... More majordomo info at http://vger.kernel.org/majordomo-info.html ... Please read the FAQ at http://www.tux.org/lkml/ ...
      (Linux-Kernel)
    • Re: [patch] make dnotify a configure-time option
      ... On Tue, 2004-10-26 at 01:30 -0700, Andrew Morton wrote: ... > kernels which don't implement the standard kernel API. ... To unsubscribe from this list: send the line "unsubscribe linux-kernel" in ... Please read the FAQ at http://www.tux.org/lkml/ ...
      (Linux-Kernel)
    • Re: [PATCH] Direct IO async short read bug followup
      ... Andrew Morton wrote: ... To unsubscribe from this list: send the line "unsubscribe linux-kernel" in ... More majordomo info at http://vger.kernel.org/majordomo-info.html ... Please read the FAQ at http://www.tux.org/lkml/ ...
      (Linux-Kernel)
    • Re: [PATCH] Direct IO async short read bug followup
      ... On Fri, 2005-04-01 at 17:27, Andrew Morton wrote: ... Daniel ... To unsubscribe from this list: send the line "unsubscribe linux-kernel" in ... Please read the FAQ at http://www.tux.org/lkml/ ...
      (Linux-Kernel)