mirror of https://lore.kernel.org/lkml/
 help / color / mirror / Atom feed
* Trivial patch for quiet_cmd_modules_install_extra
@ 2004-05-22 14:59 Andreas Schwab
  0 siblings, 0 replies; only message in thread
From: Andreas Schwab @ 2004-05-22 14:59 UTC (permalink / raw)
  To: linux-kernel

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@suse.de
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."

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2004-05-22 14:59 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2004-05-22 14:59 Trivial patch for quiet_cmd_modules_install_extra Andreas Schwab

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox

all inboxes | Powered by JetHome®