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:
parent
a91c5a7ecd
commit
b497f11592
@ -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) {
|
||||
|
Loading…
Reference in New Issue
Block a user