From owner-freebsd-current Tue Nov 10 22:45:23 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id WAA08184 for freebsd-current-outgoing; Tue, 10 Nov 1998 22:45:23 -0800 (PST) (envelope-from owner-freebsd-current@FreeBSD.ORG) Received: from godzilla.zeta.org.au (godzilla.zeta.org.au [203.15.68.22]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id WAA08178 for ; Tue, 10 Nov 1998 22:45:20 -0800 (PST) (envelope-from bde@godzilla.zeta.org.au) Received: (from bde@localhost) by godzilla.zeta.org.au (8.8.7/8.8.7) id QAA14820 for current@freebsd.org; Wed, 11 Nov 1998 16:04:07 +1100 Date: Wed, 11 Nov 1998 16:04:07 +1100 From: Bruce Evans Message-Id: <199811110504.QAA14820@godzilla.zeta.org.au> To: current@FreeBSD.ORG Subject: linux bugs Sender: owner-freebsd-current@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Installing linux from sys/modules/linux/ clobbers the version installed from lkm/linux/, and vice versa. Breakage is limited by bugs in `make world' - lkms are only built if ${OBJFORMAT} == aout, although they should be built in all cases in case the kernel format is aout. `make clean' in sys/modules/linux/ deletes linux if there is no obj directory. Bruce To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-current" in the body of the message