From 1b1655db3bae07205e07a59965f726fc6abccaa5 Mon Sep 17 00:00:00 2001 From: Michael Jerris <mike@jerris.com> Date: Sun, 18 Mar 2007 23:20:30 +0000 Subject: [PATCH] add custom build output on modules install git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@4649 d0543943-73ff-0310-b7d9-9358b9ac24b2 --- build/modmake.rules.in | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/build/modmake.rules.in b/build/modmake.rules.in index 04f938cf60..00b1071195 100644 --- a/build/modmake.rules.in +++ b/build/modmake.rules.in @@ -120,7 +120,8 @@ mod_clean: mod_install: $(DESTDIR)$(PREFIX)/mod/$(MODNAME).$(DYNAMIC_LIB_EXTEN) $(DESTDIR)$(PREFIX)/mod/$(MODNAME).$(DYNAMIC_LIB_EXTEN):$(MODNAME).$(DYNAMIC_LIB_EXTEN) - @$(LTINSTALL) $(MODNAME).$(DYNAMIC_LIB_EXTEN) $(DESTDIR)$(PREFIX)/mod + @echo installing $< + @$(LTINSTALL) $(MODNAME).$(DYNAMIC_LIB_EXTEN) $(DESTDIR)$(PREFIX)/mod >/dev/null mod_uninstall: @$(LTUNINSTALL) $(DESTDIR)$(PREFIX)/mod/$(MODNAME).$(DYNAMIC_LIB_EXTEN)