I assume you are using an objdir build (by specifying an objdir in .mozconfig)
what I tend to do when I want a new build is to remove the entire obj tree, and then do a gmake -f client.mk pull_all and then build. That way my new stuff never mixes with the old stuff. -- Michael Kaply IBM Mozilla Advocate Platform Owner - Warpzilla
