summaryrefslogtreecommitdiff
path: root/makefile.patch
diff options
context:
space:
mode:
authorUlf Magnusson <ulfalizer@gmail.com>2017-11-02 06:58:03 +0100
committerUlf Magnusson <ulfalizer@gmail.com>2017-11-02 07:02:58 +0100
commitabbc119b766345b3ee54406339086f3a84802358 (patch)
tree0eb8f60cf63b92cde36f39969249fd6a94c2979e /makefile.patch
parent6bce225d38433c9b14ff94ff0fb66d1ac87ff4e3 (diff)
Update makefile patch
Looks like I already accidentally committed a partial update though... Now prints ARCH again.
Diffstat (limited to 'makefile.patch')
-rw-r--r--makefile.patch12
1 files changed, 6 insertions, 6 deletions
diff --git a/makefile.patch b/makefile.patch
index aefb021..3b1f116 100644
--- a/makefile.patch
+++ b/makefile.patch
@@ -1,4 +1,4 @@
-From 6ced956acfe037b0c303780487be86ec71fa2942 Mon Sep 17 00:00:00 2001
+From 01899aa5e6d1f33e1965d7934bea2ff97a48bc89 Mon Sep 17 00:00:00 2001
From: Ulf Magnusson <ulfalizer@gmail.com>
Date: Tue, 9 Jun 2015 13:01:34 +0200
Subject: [PATCH] Kconfiglib scripts/kconfig/Makefile patch.
@@ -8,10 +8,10 @@ Subject: [PATCH] Kconfiglib scripts/kconfig/Makefile patch.
1 file changed, 35 insertions(+)
diff --git a/scripts/kconfig/Makefile b/scripts/kconfig/Makefile
-index d9b1fef..e6311ed 100644
+index 8c12c20c55a6..88c618b34915 100644
--- a/scripts/kconfig/Makefile
+++ b/scripts/kconfig/Makefile
-@@ -62,1 +62,36 @@ else
+@@ -27,1 +27,36 @@ gconfig: $(obj)/gconf
+PHONY += scriptconfig iscriptconfig kconfiglibtestconfig
+
+ifneq ($(filter scriptconfig iscriptconfig,$(MAKECMDGOALS)),)
@@ -37,8 +37,8 @@ index d9b1fef..e6311ed 100644
+ $(Q)PYTHONPATH="$(srctree)/Kconfiglib:$$PYTHONPATH" "$(PYTHONCMD)" -i -c \
+ "import kconfiglib; \
+ import sys; \
-+ c = kconfiglib.Config(sys.argv[4 if \"$(PYTHONCMD)\".startswith(\"ipython\") else 1]); \
-+ print(\"A Config instance 'c' for the architecture has been created.\")" \
++ c = kconfiglib.Kconfig(sys.argv[4 if \"$(PYTHONCMD)\".startswith(\"ipython\") else 1]); \
++ print(\"A Kconfig instance 'c' for the architecture $(ARCH) has been created.\")" \
+ $(srctree)/$(Kconfig)
+
+# Used by testsuite.py to be able to compare output for nonsensical
@@ -49,5 +49,5 @@ index d9b1fef..e6311ed 100644
+
menuconfig: $(obj)/mconf
--
-2.1.4
+2.14.1