I can recreate my system from backup in
Seconds Minutes Hours Days Weeks Never tested Never backed up ( 482 votes ~ 6 comments )
You are not currently logged in. If you do not have a user account then please consider creating one and logging in before you post your comment. This will allow you to track replies to your comment, and take part in the site much more freely.
To add your comment, fill in all the boxes below and then preview it to make sure you're happy with the way that it looks.
This is the comment you were replying to, attached to the article Speeding up recompilation with ccache:
#5 Re: Speeding up recompilation with ccache Posted by Steve (82.41.xx.xx) on Sat 30 Apr 2005 at 19:09 yes it's still useful with "make", partly because people tend to use "make clean" every now and again when developing. Also a lot of the time make will try to rebuild things that it doesn't need to. Also, consider the case when you download and install an application from source. Chances are there are a few files that are identical between foo-1.3, and foo-1.2 so you don't need to recompile those files again when upgrading.Steve -- Steve.org.uk
yes it's still useful with "make", partly because people tend to use "make clean" every now and again when developing.
Also a lot of the time make will try to rebuild things that it doesn't need to.
Also, consider the case when you download and install an application from source. Chances are there are a few files that are identical between foo-1.3, and foo-1.2 so you don't need to recompile those files again when upgrading.
Steve -- Steve.org.uk
Posting Format:
Inappropriate comments will be removed.
Some help on entry formatting is available
Username:
Password:
[ Advanced Login ]
Register Account