From owner-freebsd-stable Wed Aug 20 19:14:32 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.5/8.8.5) id TAA22718 for stable-outgoing; Wed, 20 Aug 1997 19:14:32 -0700 (PDT) Received: from css.tuu.utas.edu.au (iaint@css.tuu.utas.edu.au [131.217.115.65]) by hub.freebsd.org (8.8.5/8.8.5) with ESMTP id TAA22711 for ; Wed, 20 Aug 1997 19:14:26 -0700 (PDT) Received: from localhost (iaint@localhost) by css.tuu.utas.edu.au (8.8.5/8.8.5) with SMTP id MAA01654 for ; Thu, 21 Aug 1997 12:14:27 +1000 (EST) Date: Thu, 21 Aug 1997 12:14:26 +1000 (EST) From: Iain Templeton To: stable@freebsd.org Subject: contrib/cvs/src/commit.c in RELENG_2_2 vanishing? Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-stable@freebsd.org X-Loop: FreeBSD.org Precedence: bulk >From a cvsup of 2.2-STABLE both earlier this morning 0930 GMT+10 and 1200 GMT+10 from cvsup.au.freebsd.org it seems that the file /usr/src/contrib/cvs/src/commit.c is missing. Make prints that it cannot make that file (from the directory /usr/src/gnu/usr.bin/cvs) depravitas...usr.bin/cvs# make ===> lib ===> cvs make: don't know how to make commit.c. Stop *** Error code 2 Stop. Which normally (I think) means the file doesn't exist, and it doesn't. It was there two weeks ago when we last built world. Either that or I've just gone silly... Iain.