[Freeswitch-svn] [commit] r4675 - freeswitch/trunk
Freeswitch SVN
mikej at freeswitch.org
Mon Mar 19 21:00:22 EDT 2007
Author: mikej
Date: Mon Mar 19 21:00:22 2007
New Revision: 4675
Modified:
freeswitch/trunk/Makefile.am
Log:
little cleanups
Modified: freeswitch/trunk/Makefile.am
==============================================================================
--- freeswitch/trunk/Makefile.am (original)
+++ freeswitch/trunk/Makefile.am Mon Mar 19 21:00:22 2007
@@ -12,11 +12,9 @@
LIBTOOL=`if test -z "$(VERBOSE)" ; then echo $(SHELL) $(switch_builddir)/quiet_libtool ;else echo $(switch_builddir)/libtool; fi;`
-#LIBTOOL = $(SHELL) $(switch_builddir)/quiet_libtool
LTINSTALL = $(LIBTOOL) --mode=install $(INSTALL)
TOUCH_TARGET=if test -f "$@" ; then touch "$@" ; fi ;
AM_MAKEFLAGS=`test -n "$(VERBOSE)" || echo -s`
-#AM_MAKEFLAGS=`if test -z "$(VERBOSE)" ; then $(MAKE) --help | grep silent | grep "\-s" 2>&1 >/dev/null && echo -s;fi`
if CRASHPROT
AM_CFLAGS += -DCRASH_PROT
More information about the Freeswitch-svn
mailing list