summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorScott Griepentrog <scott@griepentrog.com>2015-09-04 13:51:46 -0500
committerScott Griepentrog <sgriepentrog@digium.com>2015-09-25 15:10:03 -0500
commite1223ff6dbe734858e6f15cd36f333b2e0075d24 (patch)
treec7dfa048449fc8fab0f858f73e65dfe64fabd6e1 /Makefile
parent41f856e5a2f71274423dba591b3219c172aec8ca (diff)
Scripts: check file versions of Asterisk and dependencies
To help in diagnosing mismatched modules and libraries, this script scans for version, repository, and source information and reports what is found. ASTERISK-25376 #close Reported by: Ashley Sanders Change-Id: Ib0642d0fb96712476f59760d6d137a24633fe2d6
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 8180a4f89..46b71935f 100644
--- a/Makefile
+++ b/Makefile
@@ -579,6 +579,7 @@ main-bininstall:
+@DESTDIR="$(DESTDIR)" ASTSBINDIR="$(ASTSBINDIR)" ASTLIBDIR="$(ASTLIBDIR)" $(SUBMAKE) -C main bininstall
bininstall: _all installdirs $(SUBDIRS_INSTALL) main-bininstall
+ $(INSTALL) -m 755 contrib/scripts/astversion "$(DESTDIR)$(ASTSBINDIR)/"
$(INSTALL) -m 755 contrib/scripts/astgenkey "$(DESTDIR)$(ASTSBINDIR)/"
$(INSTALL) -m 755 contrib/scripts/autosupport "$(DESTDIR)$(ASTSBINDIR)/"
if [ ! -f /sbin/launchd ]; then \