# HG changeset patch # User Oleksandr Gavenko # Date 1353966864 -7200 # Node ID 30c6f0eb02dbbda0ee5609c65d7c907bdcf8f643 # Parent 5f6befed263c8f571eaaa123cc7c9ca6f21fb40b Fix: rm: cannot remove `VERSION': No such file or directory. diff -r 5f6befed263c -r 30c6f0eb02db Makefile --- a/Makefile Mon Nov 26 23:35:38 2012 +0200 +++ b/Makefile Mon Nov 26 23:54:24 2012 +0200 @@ -47,7 +47,7 @@ # Prevent from deploying and distributing with wrong version. ifneq '' '$(filter deploy% dist%,$(MAKECMDGOALS))' ifeq '' '$(MAKE_RESTARTS)' - $(info $(shell rm VERSION)) + $(info $(shell rm -f VERSION)) endif endif