________________________________________
From: [email protected] 
[[email protected]] On Behalf Of David Becker 
[[email protected]]

I'm working on a plugin for sipxconfig and don't want to rebuild the
entirety of SipXecs, how do I tell it to rebuild only sipxconfig? I
tried make and ant in main/sipXconfig/ but that just threw errors about
missing Apache dependencies.
_______________________________________________

The technique I use is:

CURRENT=`pwd`
( cd $CURRENT/DEV_BUILD/sipXconfig ; 
  $CURRENT/sipXconfig/configure \
            --srcdir=$CURRENT/sipXconfig \
            --cache=$CURRENT/DEV_BUILD/ac-cache \
            --with-distdir=$CURRENT/dist )
make -C DEV_BUILD/sipXconfig all check install

Dale

_______________________________________________
sipx-dev mailing list
[email protected]
List Archive: http://list.sipfoundry.org/archive/sipx-dev/

Reply via email to