All of lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] make commands for parts of buildroot?
@ 2008-09-19  7:34 Lars Lockenvitz
  2008-09-19 12:48 ` Bernhard Reutner-Fischer
  0 siblings, 1 reply; 2+ messages in thread
From: Lars Lockenvitz @ 2008-09-19  7:34 UTC (permalink / raw)
  To: buildroot

Hello,

I have a question!
Are there commands to rebuild parts of busybox?

For example:
I change some settings of busybox using make menuconfig or edit .c file direktly.
Now I want that these .c files or the busybox will be compile. But make only creates me the rootfs, but whitout these changes.

Most interesstings commands are for cleaning busybox, rootfs, or linux-kernel and make them, but to have the option to make only one of them if needed!

Best Regards
Lars Lockenvitz
_______________________________________________
buildroot mailing list
buildroot at uclibc.org

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

* [Buildroot] make commands for parts of buildroot?
  2008-09-19  7:34 [Buildroot] make commands for parts of buildroot? Lars Lockenvitz
@ 2008-09-19 12:48 ` Bernhard Reutner-Fischer
  0 siblings, 0 replies; 2+ messages in thread
From: Bernhard Reutner-Fischer @ 2008-09-19 12:48 UTC (permalink / raw)
  To: buildroot

On Fri, Sep 19, 2008 at 09:34:21AM +0200, Lars Lockenvitz wrote:
>Hello,
>
>I have a question!
>Are there commands to rebuild parts of busybox?

you can generally do
$ make foo-clean && make foo
Note that foo-dirclean deletes the whole sourcestree of foo, so make
sure to save any change you did to a corresponding
foo-descriptive-description.patch.

Also note that in order to configure busybox with the correct settings
you are supposed to run 'make busybox-menuconfig'. See docs/README

>For example:
>I change some settings of busybox using make menuconfig or edit .c file direktly.
>Now I want that these .c files or the busybox will be compile. But make only creates me the rootfs, but whitout these changes.
>
>Most interesstings commands are for cleaning busybox, rootfs, or linux-kernel and make them, but to have the option to make only one of them if needed!

the kernel is the one exception. It's clean target is called
linux26clean (i.e. no dash!) for reasons explained near that target.
HTH,

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

end of thread, other threads:[~2008-09-19 12:48 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-09-19  7:34 [Buildroot] make commands for parts of buildroot? Lars Lockenvitz
2008-09-19 12:48 ` Bernhard Reutner-Fischer

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.