X-Git-Url: https://git.donarmstrong.com/?p=dactyl.git;a=blobdiff_plain;f=common%2FMakefile;h=0251c4ab3ce210e14c1b17c5665c456052a80f88;hp=ef118e804fc2be6aed3dd0ee4a5660c2d7e277bd;hb=5ebd29f56d17f62011cdd596b1d351947ee534ff;hpb=9044153cb63835e39b9de8ec4ade237c03e3888a diff --git a/common/Makefile b/common/Makefile index ef118e8..0251c4a 100644 --- a/common/Makefile +++ b/common/Makefile @@ -16,7 +16,7 @@ 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 := $(shell date '+%s' | awk '{ printf "%x", $$1 }') +MANGLE := chrome MOZMILL = mozmill HOSTAPP_PATH = $(shell which $(HOSTAPP)) TEST_DIR = $(BASE)/tests/functional @@ -50,9 +50,6 @@ XPI_NAME = $(NAME)-$(VERSION) XPI = ../downloads/$(XPI_NAME).xpi XPI_PATH = $(TOP)/$(XPI:%.xpi=%) -RDF = ../downloads/update.rdf -RDF_IN = $(RDF).in - BUILD_DIR = build.$(VERSION).$(OS) .SILENT: @@ -78,7 +75,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 release - updates update.rdf (this is not for you)" @echo " make dist - uploads to Google Code (this is not for you)" @echo " make clean - clean up" @echo " make distclean - clean up more" @@ -94,8 +90,6 @@ info: jar: $(JAR) -release: $(XPI) $(RDF) - # This is not for you! dist: $(XPI) @echo DIST $(XPI) $(GOOGLE) @@ -160,13 +154,6 @@ install: installxpi: xpi $(HOSTAPP) $(XPI) -$(RDF): $(RDF_IN) Makefile - @echo "Preparing release..." - $(SED) -e "s,@VERSION@,$(VERSION),g" \ - -e "s,@DATE@,$(BUILD_DATE),g" \ - < $< > $@ - @echo "SUCCESS: $@" - clean: @echo "General $(NAME) cleanup..." rm -f $(JAR) $(XPI)