[Scons-users] Is their a way to build directly from the .sconsign.dblite file on an incremental build?

Bill Deegan bill at baddogconsulting.com
Mon Oct 5 15:07:55 EDT 2020


Don,

No you can't build with only a .sconsign.dblite.

But you can instruct SCons to not scan for implicit dependencies and just
use those which are stored in the .sconsign.dblite.
--implicit-deps-unchanged should do it.Take a look at the manpage.

On Mon, Oct 5, 2020 at 11:55 AM Don Baldwin <donb at qti.qualcomm.com> wrote:

> Hi,
>
>
>
> Is there an option for skipping the normal SConstruct file processing on
> an incremental build and just building directly from the saved
> .sconsign.dblite file from the previous build?
>
>
>
> The goal here is to provide an option for doing very fast incremental
> builds is the developer knows ahead of time that no dependencies have
> changed.
>
>
>
> Thanks,
>
> Don Baldwin
> _______________________________________________
> Scons-users mailing list
> Scons-users at scons.org
> https://pairlist4.pair.net/mailman/listinfo/scons-users
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://pairlist4.pair.net/pipermail/scons-users/attachments/20201005/6b35bf95/attachment.html>


More information about the Scons-users mailing list