diff options
author | Gustavo Sverzut Barbieri <barbieri@profusion.mobi> | 2017-01-27 13:34:25 -0200 |
---|---|---|
committer | Gustavo Sverzut Barbieri <barbieri@profusion.mobi> | 2017-01-27 13:42:29 -0200 |
commit | 47920696342c62276c8159ebcc9d0381e2faee41 (patch) | |
tree | 4a43d9a6e787b0b2cb3c8a806ebc1dd18c47ed32 /src/Makefile_Eolian_Cxx.am | |
parent | 525d1e062975f732c54e40074d15500cdcaa4cb4 (diff) |
cmake: fix make-clean as add_custom_command() deletes output files.
there is no way to mark output file as "precious", then cmake's
suggestion is to use add_custom_target() instead.
However that will always execute, so our generator script needs to be
smarter and only touch stuff when actually needed.
Diffstat (limited to '')
0 files changed, 0 insertions, 0 deletions