[Asterisk-cvs] asterisk/apps Makefile,1.55,1.56

anthm at lists.digium.com anthm at lists.digium.com
Fri Apr 16 14:53:54 CDT 2004


Update of /usr/cvsroot/asterisk/apps
In directory mongoose.digium.com:/tmp/cvs-serv8375/apps

Modified Files:
	Makefile 
Log Message:
* Patch to Makefiles to allow a script to query the make envirnoment.
* contrib/scripts/astxs (The tool itself)
* see bug 1329

-Anthony Minessale (anthm)


Index: Makefile
===================================================================
RCS file: /usr/cvsroot/asterisk/apps/Makefile,v
retrieving revision 1.55
retrieving revision 1.56
diff -u -d -r1.55 -r1.56
--- Makefile	7 Apr 2004 17:19:25 -0000	1.55
+++ Makefile	16 Apr 2004 18:57:07 -0000	1.56
@@ -100,3 +100,6 @@
 
 .depend:
 	../mkdep $(CFLAGS) `ls *.c`
+
+env:
+	/bin/env




More information about the svn-commits mailing list