From e3cf015723fb867461b822fa82067f66ac389a4d Mon Sep 17 00:00:00 2001 From: Samy Al Bahra Date: Sat, 18 Aug 2012 16:56:01 -0400 Subject: [PATCH] build: Drop dist target, it really adds little value. Use git-archive instead or similar if you need to build your own distribution tarball. --- Makefile.in | 9 +-------- 1 file changed, 1 insertion(+), 8 deletions(-) diff --git a/Makefile.in b/Makefile.in index d989c6b..415e2da 100644 --- a/Makefile.in +++ b/Makefile.in @@ -1,4 +1,4 @@ -.PHONY: all check clean dist distclean doc install install-headers regressions uninstall +.PHONY: all check clean distclean doc install install-headers regressions uninstall CFLAGS=@CFLAGS@ VERSION=@VERSION@ @@ -69,13 +69,6 @@ clean: $(MAKE) -C regressions clean rm -f *~ *.o *.tar.gz -dist: distclean - rm -rf $(DISTDIR) - mkdir $(DISTDIR) - gnutar -czf $(DISTFILE) --anchored --exclude ./.git --exclude ./$(DISTDIR) --transform "s,^\.,ck-$(VERSION)," . - cp $(DISTFILE) . - rm -rf $(DISTDIR) - distclean: clean rm -f include/ck_md.h rm -f build/regressions.build