[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-id: <1353269117-39917-2-git-send-email-pefoley2@verizon.net>
Date: Sun, 18 Nov 2012 15:05:14 -0500
From: pefoley2@...izon.net
To: linux-kernel@...r.kernel.org, linux-kbuild@...r.kernel.org,
mmarek@...e.cz
Cc: Peter Foley <pefoley2@...izon.net>
Subject: [PATCH 2/5] kbuild: silence rule for extra_certificates
From: Peter Foley <pefoley2@...izon.net>
Silence the touch extra_certificates command
Signed-off-by: Peter Foley <pefoley2@...izon.net>
---
kernel/Makefile | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/kernel/Makefile b/kernel/Makefile
index 86e3285..18a0b61 100644
--- a/kernel/Makefile
+++ b/kernel/Makefile
@@ -137,7 +137,7 @@ ifeq ($(CONFIG_MODULE_SIG),y)
# Pull the signing certificate and any extra certificates into the kernel
#
extra_certificates:
- touch $@
+ @touch $@
kernel/modsign_pubkey.o: signing_key.x509 extra_certificates
--
1.8.0
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists