Hi hackers@
I'm not sure if this is a generic bug or a local oddity:

I upgraded an 8.2-RELEASE amd64 to 8.3-rel using src/
First building a new kernel, & that broke,
I've lost the error message, 
but the problem & fix was:
        cd /sys/amd64/conf
        config GENERIC
        cd ../compile/GENERIC
        make cleandepend        # failed
                line 373 of /sys/modules/Makefile
                .if ${MK_INET_SUPPORT} != "no" || defined(ALL_MODULES)
        setenv MK_INET_SUPPORT YES
        make cleandepend                # OK
        make depend                     # OK
        make install                    # OK
        make world                      # OK

There's no mention of MK_INET_SUPPORT in src/UPDATING
Nor is set in my /etc/make.conf
Nor set in any of 8.3 src/ eg include/
Any comment ?

Cheers,
Julian
- -- 
Julian Stacey, BSD Unix Linux C Sys Eng Consultants Munich http://berklix.com
 Reply below not above, cumulative like a play script, & indent with "> ".
 Format: Plain text. Not HTML, multipart/alternative, base64, quoted-printable.
        Mail from @yahoo dumped @berklix.  http://berklix.org/yahoo/
_______________________________________________
freebsd-hackers@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-hackers
To unsubscribe, send any mail to "freebsd-hackers-unsubscr...@freebsd.org"

Reply via email to