[Buildroot] How to just build one application?

Philippe Ney philippe.ney at tizoo.com
Tue Jul 31 09:45:31 UTC 2007


> Hello All,
> 
> I've installed  arm linux gcc 4.1.1 toolchains and I want to build uclibc samba with buildroot package. How can I skip building toolchains and just build samba package with the pre-installed toolchains ?
> 
> Thanks,

Hi,

$ make samba

You can build any target that is defined in a *.mk file by passing it
directly to the make call.

Philippe



More information about the buildroot mailing list