[asterisk-commits] branch murf/AEL2 r22271 - in /team/murf/AEL2: ./ Makefile

asterisk-commits at lists.digium.com asterisk-commits at lists.digium.com
Mon Apr 24 10:33:35 MST 2006


Author: kpfleming
Date: Mon Apr 24 12:33:34 2006
New Revision: 22271

URL: http://svn.digium.com/view/asterisk?rev=22271&view=rev
Log:
Merged revisions 22269 via svnmerge from 
https://origsvn.digium.com/svn/asterisk/trunk

........
r22269 | russell | 2006-04-24 12:24:03 -0500 (Mon, 24 Apr 2006) | 2 lines

fix kevin's silly typos

........

Modified:
    team/murf/AEL2/   (props changed)
    team/murf/AEL2/Makefile

Propchange: team/murf/AEL2/
------------------------------------------------------------------------------
--- svnmerge-integrated (original)
+++ svnmerge-integrated Mon Apr 24 12:33:34 2006
@@ -1,1 +1,1 @@
-/trunk:1-22268
+/trunk:1-22270

Modified: team/murf/AEL2/Makefile
URL: http://svn.digium.com/view/asterisk/team/murf/AEL2/Makefile?rev=22271&r1=22270&r2=22271&view=diff
==============================================================================
--- team/murf/AEL2/Makefile (original)
+++ team/murf/AEL2/Makefile Mon Apr 24 12:33:34 2006
@@ -443,7 +443,7 @@
 	@echo "**** The configure script was just executed, so 'make' needs to be"
 	@echo "**** restarted."
 	@echo "****"
-	@echo exit 1
+	@exit 1
 
 makeopts: configure
 	@CFLAGS="" ./configure
@@ -451,7 +451,7 @@
 	@echo "**** The configure script was just executed, so 'make' needs to be"
 	@echo "**** restarted."
 	@echo "****"
-	@echo exit 1
+	@exit 1
 
 menuselect.makeopts: build_tools/menuselect makeopts.xml
 	@build_tools/menuselect --check-deps ${GLOBAL_MAKEOPTS} ${USER_MAKEOPTS} $@



More information about the asterisk-commits mailing list