equal
deleted
inserted
replaced
42 |
42 |
43 ################################################################ |
43 ################################################################ |
44 # Version extracting/generation. |
44 # Version extracting/generation. |
45 |
45 |
46 # Prevent from deploying and distributing with wrong version. |
46 # Prevent from deploying and distributing with wrong version. |
47 ifneq '' '$(filter deploy%,$(MAKECMDGOALS))' |
47 ifneq '' '$(filter deploy% dist%,$(MAKECMDGOALS))' |
48 ifeq '' '$(MAKE_RESTARTS)' |
48 ifeq '' '$(MAKE_RESTARTS)' |
49 $(info $(shell rm VERSION)) |
49 $(info $(shell rm VERSION)) |
50 endif |
50 endif |
51 endif |
51 endif |
52 |
52 |