summaryrefslogtreecommitdiff
path: root/maint.mk
diff options
context:
space:
mode:
authorSimon Josefsson <simon@josefsson.org>2009-10-06 12:41:02 +0200
committerSimon Josefsson <simon@josefsson.org>2009-10-06 12:41:02 +0200
commit6d53fee59d340e094dc448059ceddcb6fa4a001d (patch)
tree13d98888f2a1d5964c65b9fbca7a8bf24b724937 /maint.mk
parent696eaa54f0415d49077e6e7ece9c44fb98d711b7 (diff)
downloadgnutls-6d53fee59d340e094dc448059ceddcb6fa4a001d.tar.gz
Update gnulib files.
Diffstat (limited to 'maint.mk')
-rw-r--r--maint.mk10
1 files changed, 5 insertions, 5 deletions
diff --git a/maint.mk b/maint.mk
index fe6b3ffce6..68bd8f9153 100644
--- a/maint.mk
+++ b/maint.mk
@@ -696,11 +696,11 @@ no-submodule-changes:
: ; \
fi
-.PHONY: alpha beta major
-ALL_RECURSIVE_TARGETS += alpha beta major
-alpha beta major: $(local-check) writable-files no-submodule-changes
- test $@ = major \
- && { echo $(VERSION) | grep -E '^[0-9]+(\.[0-9]+)+$$' \
+.PHONY: alpha beta stable
+ALL_RECURSIVE_TARGETS += alpha beta stable
+alpha beta stable: $(local-check) writable-files no-submodule-changes
+ test $@ = stable \
+ && { echo $(VERSION) | grep -E '^[0-9]+(\.[0-9]+)+$$' \
|| { echo "invalid version string: $(VERSION)" 1>&2; exit 1;};}\
|| :
$(MAKE) vc-diff-check