From owner-freebsd-stable@FreeBSD.ORG Wed May 30 20:01:07 2007 Return-Path: X-Original-To: freebsd-stable@freebsd.org Delivered-To: freebsd-stable@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 9700716A41F for ; Wed, 30 May 2007 20:01:07 +0000 (UTC) (envelope-from pippogr@gmail.com) Received: from an-out-0708.google.com (an-out-0708.google.com [209.85.132.245]) by mx1.freebsd.org (Postfix) with ESMTP id 7412913C483 for ; Wed, 30 May 2007 20:01:04 +0000 (UTC) (envelope-from pippogr@gmail.com) Received: by an-out-0708.google.com with SMTP id c14so894984anc for ; Wed, 30 May 2007 13:01:04 -0700 (PDT) DKIM-Signature: a=rsa-sha1; c=relaxed/relaxed; d=gmail.com; s=beta; h=domainkey-signature:received:received:message-id:date:from:to:subject:mime-version:content-type; b=LlhNP4yzJvUbcrI+rWR2gpMehXpo1Y9EtSWhb54KH184veorqL/0ZXbQx9CnKKDSTwYDyNT1ziGjzpzkfQj4dOnYXmiObh6MtcuRh8bSxBSOyiu6tycy/Wql2l4205wiZGr1UiQ9rIqYjl4kEMyROjYHqGPbOQDFqY6MmCYrhKY= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=beta; h=received:message-id:date:from:to:subject:mime-version:content-type; b=h6JO0ZI/3NaM07V3q9zRqGS+vxypgILUZQcJIm24a5HoPjvQhi+9ih9WCk0zo1je22Sg00QELD78F24W2Z8JoC3iFDu7WNSGxE9Y8lJ89/wGkFgFr6gc57ecDwXrgWrhIC/UJEFx21IUfXY+jGfkvv6+m9f7+jKffQ+kbKIGemQ= Received: by 10.115.77.1 with SMTP id e1mr4190598wal.1180553651855; Wed, 30 May 2007 12:34:11 -0700 (PDT) Received: by 10.114.134.18 with HTTP; Wed, 30 May 2007 12:34:11 -0700 (PDT) Message-ID: <7a8375f20705301234h6551db4aq64273c953f24d389@mail.gmail.com> Date: Wed, 30 May 2007 22:34:11 +0300 From: "Kyriakos Yioutanis" To: freebsd-stable@freebsd.org MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Subject: Compile KERNEL X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 30 May 2007 20:01:07 -0000 I have a question about compiling the Kernel. I am using the XCP protocol from ISI for testing purposes (like TCP protocol) This protocol changes about 20 files at the system. In order to compile the new KERNEL under FreeBSD-6.0-RELEASE, they provide all the files of the source of the kernel. Then u have to read a configuration file for the options and then the following commands: make cleandepend, make depend, make all and make install. My question is than when i make some minor changes to some files (for example tcp_input.c, tcp_output.c ect.) do i have to compile again all the files that they provide (aka all the previous commands)? Thanks in advance! Koulis Yioutanis