All of lore.kernel.org
 help / color / mirror / Atom feed
* Re: [tip:x86/setup] x86: use targets in the boot Makefile instead of CLEAN_FILES
       [not found] <tip-16a6791934a1077609482dd6c091aa8b4c39a834@git.kernel.org>
@ 2009-03-12 21:06 ` Sam Ravnborg
  2009-03-12 23:38   ` H. Peter Anvin
  0 siblings, 1 reply; 2+ messages in thread
From: Sam Ravnborg @ 2009-03-12 21:06 UTC (permalink / raw)
  To: linux-kernel, mingo, hpa, tglx; +Cc: linux-tip-commits

On Thu, Mar 12, 2009 at 08:48:28PM +0000, H. Peter Anvin wrote:
> Commit-ID:  16a6791934a1077609482dd6c091aa8b4c39a834
> Gitweb:     http://git.kernel.org/tip/16a6791934a1077609482dd6c091aa8b4c39a834
> Author:     H. Peter Anvin <hpa@zytor.com>
> AuthorDate: Thu, 12 Mar 2009 13:43:14 -0700
> Commit:     H. Peter Anvin <hpa@zytor.com>
> CommitDate: Thu, 12 Mar 2009 13:43:14 -0700
> 
> x86: use targets in the boot Makefile instead of CLEAN_FILES
> 
> Impact: cleanup
> 
> Instead of using CLEAN_FILES in arch/x86/Makefile, add generated files
> to targets in arch/x86/boot/Makefile, so they will get naturally
> cleaned up by "make clean".
> 
> Cc: Sam Ravnborg <sam@ravnborg.org>
> Signed-off-by: H. Peter Anvin <hpa@zytor.com>

Acked-by: Sam Ravnborg <sam@ravnborg.org>

When you are cleaning up...

archclean:
        $(Q)rm -rf $(objtree)/arch/i386
        $(Q)rm -rf $(objtree)/arch/x86_64

Do we need this hack now?
I recall it was some backward soon-to-be-removed hack we made right after the x86 merge.

	Sam

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

* Re: [tip:x86/setup] x86: use targets in the boot Makefile instead of CLEAN_FILES
  2009-03-12 21:06 ` [tip:x86/setup] x86: use targets in the boot Makefile instead of CLEAN_FILES Sam Ravnborg
@ 2009-03-12 23:38   ` H. Peter Anvin
  0 siblings, 0 replies; 2+ messages in thread
From: H. Peter Anvin @ 2009-03-12 23:38 UTC (permalink / raw)
  To: Sam Ravnborg; +Cc: linux-kernel, mingo, tglx, linux-tip-commits

Sam Ravnborg wrote:
> 
> When you are cleaning up...
> 
> archclean:
>         $(Q)rm -rf $(objtree)/arch/i386
>         $(Q)rm -rf $(objtree)/arch/x86_64
> 
> Do we need this hack now?
> I recall it was some backward soon-to-be-removed hack we made right after the x86 merge.
> 

Well, the hack hasn't been removed at least not in that particular 
branch... we still create bzImage symlinks.

It would be nice to fix that, I agree, and that would clean up the 
Makefile further.

	-hpa



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

end of thread, other threads:[~2009-03-12 23:39 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
     [not found] <tip-16a6791934a1077609482dd6c091aa8b4c39a834@git.kernel.org>
2009-03-12 21:06 ` [tip:x86/setup] x86: use targets in the boot Makefile instead of CLEAN_FILES Sam Ravnborg
2009-03-12 23:38   ` H. Peter Anvin

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.