I would like to make some changes for the following file:
/usr/src/asterisk/channels/chan_sip.c
How can i compile only this file. I dont want to do make as it will alter all my installations.
I would like to make some changes for the following file:
/usr/src/asterisk/channels/chan_sip.c
How can i compile only this file. I dont want to do make as it will alter all my installations.
When you type “make”, it will only rebuild the code that has changed. You can install just that module by typing