[syslinux] How to make isolinux.bin only?

Tomas M tomas at slax.org
Thu Sep 6 13:59:07 PDT 2012


Actually I can just run 'make' and everything makes. But that takes
too much time. My intention is following:

1) download syslinux sources tarbal
2) extract them
3) apply my tiny patch to few files for isolinux
4) run a command which recompiles just isolinux.bin
5) copy newly created isolinux.bin to my destination and cleanup
everything (remove entire syslinux sources)

For my purposes, I use simply 'make' or 'make -j 4' ... but it is
several minutes until it recompiles entire syslinux tree. I'm
searching for a command which will just recompile the isolinux.bin
(perhaps including the other parts it depends on), to make it much
quicker.


Thank you
Tomas M



On Thu, Sep 6, 2012 at 10:23 PM, Gene Cumm <gene.cumm at gmail.com> wrote:
> On Sep 4, 2012 8:22 AM, "Tomas M" <tomas at slax.org> wrote:
>>
>> Hello,
>> I wish to recompile only isolinux.bin and nothing else.
>>
>> I made some changes to core/fs/lib/loadconfig.c and now I wish to make
>> (compile) isolinux.bin only.
>>
>> The only way how to do it seems to be "make" in the directory of
>> syslinux sources.
>> But this takes very long and compiles everything.
>
> If you've already run make once, rerunning is the most effective method.
> If you have not, I believe you will lack too many intermediate build files
> to be successful.
>
> Judicious use of jobbing helps.  'make -j 4' is a good start.
>
> --Gene
> _______________________________________________
> Syslinux mailing list
> Submissions to Syslinux at zytor.com
> Unsubscribe or set options at:
> http://www.zytor.com/mailman/listinfo/syslinux
> Please do not send private replies to mailing list traffic.
>



More information about the Syslinux mailing list