summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorScott Griepentrog <scott@griepentrog.com>2015-09-04 13:51:46 -0500
committerScott Griepentrog <scott@griepentrog.com>2015-09-25 15:07:44 -0500
commitd6472d96b3492dc59e72208e20d7da4054de3410 (patch)
tree8553ebe74647698553e92946b2f679da4013508e /Makefile
parentc15d8cc0ed110ace9e85cce0857524358139c075 (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 f6a3d1ff9..bfa1ad96e 100644
--- a/Makefile
+++ b/Makefile
@@ -578,6 +578,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 \