summaryrefslogtreecommitdiffstats
path: root/usr.sbin/config/main.c
diff options
context:
space:
mode:
authorjkh <jkh@FreeBSD.org>1995-05-03 20:16:57 +0000
committerjkh <jkh@FreeBSD.org>1995-05-03 20:16:57 +0000
commitf057f0b965ec16a70b2300774e5f1090fb883918 (patch)
treee61c35c7dac31b7e4124d0790e21a9ec5fa37041 /usr.sbin/config/main.c
parente945945e13d3393f8c1c51bef6bbafc5318a9b60 (diff)
downloadFreeBSD-src-f057f0b965ec16a70b2300774e5f1090fb883918.zip
FreeBSD-src-f057f0b965ec16a70b2300774e5f1090fb883918.tar.gz
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
Diffstat (limited to 'usr.sbin/config/main.c')
-rw-r--r--usr.sbin/config/main.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/usr.sbin/config/main.c b/usr.sbin/config/main.c
index e9029d0..6ca61cd 100644
--- a/usr.sbin/config/main.c
+++ b/usr.sbin/config/main.c
@@ -189,7 +189,7 @@ usage: fputs("usage: config [-gpn] sysname\n", stderr);
makefile(); /* build Makefile */
headers(); /* make a lot of .h files */
swapconf(); /* swap config files */
- printf("Don't forget to run \"make depend\"\n");
+ printf("Kernel build directory is %s\n", p);
exit(0);
}
OpenPOWER on IntegriCloud