From owner-cvs-all Tue Apr 2 7: 7:45 2002 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 6690D37B416; Tue, 2 Apr 2002 07:07:35 -0800 (PST) Received: (from matusita@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g32F7ZN27051; Tue, 2 Apr 2002 07:07:35 -0800 (PST) (envelope-from matusita) Message-Id: <200204021507.g32F7ZN27051@freefall.freebsd.org> From: Makoto Matsushita Date: Tue, 2 Apr 2002 07:07:35 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/release Makefile X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG matusita 2002/04/02 07:07:35 PST Modified files: release Makefile Log: Fix recent fixit.flp flood: - don't make device files since we are in the DEVFS era. (for the last resort, fixit.flp still has /dev/MAKEDEV.) - increase FIXITINODE size to 10 times (40000). After this change, we have 42kbytes of free space, and 38 of free inodes (confirmed with 5.0-CURRENT-20020327-JPSNAP). Since 4-stable doesn't have DEVFS, we can't MFC this (except FIXITINODE). Revision Changes Path 1.666 +5 -6 src/release/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message