Quoth James McDonald: > 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 -- "Life is like a buffet; it's not good but there's plenty of it." _______________________________________________ Linux-users mailing list [EMAIL PROTECTED] Unsubscribe/Suspend/Etc -> http://www.linux-sxs.org/mailman/listinfo/linux-users
