c14013ca2d
The generate_inc_file_for_target() extension is a useful wrapper around the more low-level generate_inc_file(). It takes care of ensuring that the generated file correctly depends on it's source. To do so it needs to name and define a custom_target, the name must be unique, so it was constructed based on the path to the generated file, but this caused multiple issues. The intention was that the path of the file would help identify the target, in hindsight, identifying the target has proven to not be important. This patch fixes #5466 by using a random string to construct the target name instead of the path to the generated file. Signed-off-by: Sebastian Bøe <sebastian.boe@nordicsemi.no> |
||
---|---|---|
.. | ||
app | ||
emu | ||
flash | ||
reports | ||
test | ||
usage | ||
ccache.cmake | ||
extensions.cmake | ||
extra_flags.cmake | ||
fpu-for-gcc-m-cpu.cmake | ||
gcc-m-cpu.cmake | ||
hex.cmake | ||
host-tools-zephyr.cmake | ||
host-tools.cmake | ||
kconfig.cmake | ||
pristine.cmake | ||
toolchain-espressif.cmake | ||
toolchain-gcc.cmake | ||
toolchain-gccarmemb.cmake | ||
toolchain-host-gcc.cmake | ||
toolchain-issm.cmake | ||
toolchain-xtools.cmake | ||
toolchain-zephyr.cmake | ||
toolchain.cmake | ||
version.cmake |