summaryrefslogtreecommitdiffstats
path: root/kernel
diff options
context:
space:
mode:
authorLinus Torvalds <torvalds@linux-foundation.org>2015-07-02 16:42:13 -0700
committerLinus Torvalds <torvalds@linux-foundation.org>2015-07-02 16:42:13 -0700
commit7df9ab845ce5f473c84184873bf5be08bbe8fda5 (patch)
tree6f3c291f8c8cd4b92627a5c848a87c7aad0332cb /kernel
parente965b8ce4215ac2b22b23ffc8a8dfbae964b9496 (diff)
downloadop-kernel-dev-7df9ab845ce5f473c84184873bf5be08bbe8fda5.zip
op-kernel-dev-7df9ab845ce5f473c84184873bf5be08bbe8fda5.tar.gz
make certificate list change message more useful
It's a bug in our Makefile rules, make it show what the changing certificate list was, and make it a warning so that people actually see it. Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
Diffstat (limited to 'kernel')
-rw-r--r--kernel/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/kernel/Makefile b/kernel/Makefile
index 60c302c..43c4c92 100644
--- a/kernel/Makefile
+++ b/kernel/Makefile
@@ -137,7 +137,7 @@ endif
ifneq ($(wildcard $(obj)/.x509.list),)
ifneq ($(shell cat $(obj)/.x509.list),$(X509_CERTIFICATES))
-$(info X.509 certificate list changed)
+$(warning X.509 certificate list changed to "$(X509_CERTIFICATES)" from "$(shell cat $(obj)/.x509.list)")
$(shell rm $(obj)/.x509.list)
endif
endif
OpenPOWER on IntegriCloud