Skip to content

Commit

Permalink
take out makefile lock
Browse files Browse the repository at this point in the history
  • Loading branch information
Jeff Dickey committed May 1, 2016
1 parent c5d98f3 commit c71f94b
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -123,13 +123,8 @@ endif
DIST_PATCHES := $(foreach t,$(TARGETS),$(DIST_DIR)/$(PREVIOUS_VERSION)/heroku-v$(PREVIOUS_VERSION)-$(t).patch)

$(DIST_DIR)/$(PREVIOUS_VERSION)/heroku-v$(PREVIOUS_VERSION)-%.patch: $(DIST_DIR)/$(VERSION)/heroku-v$(VERSION)-%.tar.xz
while ! mkdir tmp/bsdifflock
do
sleep 3
done
@mkdir -p $(@D)
$(WORKSPACE)/bin/heroku build:bsdiff --new $< --channel $(CHANNEL) --target $* --out $@
rmdir tmp/bsdifflock

DEB_VERSION:=$(firstword $(subst -, ,$(VERSION)))-1
DEB_BASE:=heroku_$(DEB_VERSION)
Expand Down

0 comments on commit c71f94b

Please sign in to comment.