[Asterisk-cvs] asterisk/res Makefile,1.11,1.12

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


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

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/res/Makefile,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -d -r1.11 -r1.12
--- Makefile	26 Oct 2003 18:50:49 -0000	1.11
+++ Makefile	16 Apr 2004 18:57:07 -0000	1.12
@@ -44,3 +44,6 @@
 
 .depend:
 	../mkdep $(CFLAGS) `ls *.c`
+
+env:
+	/bin/env




More information about the svn-commits mailing list