From 40863bf1325977b555ee7912b12ec601537496cc Mon Sep 17 00:00:00 2001 From: Kris Maglione Date: Sat, 5 Apr 2014 14:17:20 -0700 Subject: [PATCH] Remove dist make target. --HG-- extra : rebase_source : b240588127bd91ad54d127ba399d09a669072f37 --- common/Makefile | 20 -------------------- 1 file changed, 20 deletions(-) diff --git a/common/Makefile b/common/Makefile index 8f34f02d..d0985841 100644 --- a/common/Makefile +++ b/common/Makefile @@ -96,26 +96,6 @@ info: jar: $(JAR) -# This is not for you! -dist: $(XPI) - @echo DIST $(XPI) $(GOOGLE) - set -e; \ - \ - proj=$$(echo -n $(NAME) | sed 's/\(.\).*/\1/' | tr a-z A-Z); \ - proj="$$proj$$(echo $(NAME) | sed 's/.//')"; \ - [ -z "$$summary" ] && summary="$$proj $(VERSION) Release"; \ - labels="Project-$$proj,$(labels)"; \ - [ -n "$(featured)" ] && labels="$$labels,Featured"; \ - \ - IFS=,; for l in $$labels; do \ - set -- "$$@" --form-string "label=$$l"; \ - done; \ - auth=$$(echo -n "$(GOOGLE_USER):$(GOOGLE_PASS)" | $(B64ENCODE)); \ - $(CURL) "$$@" --form-string "summary=$$summary" \ - -F "filename=@$(XPI)" \ - -H "Authorization: Basic $$auth" \ - -i "$(GOOGLE)" | sed -n '/^Location/{p;q;}' - install: export dir; \ for dir in $(PROFILEPATHS); do \