From 9a076fda0f7170a41b1e291de9495146a5ae855a Mon Sep 17 00:00:00 2001 From: Doug Kearns Date: Thu, 16 Apr 2015 21:52:36 +1000 Subject: [PATCH] Remove crufty make target "dist". --- common/Makefile | 3 --- 1 file changed, 3 deletions(-) diff --git a/common/Makefile b/common/Makefile index d0985841..65328379 100644 --- a/common/Makefile +++ b/common/Makefile @@ -18,8 +18,6 @@ TOP = $(shell pwd) OS = $(shell uname -s) BUILD_DATE = $(shell date "+%Y/%m/%d %H:%M:%S") BASE = $(TOP)/../common -GOOGLE_PROJ = dactyl -GOOGLE = https://$(GOOGLE_PROJ).googlecode.com/files VERSION ?= $(shell $(SED) -n 's/.*em:version(>|=")(.*)["<].*/\2/p' $(TOP)/install.rdf | sed 1q) UUID := $(shell $(SED) -n 's/.*em:id(>|=")(.*)["<].*/\2/p' $(TOP)/install.rdf | sed 1q) MANGLE := chrome @@ -81,7 +79,6 @@ help: @echo " make install - installs this source tree directly to your $(HOSTAPP) profile" @echo ' set $$PROFILE to select a profile by name and $$PROFILEPATHS' @echo ' to change the directory where profiles are searched' - @echo " make dist - uploads to Google Code (this is not for you)" @echo " make clean - clean up" @echo " make distclean - clean up more" @echo " make test - run functional tests"