From 1e1a9e30d8358f2ad8e2bc8c92bd314717190da8 Mon Sep 17 00:00:00 2001 From: Luigi Rizzo Date: Mon, 10 Dec 2007 02:06:40 +0000 Subject: make the install target a bit less noisy git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@92063 65c4cc65-6c06-0410-ace0-fbb531ad65f3 --- Makefile.moddir_rules | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'Makefile.moddir_rules') diff --git a/Makefile.moddir_rules b/Makefile.moddir_rules index 4343599a4..8db597cb4 100644 --- a/Makefile.moddir_rules +++ b/Makefile.moddir_rules @@ -34,8 +34,6 @@ endif include $(ASTTOPDIR)/Makefile.rules -#comma:=, # not used - # Both C++ and C++ sources need their module name in AST_MODULE # We also pass whatever _INCLUDE list is generated by menuselect # (they are stored in file 'makeopts') @@ -99,7 +97,8 @@ clean:: rm -f modules.link install:: all - for x in $(LOADABLE_MODS:%=%.so); do $(INSTALL) -m 755 $$x $(DESTDIR)$(MODULES_DIR) ; done + @echo "Installing modules from `basename $(CURDIR)`..." + @for x in $(LOADABLE_MODS:%=%.so); do $(INSTALL) -m 755 $$x $(DESTDIR)$(MODULES_DIR) ; done uninstall:: -- cgit v1.2.3