From 0d03c5fbf0b1cc00fb176c9e5ed8e745869018ac Mon Sep 17 00:00:00 2001 From: Vincent Sanders Date: Sun, 28 Apr 2013 22:14:05 +0100 Subject: add dummy clean targets ensure targets declared phony bump version number ready for next release --- Makefile | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 5c1ee82..07873ba 100644 --- a/Makefile +++ b/Makefile @@ -6,7 +6,9 @@ # Component settings COMPONENT := buildsystem -COMPONENT_VERSION := 1.0 +COMPONENT_VERSION := 1.1 + +.PHONY:all usage install dist clean distclean all: usage @@ -47,3 +49,9 @@ dist: $(if $(subst $(GIT_VER),,$(COMPONENT_VERSION)), $(error Component Version "$(COMPONENT_VERSION)" and GIT tag version "$(GIT_VER)" do not match)) $(eval DIST_FILE := $(COMPONENT)-${GIT_VER}) $(Q)git archive --format=tar.gz --prefix=$(DIST_FILE)/ -o $(DIST_FILE).tar.gz $(GIT_TAG) + +# dummy clean target +clean: + +# dummy distribution clean target +distclean: -- cgit v1.2.3