Re: typo: HOSTCCFLAGS instead of HOSTCFLAGS in lib/Makefile

From: Adrian Bunk (bunk_at_fs.tum.de)
Date: 02/14/04

  • Next message: Kristian Lyngstøl: "8139too + e1000 weirdness"
    Date:	Sat, 14 Feb 2004 13:10:13 +0100
    To: Peter Cordes <peter@cordes.ca>, Marcelo Tosatti <marcelo.tosatti@cyclades.com>
    
    

    On Tue, Feb 10, 2004 at 07:31:02PM -0400, Peter Cordes wrote:
    >
    > In lib/Makefile in Linux 2.4.24, near the end there is:
    > gen_crc32table: gen_crc32table.c
    > $(HOSTCC) $(HOSTCCFLAGS) -o $@ $<
    > ^^
    > It should be HOSTCFLAGS, not HOSTCCFLAGS.
    >
    > There aren't any other instances of HOSTCCFLAGS in 2.4.24, or any in 2.6.1.

    Nice spotting!

    @Marcelo:
    Please apply the patch below.

    > please CC on replies, since I'm not subscribed.

    cu
    Adrian

    --- linux-2.4.25-rc2-full/lib/Makefile.old 2004-02-14 13:02:36.000000000 +0100
    +++ linux-2.4.25-rc2-full/lib/Makefile 2004-02-14 13:02:47.000000000 +0100
    @@ -42,7 +42,7 @@
     crc32.o: crc32table.h
     
     gen_crc32table: gen_crc32table.c
    - $(HOSTCC) $(HOSTCCFLAGS) -o $@ $<
    + $(HOSTCC) $(HOSTCFLAGS) -o $@ $<
     
     crc32table.h: gen_crc32table
             ./$< > $@
    -
    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/


  • Next message: Kristian Lyngstøl: "8139too + e1000 weirdness"

    Relevant Pages

    • Re: [PATCH-2.4] [RESEND] Fix deadlock in journal_create
      ... > the bug still exists and 2.4.22-pre7. ... Marcelo, please apply --- the jbd internal journal create code is in ... but other filesystems wanting to use that code will need this patch. ... send the line "unsubscribe linux-kernel" in ...
      (Linux-Kernel)
    • Re: patch for 2.4.22 sbp2 hang when loaded with devices already connected
      ... >> Please let me send the patch to Marcelo. ... > had been posted to these two mailing lists, and thought I'd do that as ... send the line "unsubscribe linux-kernel" in ...
      (Linux-Kernel)
    • Re: usblp BKL removal
      ... > the appended patch is not in yet, ... I sent it to Marcelo with ... > an understanding that it would be in Linus tree any day now. ... send the line "unsubscribe linux-kernel" in ...
      (Linux-Kernel)
    • Re: Possible dcache BUG
      ... Its a line immediately below the BUG-ON ... it had appeared when Marcelo had put BUG_ONbefore a declaration ... a debugging patch. ... send the line "unsubscribe linux-kernel" in ...
      (Linux-Kernel)
    • Re: [PATCH] fix all warning deprecated in NTFS 1.1.22 (2.4)
      ... >Hi djgera, ... no problem, he I answer myself Marcelo and my, accepting the patch. ... 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/ ...
      (Linux-Kernel)