Re: [2.6 patch] powerpc/boot/Makefile: change spaces to tabs

2008-07-20 Thread Benjamin Herrenschmidt
On Thu, 2008-07-17 at 21:18 +0300, Adrian Bunk wrote:
 For C code spaces versus tabs is just a religious issue,
 but for Makefiles it actually matters.
 
 This patch fixes he following errors:
 /home/bunk/linux/kernel-2.6/git/linux-2.6/arch/powerpc/boot/Makefile:166: *** 
 missing separator.  Stop.
 /home/bunk/linux/kernel-2.6/git/linux-2.6/arch/powerpc/boot/Makefile:171: *** 
 missing separator.  Stop.
 
 Since this was inside an ifdef DTC_GENPARSER it was not a problem unless 
 someone wanted to regenerate the shipped generated files.
 
 Signed-off-by: Adrian Bunk [EMAIL PROTECTED]

And that too :-)

Cheers,
Ben.

 ---
 
  arch/powerpc/boot/Makefile |4 ++--
  1 file changed, 2 insertions(+), 2 deletions(-)
 
 --- a/arch/powerpc/boot/Makefile
 +++ b/arch/powerpc/boot/Makefile
 @@ -163,12 +163,12 @@ quiet_cmd_flex = FLEX$@
cmd_flex = $(FLEX) -o$@ $; cp $@ [EMAIL PROTECTED]
  
  $(obj)/dtc-src/dtc-parser.tab.c: $(src)/dtc-src/dtc-parser.y FORCE
 - $(call if_changed,bison)
 + $(call if_changed,bison)
  
  $(obj)/dtc-src/dtc-parser.tab.h: $(obj)/dtc-src/dtc-parser.tab.c
  
  $(obj)/dtc-src/dtc-lexer.lex.c: $(src)/dtc-src/dtc-lexer.l FORCE
 - $(call if_changed,flex)
 + $(call if_changed,flex)
  endif
  
  #

___
Linuxppc-dev mailing list
Linuxppc-dev@ozlabs.org
https://ozlabs.org/mailman/listinfo/linuxppc-dev


[2.6 patch] powerpc/boot/Makefile: change spaces to tabs

2008-07-17 Thread Adrian Bunk
For C code spaces versus tabs is just a religious issue,
but for Makefiles it actually matters.

This patch fixes he following errors:
/home/bunk/linux/kernel-2.6/git/linux-2.6/arch/powerpc/boot/Makefile:166: *** 
missing separator.  Stop.
/home/bunk/linux/kernel-2.6/git/linux-2.6/arch/powerpc/boot/Makefile:171: *** 
missing separator.  Stop.

Since this was inside an ifdef DTC_GENPARSER it was not a problem unless 
someone wanted to regenerate the shipped generated files.

Signed-off-by: Adrian Bunk [EMAIL PROTECTED]

---

 arch/powerpc/boot/Makefile |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

--- a/arch/powerpc/boot/Makefile
+++ b/arch/powerpc/boot/Makefile
@@ -163,12 +163,12 @@ quiet_cmd_flex = FLEX$@
   cmd_flex = $(FLEX) -o$@ $; cp $@ [EMAIL PROTECTED]
 
 $(obj)/dtc-src/dtc-parser.tab.c: $(src)/dtc-src/dtc-parser.y FORCE
- $(call if_changed,bison)
+   $(call if_changed,bison)
 
 $(obj)/dtc-src/dtc-parser.tab.h: $(obj)/dtc-src/dtc-parser.tab.c
 
 $(obj)/dtc-src/dtc-lexer.lex.c: $(src)/dtc-src/dtc-lexer.l FORCE
- $(call if_changed,flex)
+   $(call if_changed,flex)
 endif
 
 #

___
Linuxppc-dev mailing list
Linuxppc-dev@ozlabs.org
https://ozlabs.org/mailman/listinfo/linuxppc-dev


Re: [2.6 patch] powerpc/boot/Makefile: change spaces to tabs

2008-07-17 Thread David Gibson
On Thu, Jul 17, 2008 at 09:18:54PM +0300, Adrian Bunk wrote:
 For C code spaces versus tabs is just a religious issue,
 but for Makefiles it actually matters.
 
 This patch fixes he following errors:
 /home/bunk/linux/kernel-2.6/git/linux-2.6/arch/powerpc/boot/Makefile:166: *** 
 missing separator.  Stop.
 /home/bunk/linux/kernel-2.6/git/linux-2.6/arch/powerpc/boot/Makefile:171: *** 
 missing separator.  Stop.
 
 Since this was inside an ifdef DTC_GENPARSER it was not a problem unless 
 someone wanted to regenerate the shipped generated files.
 
 Signed-off-by: Adrian Bunk [EMAIL PROTECTED]

Oops, embarrasing mistake there.

Acked-by: David Gibson [EMAIL PROTECTED]

-- 
David Gibson| I'll have my music baroque, and my code
david AT gibson.dropbear.id.au  | minimalist, thank you.  NOT _the_ _other_
| _way_ _around_!
http://www.ozlabs.org/~dgibson
___
Linuxppc-dev mailing list
Linuxppc-dev@ozlabs.org
https://ozlabs.org/mailman/listinfo/linuxppc-dev