Skip to Content.
Sympa Menu

sm-sorcery-bugs - [SM-Sorcery-Bugs] [Bug 6281] optionally run make again on failure

sm-sorcery-bugs AT lists.ibiblio.org

Subject: Bugs for Sorcery are reported here

List archive

Chronological Thread  
  • From: bugzilla-daemon AT metalab.unc.edu
  • To: sm-sorcery-bugs AT lists.ibiblio.org
  • Subject: [SM-Sorcery-Bugs] [Bug 6281] optionally run make again on failure
  • Date: Mon, 8 Mar 2004 08:21:12 -0500

http://bugs.sourcemage.org/show_bug.cgi?id=6281





------- Additional Comments From rycee AT home.se 2004-03-08 08:21 -------
Uh, I don't know why the STATUS= line got screwed up. It should be assigned
the
last exit code.

About the splitting of BUILD files I don't think it's worth the trouble.
Generally speaking nothing really fails in spells except make, at least it's
primarily make failures that cause annoyance due to the amount of time wasted.
Using the fix I proposed in the previous comment you avoid this whithout
having
to do any changes to the spells.

If we always run make again when it fails the first time then we can just use
"while [[ $STATUS != 0 ]] ; do ... done" which I think it rather nice. Any
subsequent running of make have to be allowed by the user so it doesn't enter
an
infinite loop.



------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.




Archive powered by MHonArc 2.6.24.

Top of Page