Files
magic/scripts
Darryl L. Miles 271aef82bd defs.mak.in: replace backtick with $(shell ...)
Previously the variable resolution was passed to compiler command line
when ideally this only needs to be resolved once per build and the
entrie build uses the same value.

Compiler command line is computed at least once per file (plus Depends
pass), so this is forking at least 5 extra times during the build.

This improves things somewhat so resolution is performed less.

This may have the effect of making the build appear faster when
ccache is working.  As the command line options maybe seen as a
constant.
2025-07-29 10:50:31 -04:00
..
2020-12-24 21:59:14 -05:00
2020-12-24 21:59:14 -05:00
2025-01-04 11:23:39 -05:00
2025-07-27 12:43:04 -04:00
2024-01-23 09:38:23 -06:00
2023-08-25 12:24:14 -04:00