equal
deleted
inserted
replaced
45 # Version extracting/generation. |
45 # Version extracting/generation. |
46 |
46 |
47 # Prevent from deploying and distributing with wrong version. |
47 # Prevent from deploying and distributing with wrong version. |
48 ifneq '' '$(filter deploy% dist%,$(MAKECMDGOALS))' |
48 ifneq '' '$(filter deploy% dist%,$(MAKECMDGOALS))' |
49 ifeq '' '$(MAKE_RESTARTS)' |
49 ifeq '' '$(MAKE_RESTARTS)' |
50 $(info $(shell rm VERSION)) |
50 $(info $(shell rm -f VERSION)) |
51 endif |
51 endif |
52 endif |
52 endif |
53 |
53 |
54 # Here are vmajor and vminor. Look README section "Versioning rules." |
54 # Here are vmajor and vminor. Look README section "Versioning rules." |
55 -include VERSION |
55 -include VERSION |