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 : Mon Jul 31 2000 - 21:00:25 EST