[PATCH] 2.4.0-test5 $TOPDIR should be $$TOPDIR

From: André Dahlqvist (andre@beta.telenordia.se)
Date: Thu Jul 27 2000 - 22:18:52 EDT

  • Next message: Alan Cox: "Re: RLIM_INFINITY inconsistency between archs"

    I had to do the following to make the new symlink in 2.4.0-test5 work:

    --- Makefile~ Fri Jul 28 04:11:33 2000
    +++ Makefile Fri Jul 28 04:12:28 2000
    @@ -308,7 +308,7 @@
             MODLIB=$(INSTALL_MOD_PATH)/lib/modules/$(KERNELRELEASE); \
             mkdir -p $$MODLIB; \
             rm -f $$MODLIB/build; \
    - ln -s $TOPDIR $$MODLIB/build; \
    + ln -s $$TOPDIR $$MODLIB/build; \
             cd modules; \
             MODULES=""; \
             inst_mod() { These="`cat $$1`"; MODULES="$$MODULES $$These"; \

    -- 
    

    // André

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



    This archive was generated by hypermail 2b29 : Thu Jul 27 2000 - 22:23:57 EDT