From owner-cvs-src Tue Mar 11 9:16:58 2003 Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B078D37B401; Tue, 11 Mar 2003 09:16:56 -0800 (PST) Received: from dragon.nuxi.com (trang.nuxi.com [66.93.134.19]) by mx1.FreeBSD.org (Postfix) with ESMTP id D2B0643FAF; Tue, 11 Mar 2003 09:16:55 -0800 (PST) (envelope-from obrien@NUXI.com) Received: from dragon.nuxi.com (smmsp@localhost [127.0.0.1]) by dragon.nuxi.com (8.12.7/8.12.7) with ESMTP id h2BHGtdh059021; Tue, 11 Mar 2003 09:16:55 -0800 (PST) (envelope-from obrien@dragon.nuxi.com) Received: (from obrien@localhost) by dragon.nuxi.com (8.12.7/8.12.7/Submit) id h2BHGtGe059020; Tue, 11 Mar 2003 09:16:55 -0800 (PST) Date: Tue, 11 Mar 2003 09:16:55 -0800 From: "David O'Brien" To: "Jacques A. Vidrine" Cc: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/secure/lib/libcrypto Makefile Message-ID: <20030311171655.GB58848@dragon.nuxi.com> Reply-To: obrien@FreeBSD.org References: <200303101943.h2AJhuX2037826@repoman.freebsd.org> <20030310200645.GB5060@madman.celabo.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20030310200645.GB5060@madman.celabo.org> User-Agent: Mutt/1.4i X-Operating-System: FreeBSD 5.0-CURRENT Organization: The NUXI BSD Group X-Pgp-Rsa-Fingerprint: B7 4D 3E E9 11 39 5F A3 90 76 5D 69 58 D9 98 7A X-Pgp-Rsa-Keyid: 1024/34F9F9D5 Sender: owner-cvs-src@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG On Mon, Mar 10, 2003 at 02:06:45PM -0600, Jacques A. Vidrine wrote: > On Mon, Mar 10, 2003 at 11:43:56AM -0800, David E. O'Brien wrote: > > obrien 2003/03/10 11:43:56 PST > > > > FreeBSD src repository > > > > Modified files: > > secure/lib/libcrypto Makefile > > Log: > > Don't error out the build if removing a "stale" symlink fails. > > Oops, sorry. How does `rm -f' "error out"? The `-f' should have > "hidden" any non-zero exit status. I guess it does not in all cases? Sorry, my bad. I could not get thru a make world and it kept dying at that point. I didn't read it quickly enough for the -f to stand out and thought the lack of - was the problem. make world still fails at that point for me, which I knew why. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-src" in the body of the message