Move the 'dont forget "make depend"' to be the last thing that people see,
after the warnings.
This commit is contained in:
parent
98d7002b19
commit
ed53c6c5c0
@ -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);
|
||||
}
|
||||
|
||||
|
@ -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");
|
||||
}
|
||||
|
||||
/*
|
||||
|
Loading…
x
Reference in New Issue
Block a user