Makefile
changeset 239 acd65d2fff84
parent 228 88f7e396eb1d
child 240 e0d250644798
equal deleted inserted replaced
238:a244e0f5409a 239:acd65d2fff84
   185 echo 'quit'; \
   185 echo 'quit'; \
   186 ) | sftp -b - $(SF_USER),$(pkgname)@frs.sourceforge.net
   186 ) | sftp -b - $(SF_USER),$(pkgname)@frs.sourceforge.net
   187 
   187 
   188 .PHONY: deploy2sf-src
   188 .PHONY: deploy2sf-src
   189 deploy2sf-src:
   189 deploy2sf-src:
   190 	hg push ssh://$(SF_USER)@hg.code.sf.net/p/$(pkgname)/code
   190 	hg push ssh://$(SF_USER)@hg.code.sf.net/p/$(pkgname)/code || [ $$? = 1 ]
   191 
   191 
   192 .PHONY: deploy-check
   192 .PHONY: deploy-check
   193 deploy-check:
   193 deploy-check:
   194 	case ${visclean} in \
   194 	case ${visclean} in \
   195 		no) echo "Local changes found. Build stop."; \
   195 		no) echo "Local changes found. Build stop."; \