From owner-freebsd-net@FreeBSD.ORG Tue Dec 27 06:35:35 2011 Return-Path: Delivered-To: freebsd-net@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id BF0C1106564A for ; Tue, 27 Dec 2011 06:35:35 +0000 (UTC) (envelope-from adrian.chadd@gmail.com) Received: from mail-vx0-f182.google.com (mail-vx0-f182.google.com [209.85.220.182]) by mx1.freebsd.org (Postfix) with ESMTP id 7CC638FC0A for ; Tue, 27 Dec 2011 06:35:35 +0000 (UTC) Received: by vcbfk1 with SMTP id fk1so15564072vcb.13 for ; Mon, 26 Dec 2011 22:35:34 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=mime-version:sender:in-reply-to:references:date :x-google-sender-auth:message-id:subject:from:to:cc:content-type; bh=Vu3orE8llaknCzsHa2O/S+6sHgqz0og1270ueCEgrv8=; b=dr1aFrMa1qy2XOFHNwG/YgGkIX6KWWBA2TQIDId2oC+81UuJPpuYd22GABM7ddARna D1Rddh3+2vRVGt+xbNPUY67jPGWPBRU0aFAmQDzC4xQGdNxlQLZlsTXocDdHEh4OfYr4 4HAMmgGT0TMW3MU/mb8jV3tAwTVwR5Y5os5cw= MIME-Version: 1.0 Received: by 10.220.149.193 with SMTP id u1mr15732565vcv.33.1324967733044; Mon, 26 Dec 2011 22:35:33 -0800 (PST) Sender: adrian.chadd@gmail.com Received: by 10.52.36.5 with HTTP; Mon, 26 Dec 2011 22:35:33 -0800 (PST) In-Reply-To: References: Date: Mon, 26 Dec 2011 22:35:33 -0800 X-Google-Sender-Auth: IzHLgGkxPx8VHfgwp6jSUfnx5Rg Message-ID: From: Adrian Chadd To: Rajneesh Kumar Content-Type: text/plain; charset=ISO-8859-1 Cc: freebsd-net@freebsd.org Subject: Re: Compiling only "network" part of the kernel X-BeenThere: freebsd-net@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Networking and TCP/IP with FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 27 Dec 2011 06:35:35 -0000 Shouldn't just a normal "make" in the kernel config directory only rebuild those parts that have changed? Adrian On 26 December 2011 22:23, Rajneesh Kumar wrote: > Hi list, > > During my development, I want to check if my modules compile successfully > or not. I am only changing the ARP portion and whenever I compile my > kernel, it takes around 20mins and compiles all different modules also. > I just want to compile and check whether my ARP modules, which I have > changed, compile fine or not. How to do it? > > -- > Regards, > Rajneesh > _______________________________________________ > freebsd-net@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-net > To unsubscribe, send any mail to "freebsd-net-unsubscribe@freebsd.org"