mirror of
https://git.hardenedbsd.org/hardenedbsd/HardenedBSD.git
synced 2024-11-26 10:53:39 +01:00
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
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=145405
@ -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…
Reference in New Issue
Block a user