Quoth James McDonald:So basically it's been taking me 8+ hours to compile mozilla from scratch everytime for no good reason....
folks,
After compiling a program the first time if you update the source later and then rerun make again will it just update the bits that are changed or do you need to do a complete make clean and start the compile from scratch?
This is what make was designed to do - update only the bits that changed and anything that depends on those bits.
Kurt
Darn ;)
_______________________________________________ Linux-users mailing list [EMAIL PROTECTED] Unsubscribe/Suspend/Etc -> http://www.linux-sxs.org/mailman/listinfo/linux-users
