From d73f053096ebcd06208c2005af8c3d468c0262c0 Mon Sep 17 00:00:00 2001 From: Andy Spencer Date: Thu, 16 Jul 2009 06:52:32 +0000 Subject: [PATCH] updating make release with prompt --- Makefile.am | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Makefile.am b/Makefile.am index f1c76f8..4b7dbe2 100644 --- a/Makefile.am +++ b/Makefile.am @@ -7,6 +7,8 @@ test: all (cd src && make test) release: all dist + @echo -en "\nRelease $(PACKAGE)-$(VERSION) (y/n): " + @read ans && [ "$$ans" != "y" ] && exit 1 || exit 0 svn cp \ https://lug.rose-hulman.edu/svn/proj-$(PACKAGE)/trunk \ https://lug.rose-hulman.edu/svn/proj-$(PACKAGE)/tags/$(VERSION) -- 2.43.2