From owner-freebsd-current Fri Aug 15 21:53:44 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.5/8.8.5) id VAA07581 for current-outgoing; Fri, 15 Aug 1997 21:53:44 -0700 (PDT) Received: from pahtoh.cwu.edu (root@pahtoh.cwu.edu [198.104.65.27]) by hub.freebsd.org (8.8.5/8.8.5) with ESMTP id VAA07575 for ; Fri, 15 Aug 1997 21:53:42 -0700 (PDT) Received: from opus.cts.cwu.edu (skynyrd@opus.cts.cwu.edu [198.104.92.71]) by pahtoh.cwu.edu (8.8.5/8.8.5) with ESMTP id VAA26801 for ; Fri, 15 Aug 1997 21:53:37 -0700 (PDT) Received: from localhost (skynyrd@localhost) by opus.cts.cwu.edu (8.8.6/8.8.5) with SMTP id VAA11787 for ; Fri, 15 Aug 1997 21:53:36 -0700 (PDT) Date: Fri, 15 Aug 1997 21:53:36 -0700 (PDT) From: Chris Timmons Reply-To: Chris Timmons To: freebsd-current@freebsd.org Subject: world makers: watch for stale depends! Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-current@freebsd.org X-Loop: FreeBSD.org Precedence: bulk I've just upgraded usr.bin/global to v2.0 and in the process, modified it to build from src/contrib/global sources. If your world build has problems in global, make sure that you do a 'make cleandepend' (or just zap /usr/obj and start fresh.) -Chris