Linux 2.2.18pre14 fix

From: Alan Cox (alan@lxorguk.ukuu.org.uk)
Date: Sun Oct 01 2000 - 09:36:45 EDT

  • Next message: Martin Dalecki: "Re: What is up with Redhat 7.0?"

    Either do

            chmod 755 scripts/kwhich

    (I forgot patch loses executable bits)

    or

    --- Makefile~ Sun Oct 1 10:39:48 2000
    +++ Makefile Sun Oct 1 13:35:06 2000
    @@ -29,7 +29,7 @@
     # otherwise 'cc'
     #
     CC =$(shell if [ -n "$(CROSS_COMPILE)" ]; then echo $(CROSS_COMPILE)gcc; else \
    - scripts/kwhich gcc272 2>/dev/null || scripts/kwhich kgcc 2>/dev/null || echo cc; fi) \
    + $(CONFIG_SHELL) scripts/kwhich gcc272 2>/dev/null || $(CONFIG_SHELL) scripts/kwhich kgcc 2>/dev/null || echo cc; fi) \
             -D__KERNEL__ -I$(HPATH)
     CPP =$(CC) -E
     AR =$(CROSS_COMPILE)ar
    -
    To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
    the body of a message to majordomo@vger.kernel.org
    Please read the FAQ at http://www.tux.org/lkml/



    This archive was generated by hypermail 2b29 : Sun Oct 01 2000 - 09:37:44 EDT