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:
parent
2bdb87fe2e
commit
de12942735
@ -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);
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user