summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorKai Germaschewski <kai@tp1.ruhr-uni-bochum.de>2002-10-23 10:26:57 -0500
committerKai Germaschewski <kai@tp1.ruhr-uni-bochum.de>2002-10-23 10:26:57 -0500
commiteea2541514a26d3ebb09ef5401b97b4a441ca8d4 (patch)
treead8d5fc6bd362929563066ad0055dd48d2fdaf07 /Makefile
parent35bce88fa68ca7048312502723abac2b423ed4f2 (diff)
kbuild: Switch "make modules_install" to fast mode ;)
Use the same way we came up with for "make clean" for "make modules_install", gaining a nice speed-up. Also, some cosmetics for scripts/Makefile.clean
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile3
1 files changed, 1 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index e97cff3359be..29ab9fc5f398 100644
--- a/Makefile
+++ b/Makefile
@@ -544,8 +544,7 @@ _modinst_post:
.PHONY: $(patsubst %, _modinst_%, $(SUBDIRS))
$(patsubst %, _modinst_%, $(SUBDIRS)) :
- +@$(call descend,$(patsubst _modinst_%,%,$@),modules_install)
-
+ $(Q)$(MAKE) MAKEFILES= -rR -f scripts/Makefile.modinst obj=$(patsubst _modinst_%,%,$@)
else # CONFIG_MODULES
# Modules not configured