[Asterisk-cvs] asterisk Makefile,1.82,1.83

citats at lists.digium.com citats at lists.digium.com
Tue Apr 27 17:24:16 CDT 2004


Update of /usr/cvsroot/asterisk
In directory mongoose.digium.com:/home/citats/cvs/asterisk

Modified Files:
	Makefile 
Log Message:
Portability fix, use the shells path for sed and env


Index: Makefile
===================================================================
RCS file: /usr/cvsroot/asterisk/Makefile,v
retrieving revision 1.82
retrieving revision 1.83
diff -u -d -r1.82 -r1.83
--- Makefile	19 Apr 2004 08:11:51 -0000	1.82
+++ Makefile	27 Apr 2004 21:30:31 -0000	1.83
@@ -471,7 +471,7 @@
 FORCE:
 
 %_env:
-	make -C $(shell echo $@ | /bin/sed "s/_env//g") env
+	make -C $(shell echo $@ | sed "s/_env//g") env
 
 env:
-	/bin/env
+	env




More information about the svn-commits mailing list