Re: [PATCH 2/5] kbuild: silence rule for extra_certificates

2012-12-10 Thread Peter Foley
On Sun, Dec 9, 2012 at 7:08 PM, Rusty Russell wrote: > Michal Marek writes: >> Added David and Rusty. >> >> On Sun, Nov 18, 2012 at 03:05:14PM -0500, pefol...@verizon.net wrote: >>> From: Peter Foley >>> >>> Silence the touch extra_certificates command >>> >>> Signed-off-by: Peter Foley >> >> I

Re: [PATCH 2/5] kbuild: silence rule for extra_certificates

2012-12-09 Thread Rusty Russell
Michal Marek writes: > Added David and Rusty. > > On Sun, Nov 18, 2012 at 03:05:14PM -0500, pefol...@verizon.net wrote: >> From: Peter Foley >> >> Silence the touch extra_certificates command >> >> Signed-off-by: Peter Foley > > I think we should tell the user that the default empty extra > ce

Re: [PATCH 2/5] kbuild: silence rule for extra_certificates

2012-12-09 Thread Michal Marek
Added David and Rusty. On Sun, Nov 18, 2012 at 03:05:14PM -0500, pefol...@verizon.net wrote: > From: Peter Foley > > Silence the touch extra_certificates command > > Signed-off-by: Peter Foley I think we should tell the user that the default empty extra certificates list is being used, in cas

[PATCH 2/5] kbuild: silence rule for extra_certificates

2012-11-18 Thread pefoley2
From: Peter Foley Silence the touch extra_certificates command Signed-off-by: Peter Foley --- 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,