Re: Only recompile particular module when developing

2013-09-27 Thread aschlosberg
A little bit more experimenting and I discovered that skipping the configuration step and just running make && make install again will achieve what I wanted. Posted at Nginx Forum: http://forum.nginx.org/read.php?2,243222,243223#msg-243223 ___ nginx ma

Only recompile particular module when developing

2013-09-27 Thread aschlosberg
Hello I'm currently developing a new module and it's frustrating having to recompile every module each time. How can I skip all modules but my new one and then link the pre-existing object files? Does anyone have any other tips to streamline the module development / testing cycle? Thanks Arran