From owner-freebsd-questions@FreeBSD.ORG Sat Aug 16 07:06:04 2014 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id B98083B3 for ; Sat, 16 Aug 2014 07:06:04 +0000 (UTC) Received: from us.royaserver.com (unknown [162.223.89.140]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 7163F26A7 for ; Sat, 16 Aug 2014 07:06:04 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=pahlevanzadeh.org; s=default; h=Content-Transfer-Encoding:Mime-Version:Content-Type:Date:To:From:Subject:Message-ID; bh=cr1gdy/fXKsD+AqSE5AcxTzQDlhxUZ6Alw1iRVBoF28=; b=h0EQBGUBbT9FGLLyyurQW4oNHPPaQUqV2aM5oUi8QiweaZTJU86PUm8yO34hVNL3iKvQ1if5zdJh5RgSJMN/Ww/WLqVJFR81sEJclNZ1hgOiArk6M8a54pfjhEDz0KaPsf/SSz8G8RcXX42xTklPUr9dMnm0HCO7AT5V76uk6qI=; Received: from [91.98.199.64] (port=35113 helo=debian) by us.royaserver.com with esmtpsa (UNKNOWN:AES128-GCM-SHA256:128) (Exim 4.82) (envelope-from ) id 1XIY3n-002LKn-Jv for freebsd-questions@freebsd.org; Sat, 16 Aug 2014 11:35:56 +0430 Message-ID: <1408172733.5441.9.camel@debian> Subject: buildworld and next kernel compilation From: Mohsen Pahlevanzadeh To: freebsd-questions@freebsd.org Date: Sat, 16 Aug 2014 11:35:33 +0430 Content-Type: text/plain; charset="UTF-8" X-Mailer: Evolution 3.12.2-1+b1 Mime-Version: 1.0 Content-Transfer-Encoding: 7bit X-AntiAbuse: This header was added to track abuse, please include it with any abuse report X-AntiAbuse: Primary Hostname - us.royaserver.com X-AntiAbuse: Original Domain - freebsd.org X-AntiAbuse: Originator/Caller UID/GID - [47 12] / [47 12] X-AntiAbuse: Sender Address Domain - pahlevanzadeh.org X-Get-Message-Sender-Via: us.royaserver.com: authenticated_id: mohsen@pahlevanzadeh.org X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 16 Aug 2014 07:06:04 -0000 Dear BSD man, Suppose i compile my kernel via: /////////////////////////////////////////////////////// svn co svn://svn.freebsd.org/base/stable/10 /usr/src svn up /usr/src cd /usr/src make buildworld ### edit my MYKERNELCONF make kernel KERNELCONF=MYKERNELCONF shutdown -r now ### boot via single user and use the following commands: mount -u / mount -a -t ufs #my fs is ufs swapon -a adjkerntz -i mergemaster -p cd /usr/src make installworld mergemaster -iF make delete-old reboot make delete-old-libs /////////////////////////////////// My question: suppose i need to again compile my kernel and add fooobar, What do you suggesst procedure for compilation according to i compile once? Yours, Mohsen