Trivial patch for quiet_cmd_modules_install_extra

From: Andreas Schwab
Date: Sat May 22 2004 - 10:00:53 EST


This fixes a cosmetical bug in the external module support during
modules_install, so that the name of the installed module is actually
displayed.

Andreas.

--- linux-2.6.5/scripts/Makefile.modinst.~1~ 2004-05-21 14:25:54.000000000 +0200
+++ linux-2.6.5/scripts/Makefile.modinst 2004-05-22 16:25:41.439829965 +0200
@@ -27,7 +27,7 @@ $(filter-out ../% /%,$(modules)):

# Modules built outside just go into extra

-quiet_cmd_modules_install_extra = INSTALL $(obj-m:.o=.ko)
+quiet_cmd_modules_install_extra = INSTALL $@
cmd_modules_install_extra = mkdir -p $(MODLIB)/extra; \
cp $@ $(MODLIB)/extra


--
Andreas Schwab, SuSE Labs, schwab@xxxxxxx
SuSE Linux AG, Maxfeldstraße 5, 90409 Nürnberg, Germany
Key fingerprint = 58CA 54C7 6D53 942B 1756 01D3 44D5 214B 8276 4ED5
"And now for something completely different."
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/