582f72bf3b
If generation of files is turned off, and a file is missing, when building in tree with cmake, you can end up with the generated file being turned into a symlink to itself. This will also break any future attempt at building with make. Fix this by testing if the file exists prior to attempting to link it. Signed-off-by: Paul Elliott <paul.elliott@arm.com>
3 lines
145 B
Text
3 lines
145 B
Text
Bugfix
|
|
* Fix an issue in releases with GEN_FILES turned off whereby missing
|
|
generated files could be turned into symlinks to themselves.
|