View Single Post
  #7   (View Single Post)  
Old 20th April 2009
WeakSauceIII WeakSauceIII is offline
Port Guard
 
Join Date: May 2008
Posts: 36
Default

I wonder if some one can clarify something for me along the lines of this threads topic. I was able to build many of these ports from source after adding the debug flags. I would pkg_delete the package and this would remove the binary from /usr/local/bin. I would 'make', then 'make install' and the binary would be put back in /usr/local/bin. But one port, gnash, i built before i figured out the debug flag syntax in the make file. Now here is the problem with this one build, it always ends up putting the original file i built out there from the previous day. It's like the make process recognizes that nothing has changed so it doesn't actually rebuild the final binary again. Any ides on why that would be? i have tried to make clean and make clean=depend. Every time though, I wait for the 45 minute build - it puts the same non debug binary out there from the day before.
Reply With Quote