Fix for flaw in modules_install in linux/Makefile

Bo Branten (bosse@ing.umu.se)
Wed, 22 Jul 1998 20:21:25 +0200


--- linux-2.1.110/Makefile Wed Jul 22 20:06:07 1998
+++ linux/Makefile Wed Jul 22 20:16:54 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