From owner-cvs-sys Sat Apr 27 09:21:39 1996 Return-Path: owner-cvs-sys Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id JAA23815 for cvs-sys-outgoing; Sat, 27 Apr 1996 09:21:39 -0700 (PDT) Received: from godzilla.zeta.org.au (godzilla.zeta.org.au [203.2.228.19]) by freefall.freebsd.org (8.7.3/8.7.3) with SMTP id JAA23806 Sat, 27 Apr 1996 09:21:35 -0700 (PDT) Received: (from bde@localhost) by godzilla.zeta.org.au (8.6.12/8.6.9) id CAA00220; Sun, 28 Apr 1996 02:17:09 +1000 Date: Sun, 28 Apr 1996 02:17:09 +1000 From: Bruce Evans Message-Id: <199604271617.CAA00220@godzilla.zeta.org.au> To: CVS-committers@freefall.freebsd.org, cvs-all@freefall.freebsd.org, cvs-sys@freefall.freebsd.org, joerg@freefall.freebsd.org Subject: Re: cvs commit: src/sys/i386/conf Makefile.i386 Sender: owner-cvs-sys@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk > Modified: sys/i386/conf Makefile.i386 > Log: > Make `install' depend on `kernel'. Some idiot tried to install a > non-built kernel and complained in Usenet... :-) This was consistent with thousands of other Makefiles in the system. It is a feature for `make install' to not build anything. Bruce