Buildroot Archive on lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] clean build
@ 2009-07-15 21:16 nfrench at xtale.biz
  2009-07-17 18:37 ` Alexandre Pereira da Silva
  2009-07-21 18:15 ` Zac Wheeler
  0 siblings, 2 replies; 7+ messages in thread
From: nfrench at xtale.biz @ 2009-07-15 21:16 UTC (permalink / raw)
  To: buildroot



What is the best way to do a clean build after changing an item in
menuconfig it seems that a 
make clean followed by 
make

does not rebuild everything ie if I have changed the compiler
flags.

if I do

make distclean

I have to
do a make menuconfig before a make this also means that all the packages
are dowloaded again.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.busybox.net/pipermail/buildroot/attachments/20090715/50091349/attachment.htm>

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

* [Buildroot] clean build
  2009-07-15 21:16 [Buildroot] clean build nfrench at xtale.biz
@ 2009-07-17 18:37 ` Alexandre Pereira da Silva
  2009-07-21 18:15 ` Zac Wheeler
  1 sibling, 0 replies; 7+ messages in thread
From: Alexandre Pereira da Silva @ 2009-07-17 18:37 UTC (permalink / raw)
  To: buildroot

I just remove, in arm case, "build_arm", "project_build_arm" and
"toolchain_build_arm"

That gives me full build without downloading anything.

On Wed, Jul 15, 2009 at 6:16 PM, <nfrench@xtale.biz> wrote:

> What is the best way to do a clean build after changing an item in
> menuconfig it seems that a
> make clean followed by
> make
>
> does not rebuild everything ie if I have changed the compiler flags.
>
> if I do
>
> make distclean
>
> I have to do a make menuconfig before a make this also means that all the
> packages are dowloaded again.
> _______________________________________________
> buildroot mailing list
> buildroot at busybox.net
> http://lists.busybox.net/mailman/listinfo/buildroot
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.busybox.net/pipermail/buildroot/attachments/20090717/cf089c53/attachment-0001.htm>

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

* [Buildroot] clean build
@ 2009-07-20  9:37 nfrench at xtale.biz
  2009-07-21 14:28 ` Alexandre Pereira da Silva
  0 siblings, 1 reply; 7+ messages in thread
From: nfrench at xtale.biz @ 2009-07-20  9:37 UTC (permalink / raw)
  To: buildroot




thanks

Could this be in the make file maybe
distcleannodownload or distcleankeepdownload

> I just
remove, in arm case, "build_arm", "project_build_arm"
and
> "toolchain_build_arm"
> 
> That
gives me full build without downloading anything.
> 
> On
Wed, Jul 15, 2009 at 6:16 PM, <nfrench@xtale.biz> wrote:
>

>> What is the best way to do a clean build after changing an
item in
>> menuconfig it seems that a
>> make clean
followed by
>> make
>>
>> does not
rebuild everything ie if I have changed the compiler flags.
>>
>> if I do
>>
>> make
distclean
>>
>> I have to do a make menuconfig
before a make this also means that all
>> the
>>
packages are dowloaded again.
>>
_______________________________________________
>> buildroot
mailing list
>> buildroot at busybox.net
>>
http://lists.busybox.net/mailman/listinfo/buildroot
>>
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.busybox.net/pipermail/buildroot/attachments/20090720/6dfce338/attachment.htm>

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

* [Buildroot] clean build
  2009-07-20  9:37 nfrench at xtale.biz
@ 2009-07-21 14:28 ` Alexandre Pereira da Silva
  0 siblings, 0 replies; 7+ messages in thread
From: Alexandre Pereira da Silva @ 2009-07-21 14:28 UTC (permalink / raw)
  To: buildroot

I just saw the makefile

"make dirclean" has almost the same effect.

On Mon, Jul 20, 2009 at 6:37 AM, <nfrench@xtale.biz> wrote:

>
> thanks
>
> Could this be in the make file maybe distcleannodownload or
> distcleankeepdownload
>
>
> > I just remove, in arm case, "build_arm", "project_build_arm" and
> > "toolchain_build_arm"
> >
> > That gives me full build without downloading anything.
> >
> > On Wed, Jul 15, 2009 at 6:16 PM, <nfrench@xtale.biz> wrote:
> >
> >> What is the best way to do a clean build after changing an item in
> >> menuconfig it seems that a
> >> make clean followed by
> >> make
> >>
> >> does not rebuild everything ie if I have changed the compiler flags.
> >>
> >> if I do
> >>
> >> make distclean
> >>
> >> I have to do a make menuconfig before a make this also means that all
> >> the
> >> packages are dowloaded again.
> >> _______________________________________________
> >> buildroot mailing list
> >> buildroot at busybox.net
> >> http://lists.busybox.net/mailman/listinfo/buildroot
> >>
> >
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.busybox.net/pipermail/buildroot/attachments/20090721/ba84edc0/attachment.htm>

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

* [Buildroot] clean build
  2009-07-15 21:16 [Buildroot] clean build nfrench at xtale.biz
  2009-07-17 18:37 ` Alexandre Pereira da Silva
@ 2009-07-21 18:15 ` Zac Wheeler
  2009-07-21 21:54   ` Thomas Petazzoni
  1 sibling, 1 reply; 7+ messages in thread
From: Zac Wheeler @ 2009-07-21 18:15 UTC (permalink / raw)
  To: buildroot

On Wed, Jul 15, 2009 at 2:16 PM, <nfrench@xtale.biz> wrote:

> What is the best way to do a clean build after changing an item in
> menuconfig it seems that a
> make clean followed by
> make
>
> does not rebuild everything ie if I have changed the compiler flags.
>
> if I do
>
> make distclean
>
> I have to do a make menuconfig before a make this also means that all the
> packages are dowloaded again.


I believe this is in the documentation, but if you create a directory in
buildroot called e.g. permanent_downloads and make dl/ a symoblic link to
that directory, you avoid having to re-download source packages.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.busybox.net/pipermail/buildroot/attachments/20090721/c6688aeb/attachment.htm>

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

* [Buildroot] clean build
  2009-07-21 18:15 ` Zac Wheeler
@ 2009-07-21 21:54   ` Thomas Petazzoni
  0 siblings, 0 replies; 7+ messages in thread
From: Thomas Petazzoni @ 2009-07-21 21:54 UTC (permalink / raw)
  To: buildroot

Le Tue, 21 Jul 2009 11:15:22 -0700,
Zac Wheeler <zac.wheeler@gmail.com> a ?crit :

> I believe this is in the documentation, but if you create a directory
> in buildroot called e.g. permanent_downloads and make dl/ a symoblic
> link to that directory, you avoid having to re-download source
> packages.

Or alternatively, you create a directory outside of the Buildroot tree
and set the BUILDROOT_DL_DIR environment variable so that it points to
this directory. Then all Buildroot executions, even after a global
clean, will not re-download the packages.

Thomas
-- 
Thomas Petazzoni, Free Electrons
Kernel, drivers and embedded Linux development,
consulting, training and support.
http://free-electrons.com

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

* [Buildroot] clean build
@ 2009-07-24 13:31 nfrench at xtale.biz
  0 siblings, 0 replies; 7+ messages in thread
From: nfrench at xtale.biz @ 2009-07-24 13:31 UTC (permalink / raw)
  To: buildroot



thanks all

> Le Tue, 21 Jul 2009 11:15:22 -0700,
>
Zac Wheeler <zac.wheeler@gmail.com> a ??crit :
>

>> I believe this is in the documentation, but if you create a
directory
>> in buildroot called e.g. permanent_downloads and
make dl/ a symoblic
>> link to that directory, you avoid having
to re-download source
>> packages.
> 
> Or
alternatively, you create a directory outside of the Buildroot tree
> and set the BUILDROOT_DL_DIR environment variable so that it points
to
> this directory. Then all Buildroot executions, even after a
global
> clean, will not re-download the packages.
> 
> Thomas
> --
> Thomas Petazzoni, Free Electrons
> Kernel, drivers and embedded Linux development,
>
consulting, training and support.
> http://free-electrons.com
> _______________________________________________
> buildroot
mailing list
> buildroot at busybox.net
>
http://lists.busybox.net/mailman/listinfo/buildroot
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.busybox.net/pipermail/buildroot/attachments/20090724/1737a32e/attachment.htm>

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

end of thread, other threads:[~2009-07-24 13:31 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-07-15 21:16 [Buildroot] clean build nfrench at xtale.biz
2009-07-17 18:37 ` Alexandre Pereira da Silva
2009-07-21 18:15 ` Zac Wheeler
2009-07-21 21:54   ` Thomas Petazzoni
  -- strict thread matches above, loose matches on Subject: below --
2009-07-20  9:37 nfrench at xtale.biz
2009-07-21 14:28 ` Alexandre Pereira da Silva
2009-07-24 13:31 nfrench at xtale.biz

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox