From owner-cvs-share Fri Jan 3 05:49:17 1997 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.4/8.8.4) id FAA21426 for cvs-share-outgoing; Fri, 3 Jan 1997 05:49:17 -0800 (PST) Received: from mail.tky007.tth.expo96.ad.jp (root@tky007.tth.expo96.ad.jp [133.246.32.58]) by freefall.freebsd.org (8.8.4/8.8.4) with ESMTP id FAA21400; Fri, 3 Jan 1997 05:49:07 -0800 (PST) Received: from tky007.tth.expo96.ad.jp (masafumi@localhost [127.0.0.1]) by mail.tky007.tth.expo96.ad.jp (8.8.4/3.4W4-SMTP) with ESMTP id WAA25567; Fri, 3 Jan 1997 22:48:38 +0900 (JST) Message-Id: <199701031348.WAA25567@mail.tky007.tth.expo96.ad.jp> To: bde@zeta.org.au Cc: bde@freefall.freebsd.org, max@wide.ad.jp, cvs-all@freefall.freebsd.org, CVS-committers@freefall.freebsd.org, cvs-share@freefall.freebsd.org Subject: Re: cvs commit: src/share/syscons/fonts Makefile src/share/syscons/keymaps Makefile From: Masafumi NAKANE/=?ISO-2022-JP?B?GyRCQ2Y6LDJtSjgbKEI=?= In-Reply-To: Your message of "Fri, 3 Jan 1997 14:47:25 +1100" References: <199701030347.OAA16861@godzilla.zeta.org.au> X-Mailer: Mew version 1.54 on Emacs 19.28.1, Mule 2.3 Mime-Version: 1.0 Content-Type: Text/Plain; charset=us-ascii Content-Transfer-Encoding: 7bit Date: Fri, 03 Jan 1997 22:48:37 +0900 Sender: owner-cvs-share@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk >> Looks like this change is causing make install for >> syscons/fonts and syscons/keymaps to fail. The install program >> seems unable to find the files to be installed. bde> Yes, you have to remove the stale obj directories. See old bde> mail to -current. Oops, I must've overlooked that one. Thanks for the info. Now I understand what's happening. Oh well, I should've known better than asking about this before trying out make with all clean* targets. (I was completely forgetting about cleandir ;) Max