Ask that "make cleandepend" be run before "make depend", now that

we don't do this automatically.

Suggested by:	bde
This commit is contained in:
Ruslan Ermilov 2005-04-22 17:42:50 +00:00
parent 2bdb87fe2e
commit de12942735
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=145405

View File

@ -183,7 +183,7 @@ main(int argc, char **argv)
configfile(); /* put config file into kernel*/
cleanheaders(p);
printf("Kernel build directory is %s\n", p);
printf("Don't forget to do a ``make depend''\n");
printf("Don't forget to do ``make cleandepend; make depend''\n");
exit(0);
}