On 1/5/17 5:53 pm, Gerald Pfeifer wrote:
On Mon, 1 May 2017, Mark Millard wrote:
and that mkheaders does more than just fixinc.sh
as far as changing headers goes, such as limits.h
and gsyslmits.h and syslimits.h .
That's a good point, and I guess the *limits.h files do make
sense to come from the compiler itself?
The fixincludes script is known to occasionally erroneously attempt
to "fix" the system headers installed so far. As the headers up to
this point are known to not require fixing, issue the following
command to prevent the fixincludes script from running:
sed -i 's@\./fixinc\.sh@-c true@' gcc/Makefile.in
(End quote)
:
This still leaves the limits.h and gsystemlimits.h and
syslimits.h code in place but does block most of the
activity.
Thanks for this pointer, Mark! I have earmarked this as the first
approach to give a try soon, instead of completely yanking the
fixincluded directory.
since you know the output of the change can you not make the execution
dependent on some marker in the files you can test?
Gerald
_______________________________________________
[email protected] mailing list
https://lists.freebsd.org/mailman/listinfo/freebsd-stable
To unsubscribe, send any mail to "[email protected]"
_______________________________________________
[email protected] mailing list
https://lists.freebsd.org/mailman/listinfo/freebsd-stable
To unsubscribe, send any mail to "[email protected]"