void-packages/common/hooks/pre-configure
q66 1fdd919d3b 02-script-wrapper: preserve original timestamps of wrapper scripts
At least since 0.53, the meson buildsystem checks whether the
"date" command's file is outdated and if it is, it'll trigger
regeneration of the build files.

Since the wrappers are reinstalled from scratch on every build step,
this would result in meson being re-run on each of those steps.
Which resulted in broken builds in some projects (e.g. efl) since
our meson build-style by default uses LTO and that requires the AR
environment variable being exported in a specific way, which was
only being done for the do_configure step but not build/install,
which resulted in meson being run with one env for configure and
another env for build, which broke everything.
2020-03-02 00:58:35 +01:00
..
.empty
00-gnu-configure-asneeded.sh hooks/pre-configure: do not set configure_script outside of build_style. 2016-05-16 20:38:09 +02:00
01-override-config.sh common: better location for config.{sub,guess} + update 2019-11-18 20:36:27 +01:00
02-script-wrapper.sh 02-script-wrapper: preserve original timestamps of wrapper scripts 2020-03-02 00:58:35 +01:00