Fix for flaw in modules_install in linux/Makefile (patch against 2.1.111)

Bo Branten (bosse@ing.umu.se)
Sun, 26 Jul 1998 17:17:41 +0200


--- linux-2.1.111/Makefile Sun Jul 26 17:02:43 1998
+++ linux/Makefile Sun Jul 26 17:08:31 1998
@@ -298,7 +298,7 @@
cd modules; \
MODULES=""; \
inst_mod() { These="`cat $$1`"; MODULES="$$MODULES $$These"; \
- mkdir -p $$MODLIB/$$2; cp -p $$These $$MODLIB/$$2; \
+ mkdir -p $$MODLIB/$$2; cp $$These $$MODLIB/$$2; \
echo Installing modules under $$MODLIB/$$2; \
}; \
\

-
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.altern.org/andrebalsa/doc/lkml-faq.html