* [PATCH] Makefile: add barebox.srec to 'clean'
@ 2012-04-28 15:52 Antony Pavlov
2012-04-28 15:57 ` Alexander Shiyan
2012-04-30 12:01 ` Sascha Hauer
0 siblings, 2 replies; 4+ messages in thread
From: Antony Pavlov @ 2012-04-28 15:52 UTC (permalink / raw)
To: barebox
Signed-off-by: Antony Pavlov <antonynpavlov@gmail.com>
---
Makefile | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/Makefile b/Makefile
index fb85915..44b7dbd 100644
--- a/Makefile
+++ b/Makefile
@@ -1002,7 +1002,8 @@ endif # CONFIG_MODULES
CLEAN_DIRS += $(MODVERDIR)
CLEAN_FILES += barebox System.map include/generated/barebox_default_env.h \
.tmp_version .tmp_barebox* barebox.bin barebox.map barebox.S \
- .tmp_kallsyms* barebox_default_env* barebox.ldr Doxyfile.version
+ .tmp_kallsyms* barebox_default_env* barebox.ldr \
+ Doxyfile.version barebox.srec
# Directories & files removed with 'make mrproper'
MRPROPER_DIRS += include/config include2 usr/include
--
1.7.10
_______________________________________________
barebox mailing list
barebox@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/barebox
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: [PATCH] Makefile: add barebox.srec to 'clean'
2012-04-28 15:52 [PATCH] Makefile: add barebox.srec to 'clean' Antony Pavlov
@ 2012-04-28 15:57 ` Alexander Shiyan
2012-04-30 12:02 ` Sascha Hauer
2012-04-30 12:01 ` Sascha Hauer
1 sibling, 1 reply; 4+ messages in thread
From: Alexander Shiyan @ 2012-04-28 15:57 UTC (permalink / raw)
To: Antony Pavlov; +Cc: barebox
Sat, 28 Apr 2012 19:52:56 +0400 от Antony Pavlov <antonynpavlov@gmail.com>:
> Signed-off-by: Antony Pavlov <antonynpavlov@gmail.com>
> ---
> Makefile | 3 ++-
> 1 file changed, 2 insertions(+), 1 deletion(-)
>
> diff --git a/Makefile b/Makefile
> index fb85915..44b7dbd 100644
> --- a/Makefile
> +++ b/Makefile
> @@ -1002,7 +1002,8 @@ endif # CONFIG_MODULES
> CLEAN_DIRS += $(MODVERDIR)
> CLEAN_FILES += barebox System.map include/generated/barebox_default_env.h \
> .tmp_version .tmp_barebox* barebox.bin barebox.map barebox.S \
> - .tmp_kallsyms* barebox_default_env* barebox.ldr Doxyfile.version
> + .tmp_kallsyms* barebox_default_env* barebox.ldr \
> + Doxyfile.version barebox.srec
>
> # Directories & files removed with 'make mrproper'
> MRPROPER_DIRS += include/config include2 usr/include
Can we add there barebox* ?
_______________________________________________
barebox mailing list
barebox@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/barebox
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: [PATCH] Makefile: add barebox.srec to 'clean'
2012-04-28 15:52 [PATCH] Makefile: add barebox.srec to 'clean' Antony Pavlov
2012-04-28 15:57 ` Alexander Shiyan
@ 2012-04-30 12:01 ` Sascha Hauer
1 sibling, 0 replies; 4+ messages in thread
From: Sascha Hauer @ 2012-04-30 12:01 UTC (permalink / raw)
To: Antony Pavlov; +Cc: barebox
On Sat, Apr 28, 2012 at 07:52:56PM +0400, Antony Pavlov wrote:
> Signed-off-by: Antony Pavlov <antonynpavlov@gmail.com>
Applied, thanks
Sascha
> ---
> Makefile | 3 ++-
> 1 file changed, 2 insertions(+), 1 deletion(-)
>
> diff --git a/Makefile b/Makefile
> index fb85915..44b7dbd 100644
> --- a/Makefile
> +++ b/Makefile
> @@ -1002,7 +1002,8 @@ endif # CONFIG_MODULES
> CLEAN_DIRS += $(MODVERDIR)
> CLEAN_FILES += barebox System.map include/generated/barebox_default_env.h \
> .tmp_version .tmp_barebox* barebox.bin barebox.map barebox.S \
> - .tmp_kallsyms* barebox_default_env* barebox.ldr Doxyfile.version
> + .tmp_kallsyms* barebox_default_env* barebox.ldr \
> + Doxyfile.version barebox.srec
>
> # Directories & files removed with 'make mrproper'
> MRPROPER_DIRS += include/config include2 usr/include
> --
> 1.7.10
>
>
> _______________________________________________
> barebox mailing list
> barebox@lists.infradead.org
> http://lists.infradead.org/mailman/listinfo/barebox
>
--
Pengutronix e.K. | |
Industrial Linux Solutions | http://www.pengutronix.de/ |
Peiner Str. 6-8, 31137 Hildesheim, Germany | Phone: +49-5121-206917-0 |
Amtsgericht Hildesheim, HRA 2686 | Fax: +49-5121-206917-5555 |
_______________________________________________
barebox mailing list
barebox@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/barebox
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: [PATCH] Makefile: add barebox.srec to 'clean'
2012-04-28 15:57 ` Alexander Shiyan
@ 2012-04-30 12:02 ` Sascha Hauer
0 siblings, 0 replies; 4+ messages in thread
From: Sascha Hauer @ 2012-04-30 12:02 UTC (permalink / raw)
To: Alexander Shiyan; +Cc: barebox
On Sat, Apr 28, 2012 at 07:57:31PM +0400, Alexander Shiyan wrote:
> Sat, 28 Apr 2012 19:52:56 +0400 от Antony Pavlov <antonynpavlov@gmail.com>:
> > Signed-off-by: Antony Pavlov <antonynpavlov@gmail.com>
> > ---
> > Makefile | 3 ++-
> > 1 file changed, 2 insertions(+), 1 deletion(-)
> >
> > diff --git a/Makefile b/Makefile
> > index fb85915..44b7dbd 100644
> > --- a/Makefile
> > +++ b/Makefile
> > @@ -1002,7 +1002,8 @@ endif # CONFIG_MODULES
> > CLEAN_DIRS += $(MODVERDIR)
> > CLEAN_FILES += barebox System.map include/generated/barebox_default_env.h \
> > .tmp_version .tmp_barebox* barebox.bin barebox.map barebox.S \
> > - .tmp_kallsyms* barebox_default_env* barebox.ldr Doxyfile.version
> > + .tmp_kallsyms* barebox_default_env* barebox.ldr \
> > + Doxyfile.version barebox.srec
> >
> > # Directories & files removed with 'make mrproper'
> > MRPROPER_DIRS += include/config include2 usr/include
> Can we add there barebox* ?
Don't know the implications. For now I applied Antonys patch.
Sascha
> _______________________________________________
> barebox mailing list
> barebox@lists.infradead.org
> http://lists.infradead.org/mailman/listinfo/barebox
--
Pengutronix e.K. | |
Industrial Linux Solutions | http://www.pengutronix.de/ |
Peiner Str. 6-8, 31137 Hildesheim, Germany | Phone: +49-5121-206917-0 |
Amtsgericht Hildesheim, HRA 2686 | Fax: +49-5121-206917-5555 |
_______________________________________________
barebox mailing list
barebox@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/barebox
^ permalink raw reply [flat|nested] 4+ messages in thread
end of thread, other threads:[~2012-04-30 12:02 UTC | newest]
Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2012-04-28 15:52 [PATCH] Makefile: add barebox.srec to 'clean' Antony Pavlov
2012-04-28 15:57 ` Alexander Shiyan
2012-04-30 12:02 ` Sascha Hauer
2012-04-30 12:01 ` Sascha Hauer
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox