[Freeswitch-users] proper way to clean source tree after build?

Szymon Olko solko at gcdf.pl
Sat Mar 21 01:29:38 PDT 2009


Jason White pisze:
> I'm building under Debian.
> 
> To clean the source tree after building, I've tried
> make clean
> debuild clean
> 
> but what often happens is that after updating to a later svn revision and then
> trying to build, I get various errors during the compilation process that
> disappear if I make a clean checkout from the repository and run the build
> again.
> 
> I have also found that using svn export to reproduce the tree in another
> directory, then building from that directory, doesn't always solve the problem.
> 
> Is there a better way to clean up the source tree after updating it, to avoid
> these issues? I assume there are extraneous modifications or files that simply
> aren't being eliminated by the "clean" makefile targets.
> 
> 

There is
'make current'
which make cleaning, uninstalling, updating, building and installing new version.
I looked into make file, and I'm doing all without uninstall and install, which I call later when it is possible for me.


> _______________________________________________
> Freeswitch-users mailing list
> Freeswitch-users at lists.freeswitch.org
> http://lists.freeswitch.org/mailman/listinfo/freeswitch-users
> UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users
> http://www.freeswitch.org
> 





More information about the FreeSWITCH-users mailing list