From owner-cvs-sys Tue Oct 15 17:11:43 1996 Return-Path: owner-cvs-sys Received: (from root@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id RAA20044 for cvs-sys-outgoing; Tue, 15 Oct 1996 17:11:43 -0700 (PDT) Received: from mail.cs.tu-berlin.de (root@mail.cs.tu-berlin.de [130.149.17.13]) by freefall.freebsd.org (8.7.5/8.7.3) with ESMTP id RAA19861; Tue, 15 Oct 1996 17:08:58 -0700 (PDT) Received: from campa.panke.de (anonymous233.ppp.cs.tu-berlin.de [130.149.17.233]) by mail.cs.tu-berlin.de (8.6.13/8.6.12) with ESMTP id BAA25505; Wed, 16 Oct 1996 01:55:51 +0200 Received: (from wosch@localhost) by campa.panke.de (8.6.12/8.6.12) id BAA02221; Wed, 16 Oct 1996 01:05:10 +0200 Date: Wed, 16 Oct 1996 01:05:10 +0200 From: Wolfram Schneider Message-Id: <199610152305.BAA02221@campa.panke.de> To: Bruce Evans Cc: cvs-all@freefall.freebsd.org, CVS-committers@freefall.freebsd.org, cvs-sys@freefall.freebsd.org Subject: Re: cvs commit: src/sys/i386/i386 genassym.c src/sys/pci if_fxp.c src/sys/i386/eisa 3c5x9.c src/sys/net if.h if_arp.h if_mib.c src/sys/netinet if_ether.c ip_fw.c In-Reply-To: <199610122205.IAA08426@godzilla.zeta.org.au> References: <199610122205.IAA08426@godzilla.zeta.org.au> Reply-to: Wolfram Schneider MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 8bit Sender: owner-cvs-sys@freebsd.org X-Loop: FreeBSD.org Precedence: bulk Bruce Evans writes: >It is just a stupid shell script that tries recompiling everything one >header at a time removed. For the LINT kernel, this takes about twice >as long as `make world' :-). > >I've only used this much for the LINT kernel. It seems to work OK in >the source directory for fsck. I think the user land stuff has a low priority. It is more important to add the missing includes files than removing unused. There are many, many programs in our source tree which forgot includes. Wolfram