Makefile
changeset 133 60e2090b7462
parent 132 236e638526a5
child 136 55aad331c951
equal deleted inserted replaced
132:236e638526a5 133:60e2090b7462
    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