You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I want to create a Makefile, but even phive install updates phive.xml on every run. This means from makes point of view the tools are always expired. Since there is no lock file (see #92 ) phive.xmls timestamp should not change, when the file itself does not change.
The text was updated successfully, but these errors were encountered:
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.The text was updated successfully, but these errors were encountered: