diff options
author | Simon Josefsson <simon@josefsson.org> | 2009-10-06 12:41:02 +0200 |
---|---|---|
committer | Simon Josefsson <simon@josefsson.org> | 2009-10-06 12:41:02 +0200 |
commit | 6d53fee59d340e094dc448059ceddcb6fa4a001d (patch) | |
tree | 13d98888f2a1d5964c65b9fbca7a8bf24b724937 /maint.mk | |
parent | 696eaa54f0415d49077e6e7ece9c44fb98d711b7 (diff) | |
download | gnutls-6d53fee59d340e094dc448059ceddcb6fa4a001d.tar.gz |
Update gnulib files.
Diffstat (limited to 'maint.mk')
-rw-r--r-- | maint.mk | 10 |
1 files changed, 5 insertions, 5 deletions
@@ -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 |