Re: [U-Boot] [PATCH] dts/Makefile: Check for empty $(LDSCRIPT)

2012-08-14 Thread Kumar Gala
On Aug 14, 2012, at 8:42 AM, Kumar Gala wrote: > > On Aug 10, 2012, at 4:46 PM, Wolfgang Denk wrote: > >> Dear Horst Kronstorfer, >> >> In message <1342097912-8652-1-git-send-email-hkron...@frequentis.com> you >> wrote: >>> Make sure that $(LDSCRIPT) is not empty before calling process_lds >>

Re: [U-Boot] [PATCH] dts/Makefile: Check for empty $(LDSCRIPT)

2012-08-14 Thread Kumar Gala
On Aug 10, 2012, at 4:46 PM, Wolfgang Denk wrote: > Dear Horst Kronstorfer, > > In message <1342097912-8652-1-git-send-email-hkron...@frequentis.com> you > wrote: >> Make sure that $(LDSCRIPT) is not empty before calling process_lds >> with 'cat $(LDSCRIPT)' else cat will block waiting for inpu

Re: [U-Boot] [PATCH] dts/Makefile: Check for empty $(LDSCRIPT)

2012-08-10 Thread Wolfgang Denk
Dear Horst Kronstorfer, In message <1342097912-8652-1-git-send-email-hkron...@frequentis.com> you wrote: > Make sure that $(LDSCRIPT) is not empty before calling process_lds > with 'cat $(LDSCRIPT)' else cat will block waiting for input from > stdin. > > Signed-off-by: Horst Kronstorfer > --- >

[U-Boot] [PATCH] dts/Makefile: Check for empty $(LDSCRIPT)

2012-07-12 Thread Horst Kronstorfer
Make sure that $(LDSCRIPT) is not empty before calling process_lds with 'cat $(LDSCRIPT)' else cat will block waiting for input from stdin. Signed-off-by: Horst Kronstorfer --- dts/Makefile | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/dts/Makefile b/dts/Makefile index