From owner-cvs-src@FreeBSD.ORG Sun Feb 19 02:43:43 2006 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id D442816A422; Sun, 19 Feb 2006 02:43:43 +0000 (GMT) (envelope-from yar@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8F68643D45; Sun, 19 Feb 2006 02:43:43 +0000 (GMT) (envelope-from yar@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id k1J2hhiT089307; Sun, 19 Feb 2006 02:43:43 GMT (envelope-from yar@repoman.freebsd.org) Received: (from yar@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id k1J2hhcD089306; Sun, 19 Feb 2006 02:43:43 GMT (envelope-from yar) Message-Id: <200602190243.k1J2hhcD089306@repoman.freebsd.org> From: Yar Tikhiy Date: Sun, 19 Feb 2006 02:43:42 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sys/modules/coda5 Makefile X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 19 Feb 2006 02:43:44 -0000 yar 2006-02-19 02:43:42 UTC FreeBSD src repository Modified files: sys/modules/coda5 Makefile Log: For the coda5 module, CODA_COMPAT_5 is mandatory, not optional. Without CODA_COMPAT_5, it would be equivalent to the plain coda module. Therefore just add -DCODA_COMPAT_5 to CFLAGS instead of fiddling with opt_coda.h. This is particularly important when the module is built along with the kernel and CODA_COMPAT_5 isn't in the kernel conf file (and so not in opt_coda.h either). MFC after: 3 days Revision Changes Path 1.6 +1 -4 src/sys/modules/coda5/Makefile