From owner-cvs-user Tue Jun 25 13:13:45 1996 Return-Path: owner-cvs-user Received: (from root@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id NAA11419 for cvs-user-outgoing; Tue, 25 Jun 1996 13:13:45 -0700 (PDT) Received: (from bde@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id NAA11317; Tue, 25 Jun 1996 13:13:18 -0700 (PDT) Date: Tue, 25 Jun 1996 13:13:18 -0700 (PDT) From: Bruce Evans Message-Id: <199606252013.NAA11317@freefall.freebsd.org> To: CVS-committers, cvs-all, cvs-user Subject: cvs commit: src/lkm/linux Makefile Sender: owner-cvs-user@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk bde 96/06/25 13:13:16 Modified: lkm/linux Makefile Log: Fixed the `machine' link. It pointed to the wrong place, and was created too late to be used in all cases. It should probably be created (early) in bsd.kmod.mk for all LKMs. Use cc instead of cpp | as for the same reasons as in the kernel makefile. CFLAGS isn't split up as well as in the kernel makefile, but cc doesn't pass compiler warning flags to cpp, so there is no need to split it. Revision Changes Path 1.8 +9 -6 src/lkm/linux/Makefile