Don't pre-processor define 'ident'. This has subtle consequences for people

who don't carefully consider their choice for the machine name. The same
functionality can still be had with an "option", so nothing is lost.
This commit is contained in:
David Greenman 1995-10-23 10:29:11 +00:00
parent a91c5a7ecd
commit b497f11592

View File

@ -154,7 +154,7 @@ makefile()
exit(1);
}
fprintf(ofp, "KERN_IDENT=%s\n", raise(ident));
fprintf(ofp, "IDENT=-D%s", raise(ident));
fprintf(ofp, "IDENT=");
if (profiling)
fprintf(ofp, " -DGPROF");
if (cputype == 0) {