On Sun, 2008-07-27 at 01:36 -0500, Vardhan, Hars wrote: > Hi, > > I am curious to know 1 one thing. > How can we make the build of Sipx, which should apply only for the changes, > As of now, when I fire make build , it probably build a large set of files > and takes long time. > Can we make it faster?
[please keep this on the dev list and don't cross-post] After the first time you build, it's much faster on subsequent builds; there really isn't any way to speed up that first one much, though. If you're working in just one component, it's usually safe to just build within the subdirectory of that one component and then in any dependent components - the relationships are in the 'dependencies.mak' top level makefile, but _always_ do a complete build before submitting a patch, to be sure. -- Scott Lawrence tel:+1.781.229.0533;ext=162 or sip:[EMAIL PROTECTED] sipXecs project coordinator - SIPfoundry http://www.sipfoundry.org/sipXecs CTO, Voice Solutions - Bluesocket Inc. http://www.bluesocket.com/ http://www.pingtel.com/ _______________________________________________ sipx-dev mailing list [email protected] List Archive: http://list.sipfoundry.org/archive/sipx-dev Unsubscribe: http://list.sipfoundry.org/mailman/listinfo/sipx-dev
