linuxppc-dev.lists.ozlabs.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] powerpc: don't execute a temporary comment
@ 2005-09-15  6:04 Stephen Rothwell
  2005-09-15 14:07 ` John W. Linville
  0 siblings, 1 reply; 4+ messages in thread
From: Stephen Rothwell @ 2005-09-15  6:04 UTC (permalink / raw)
  To: paulus; +Cc: ppc-dev, ppc64-dev


Signed-off-by: Stephen Rothwell <sfr@canb.auug.org.au>
---

 arch/ppc/Makefile   |    2 +-
 arch/ppc64/Makefile |    2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

-- 
Cheers,
Stephen Rothwell                    sfr@canb.auug.org.au
http://www.canb.auug.org.au/~sfr/

86f7688825b1f1e6fa4c43bce001b2a232f7d1bc
diff --git a/arch/ppc/Makefile b/arch/ppc/Makefile
--- a/arch/ppc/Makefile
+++ b/arch/ppc/Makefile
@@ -102,9 +102,9 @@ define archhelp
   @echo '  *_defconfig     - Select default config from arch/$(ARCH)/ppc/configs'
 endef
 
+# arch/$(ARCH)/include is a temporary hack until we have migrated to asm-powerpc
 archclean:
 	$(Q)$(MAKE) $(clean)=arch/ppc/boot
-	# Temporary hack until we have migrated to asm-powerpc
 	$(Q)rm -rf arch/$(ARCH)/include
 
 archprepare: checkbin
diff --git a/arch/ppc64/Makefile b/arch/ppc64/Makefile
--- a/arch/ppc64/Makefile
+++ b/arch/ppc64/Makefile
@@ -113,9 +113,9 @@ defaultimage-$(CONFIG_PPC_ISERIES) := vm
 KBUILD_IMAGE := $(defaultimage-y)
 all: $(KBUILD_IMAGE)
 
+# arch/$(ARCH)/include is a temporary hack until we have migrated to asm-powerpc
 archclean:
 	$(Q)$(MAKE) $(clean)=$(boot)
-	# Temporary hack until we have migrated to asm-powerpc
 	$(Q)rm -rf arch/$(ARCH)/include
 
 

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: [PATCH] powerpc: don't execute a temporary comment
  2005-09-15  6:04 [PATCH] powerpc: don't execute a temporary comment Stephen Rothwell
@ 2005-09-15 14:07 ` John W. Linville
  2005-09-15 22:55   ` Paul Mackerras
  0 siblings, 1 reply; 4+ messages in thread
From: John W. Linville @ 2005-09-15 14:07 UTC (permalink / raw)
  To: Stephen Rothwell; +Cc: ppc-dev, ppc64-dev

On Thu, Sep 15, 2005 at 04:04:30PM +1000, Stephen Rothwell wrote:

> --- a/arch/ppc/Makefile
> +++ b/arch/ppc/Makefile
> @@ -102,9 +102,9 @@ define archhelp
>    @echo '  *_defconfig     - Select default config from arch/$(ARCH)/ppc/configs'
>  endef
>  
> +# arch/$(ARCH)/include is a temporary hack until we have migrated to asm-powerpc
>  archclean:
>  	$(Q)$(MAKE) $(clean)=arch/ppc/boot
> -	# Temporary hack until we have migrated to asm-powerpc
>  	$(Q)rm -rf arch/$(ARCH)/include
>  
>  archprepare: checkbin

Why is this helpful?  Better in general to keep the commment near the code, no?

John
-- 
John W. Linville
linville@tuxdriver.com

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: [PATCH] powerpc: don't execute a temporary comment
  2005-09-15 14:07 ` John W. Linville
@ 2005-09-15 22:55   ` Paul Mackerras
  2005-09-16  2:22     ` Kumar Gala
  0 siblings, 1 reply; 4+ messages in thread
From: Paul Mackerras @ 2005-09-15 22:55 UTC (permalink / raw)
  To: John W. Linville; +Cc: ppc64-dev, Stephen Rothwell, ppc-dev

John W. Linville writes:

> Why is this helpful?  Better in general to keep the commment near the code, no?

Where it was, it was a command, not a comment, so it got printed out
on the screen when you did a make clean, which seemed a bit silly.

Paul.

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: [PATCH] powerpc: don't execute a temporary comment
  2005-09-15 22:55   ` Paul Mackerras
@ 2005-09-16  2:22     ` Kumar Gala
  0 siblings, 0 replies; 4+ messages in thread
From: Kumar Gala @ 2005-09-16  2:22 UTC (permalink / raw)
  To: Paul Mackerras; +Cc: ppc-dev, ppc64-dev, Stephen Rothwell

We are going to send this to Linus for 2.6.14, right?

- k

On Sep 15, 2005, at 5:55 PM, Paul Mackerras wrote:

> John W. Linville writes:
>
>
>> Why is this helpful?  Better in general to keep the commment near the
>>
> code, no?
>
> Where it was, it was a command, not a comment, so it got printed out
> on the screen when you did a make clean, which seemed a bit silly.
>
> Paul.
> _______________________________________________
> Linuxppc-dev mailing list
> Linuxppc-dev@ozlabs.org
> https://ozlabs.org/mailman/listinfo/linuxppc-dev
>

^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2005-09-16  2:22 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2005-09-15  6:04 [PATCH] powerpc: don't execute a temporary comment Stephen Rothwell
2005-09-15 14:07 ` John W. Linville
2005-09-15 22:55   ` Paul Mackerras
2005-09-16  2:22     ` Kumar Gala

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).