Submit Hint Search The Forums LinksStatsPollsHeadlinesRSS
14,000 hints and counting!


Click here to return to the 'A bash script to retry large compilations via 'make'' hint
The following comments are owned by whoever posted them. This site is not responsible for what they say.
A bash script to retry large compilations via 'make'
Authored by: sjk on Jun 25, '04 10:47:18PM

I'm struggling to understand how rerunning make after it's failed will "magically" work unless you've fixed the reason for the original failure(!)

The only thing that sounds close to what you're describing should be accomplished by adding the "-i" and/or "-k" options to your make command line.



[ Reply to This | # ]