mirror of
https://github.com/freebsd/freebsd-src.git
synced 2024-11-28 13:22:48 +00:00
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
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=11711
@ -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