summaryrefslogtreecommitdiffstats
path: root/support/kconfig/patches/17-backport-kecho.patch
blob: 9d138766169183c770c2b056aee15e47c2b65fef (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
This commit added kecho to scripts/Kbuild.include (and doc).
Backported just Kbuild.include part to Makefile

commit 5410ecc0def8955ab99810c5626cc7e156991896
Author: Mike Frysinger <vapier@gentoo.org>
Date:   Thu Nov 6 03:31:34 2008 -0500

    kbuild: introduce $(kecho) convenience echo

Index: kconfig/Makefile
===================================================================
--- kconfig.orig/Makefile
+++ kconfig/Makefile
@@ -6,6 +6,12 @@
 PHONY += xconfig gconfig menuconfig config syncconfig update-po-config \
 	localmodconfig localyesconfig
 
+# Easy method for doing a status message
+       kecho := :
+ quiet_kecho := echo
+silent_kecho := :
+kecho := $($(quiet)kecho)
+
 ifdef KBUILD_KCONFIG
 Kconfig := $(KBUILD_KCONFIG)
 else
OpenPOWER on IntegriCloud