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: LC on Jun 25, '04 11:14:14AM
until make ; do echo "make failed. Retrying ... -C to interrupt" ; sleep 1 ; done

[ Reply to This | # ]
A bash script to retry large compilations via 'make'
Authored by: LC on Jun 25, '04 11:16:04AM

oops ... that php stripper removed my < > again ...
s.b. <CTRL>-C
Larry



[ Reply to This | # ]