From owner-freebsd-hackers@FreeBSD.ORG Mon Mar 31 14:51:19 2008 Return-Path: Delivered-To: freebsd-hackers@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 2E33C1065670 for ; Mon, 31 Mar 2008 14:51:19 +0000 (UTC) (envelope-from danny@cs.huji.ac.il) Received: from cs1.cs.huji.ac.il (cs1.cs.huji.ac.il [132.65.16.10]) by mx1.freebsd.org (Postfix) with ESMTP id DA4698FC2D for ; Mon, 31 Mar 2008 14:51:18 +0000 (UTC) (envelope-from danny@cs.huji.ac.il) Received: from pampa.cs.huji.ac.il ([132.65.80.32]) by cs1.cs.huji.ac.il with esmtp id 1JgKji-00012p-Ds for freebsd-hackers@freebsd.org; Mon, 31 Mar 2008 17:11:46 +0300 X-Mailer: exmh version 2.7.2 01/07/2005 with nmh-1.2 To: freebsd-hackers@freebsd.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Date: Mon, 31 Mar 2008 17:11:46 +0300 From: Danny Braniss Message-ID: Subject: MODULES_OVERRIDE magic needed X-BeenThere: freebsd-hackers@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Technical Discussions relating to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 31 Mar 2008 14:51:19 -0000 hi, I'm trying to compile only a few kernel modules, but using MODULES_OVERRIDE I can only select one module. MODULE_OVERRIDE="unionfs" or MODULE_OVERRIDE="if_sis" is ok, but MODULE_OVERRIDE="if_sis unionfs" failes with either if_sis: not found if it's defined in src.conf, or with make: don't know how to make if_sis from the command line. danny