Date: Sat, 15 Feb 1997 13:04:21 -0700 (MST) From: Terry Lambert <terry@lambert.org> To: joerg_wunsch@uriah.heep.sax.de Cc: freebsd-current@freebsd.org, bemfica@militzer.me.tuns.ca Subject: Re: Can't make world... need help Message-ID: <199702152004.NAA03851@phaeton.artisoft.com> In-Reply-To: <Mutt.19970215001446.j@uriah.heep.sax.de> from "J Wunsch" at Feb 15, 97 00:14:46 am
next in thread | previous in thread | raw e-mail | index | archive | help
> No, it's more like: > > 1) const annoylevel = 3 > 2) for (i = 1; i <= annoylevel; i++) { > 3) SUP/CVSUP > 4) Compile > 5) Does it work? y -> goto 7 > } > 6) fix the problem yourself, and report the fix > 7) you're done now. More like: 1) const annoylevel = 3 2) for (i = 1; i <= annoylevel; i++) { 3) SUP/CVSUP 4) Compile 5) Does it work? y -> goto 8 } 6) fix the problem yourself, and report the fix 7) goto 1 8) you're done now. Ie: reporting a fix does not guarantee to get it in the tree. Terry Lambert terry@lambert.org --- Any opinions in this posting are my own and not those of my present or previous employers.
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199702152004.NAA03851>