On Tuesday 25 March 2003 11:58, David Stubbs wrote: > cvs update in libpri > then make clean && make && make install
Pet peeve: make can accept multiple targets on the command line. Hence, you can do the following and save the creation of two extra processes: make clean all install -Tilghman _______________________________________________ Asterisk-Users mailing list [EMAIL PROTECTED] http://lists.digium.com/mailman/listinfo/asterisk-users
