]> git.ipfire.org Git - thirdparty/freeswitch.git/commitdiff
little cleanups
authorMichael Jerris <mike@jerris.com>
Tue, 20 Mar 2007 01:00:22 +0000 (01:00 +0000)
committerMichael Jerris <mike@jerris.com>
Tue, 20 Mar 2007 01:00:22 +0000 (01:00 +0000)
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@4675 d0543943-73ff-0310-b7d9-9358b9ac24b2

Makefile.am

index 7d2efb1a0e40e1f8e00bce5d63f84581d5fc0912..f53f8812c55684db6e05b06529066e3c4260bc58 100644 (file)
@@ -12,11 +12,9 @@ OSARCH=`uname -s`
 
 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