Closed kingcrunch closed 7 years ago
The install command currently does not check whether the symlink in the tools directory is already present/points to the requested version but merely (re-)creates it.
As a result, the phive.xml gets "updated" - even though nothing actually changed from a content perspective.
I want to create a
Makefile
, but evenphive install
updatesphive.xml
on every run. This means frommake
s point of view the tools are always expired. Since there is no lock file (see #92 )phive.xml
s timestamp should not change, when the file itself does not change.