From owner-freebsd-commit Wed May 3 13:17:14 1995 Return-Path: commit-owner Received: (from majordom@localhost) by freefall.cdrom.com (8.6.10/8.6.6) id NAA00282 for commit-outgoing; Wed, 3 May 1995 13:17:14 -0700 Received: (from majordom@localhost) by freefall.cdrom.com (8.6.10/8.6.6) id NAA00269 for cvs-usrsbin-outgoing; Wed, 3 May 1995 13:17:10 -0700 Received: from time.cdrom.com (time.cdrom.com [192.216.223.46]) by freefall.cdrom.com (8.6.10/8.6.6) with ESMTP id NAA00263 ; Wed, 3 May 1995 13:16:58 -0700 Received: (from root@localhost) by time.cdrom.com (8.6.11/8.6.9) id NAA14544; Wed, 3 May 1995 13:16:59 -0700 Date: Wed, 3 May 1995 13:16:59 -0700 From: "Jordan K. Hubbard" Message-Id: <199505032016.NAA14544@time.cdrom.com> To: CVS-commiters@time.cdrom.com, cvs-usrsbin@time.cdrom.com Subject: cvs commit: src/usr.sbin/config main.c Sender: commit-owner@FreeBSD.org Precedence: bulk jkh 95/05/03 13:16:58 Modified: usr.sbin/config main.c Log: Change the perennially annoying reminder to "make depend" (which may or may not be desired if you're just going to blow the kernel away again later) and substitute one that tells the user where the new kernel build directory actually IS, which can at least be argued to be useful information in all cases. Reviewed by: davidg