libtool-patches
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[PATCH 25/25] dist: hook syntax-check into `make distcheck'.


From: Gary V. Vaughan
Subject: [PATCH 25/25] dist: hook syntax-check into `make distcheck'.
Date: Tue, 15 Nov 2011 19:54:03 +0700

To make sure we don't accidentally release anything with
failing syntax-checks, have `make distcheck' run the
syntax-checks automatically.
* Makefile.am (distcheck-hook): New rule depending on
syntax-check.

Signed-off-by: Gary V. Vaughan <address@hidden>
---
 Makefile.am |    2 ++
 1 files changed, 2 insertions(+), 0 deletions(-)

diff --git a/Makefile.am b/Makefile.am
index 8953b6e..d7e4e8b 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -594,6 +594,8 @@ dist-hook: $(changelog) $(dotversion) $(readme)
          else :; fi; \
        done
 
+distcheck-hook: syntax-check
+
 uninstall-hook:
        @$(NORMAL_UNINSTALL)
        @list='$(pkgltdl_files)'; \
-- 
1.7.7.3

Cheers,
-- 
Gary V. Vaughan (gary AT gnu DOT org)



reply via email to

[Prev in Thread] Current Thread [Next in Thread]