Move the 'dont forget "make depend"' to be the last thing that people see,

after the warnings.
This commit is contained in:
Peter Wemm 2001-02-23 00:22:04 +00:00
parent 98d7002b19
commit ed53c6c5c0
2 changed files with 1 additions and 2 deletions

View File

@ -171,6 +171,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");
exit(0);
}

View File

@ -265,8 +265,6 @@ makefile(void)
fclose(ifp);
fclose(ofp);
moveifchanged(path("hints.c.new"), path("hints.c"));
printf("Don't forget to do a ``make depend''\n");
}
/*