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
This commit is contained in:
jkh 1995-05-03 20:16:57 +00:00
parent e945945e13
commit f057f0b965

View File

@ -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);
}