From owner-freebsd-current Sat Feb 15 12:05:27 1997 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id MAA11284 for current-outgoing; Sat, 15 Feb 1997 12:05:27 -0800 (PST) Received: from phaeton.artisoft.com (phaeton.Artisoft.COM [198.17.250.50]) by freefall.freebsd.org (8.8.5/8.8.5) with SMTP id MAA11278 for ; Sat, 15 Feb 1997 12:05:22 -0800 (PST) Received: (from terry@localhost) by phaeton.artisoft.com (8.6.11/8.6.9) id NAA03851; Sat, 15 Feb 1997 13:04:21 -0700 From: Terry Lambert Message-Id: <199702152004.NAA03851@phaeton.artisoft.com> Subject: Re: Can't make world... need help To: joerg_wunsch@uriah.heep.sax.de Date: Sat, 15 Feb 1997 13:04:21 -0700 (MST) Cc: freebsd-current@freebsd.org, bemfica@militzer.me.tuns.ca In-Reply-To: from "J Wunsch" at Feb 15, 97 00:14:46 am X-Mailer: ELM [version 2.4 PL24] MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Sender: owner-current@freebsd.org X-Loop: FreeBSD.org Precedence: bulk > 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.