On Thu, 7 Oct 2004, Markus Kolb wrote:
Hello,
I've upgraded a 3.3 box with the changes listet in the upgrade-mini-faq.
Downloaded the sources and built a new kernel, rebooted and did a make build.
Everything fine. The box seems to be a 3.6 now.
But if I want to make a release for another box I always get the same error:
cc -O2 -march=i486 -nostdinc -idirafter /home/makolb/destdir/usr/include -c
/usr/src/distrib/special/grep/../../../usr.bin/grep/util.c
This smells like some non-standard compile flags.
When I type make in /usr/src/distrib/special/grep, I see:
cc -O2 -pipe -Os -DNOZ -c /usr/src/distrib/special/grep/../../../usr.bin/grep/binary.c
etc...