* [PATCH] KBUILD: Combine config and %config targets.
@ 2009-07-16 9:20 Robert P. J. Day
0 siblings, 0 replies; only message in thread
From: Robert P. J. Day @ 2009-07-16 9:20 UTC (permalink / raw)
To: kbuild devel list
Since the rules appear to be identical, might as well combine the
targets of config and %config in the same rule.
Signed-off-by: Robert P. J. Day <rpjday@crashcourse.ca>
---
AFAICT, there seems to be no reason to keep these as separate rules
since they are identical.
diff --git a/Makefile b/Makefile
index be0abac..cea9a7d 100644
--- a/Makefile
+++ b/Makefile
@@ -443,11 +443,7 @@ ifeq ($(config-targets),1)
include $(srctree)/arch/$(SRCARCH)/Makefile
export KBUILD_DEFCONFIG KBUILD_KCONFIG
-config: scripts_basic outputmakefile FORCE
- $(Q)mkdir -p include/linux include/config
- $(Q)$(MAKE) $(build)=scripts/kconfig $@
-
-%config: scripts_basic outputmakefile FORCE
+config %config: scripts_basic outputmakefile FORCE
$(Q)mkdir -p include/linux include/config
$(Q)$(MAKE) $(build)=scripts/kconfig $@
========================================================================
Robert P. J. Day Waterloo, Ontario, CANADA
Linux Consulting, Training and Annoying Kernel Pedantry.
Web page: http://crashcourse.ca
Twitter: http://twitter.com/rpjday
"Kernel Newbie Corner" column @ linux.com: http://cli.gs/WG6WYX
========================================================================
^ permalink raw reply related [flat|nested] only message in thread
only message in thread, other threads:[~2009-07-16 9:23 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-07-16 9:20 [PATCH] KBUILD: Combine config and %config targets Robert P. J. Day
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox