From owner-freebsd-questions@FreeBSD.ORG Sat Apr 27 03:18:11 2013 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by hub.freebsd.org (Postfix) with ESMTP id 944AEC92 for ; Sat, 27 Apr 2013 03:18:11 +0000 (UTC) (envelope-from illoai@gmail.com) Received: from mail-pa0-f46.google.com (mail-pa0-f46.google.com [209.85.220.46]) by mx1.freebsd.org (Postfix) with ESMTP id 749D81AC4 for ; Sat, 27 Apr 2013 03:18:11 +0000 (UTC) Received: by mail-pa0-f46.google.com with SMTP id ld11so505485pab.19 for ; Fri, 26 Apr 2013 20:18:05 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:x-received:in-reply-to:references:date:message-id :subject:from:to:cc:content-type; bh=tZs7UW7NESKJKswHNjLE5PEx0KKHpiT09CBTrcbUfZw=; b=q8rOuAGmG6YGJlnKmVnA6NXJPGaR7EkXeUQfEHmzpkcpIj68AvuDtVyAN79GAJmLEe buY50VKYbg0C2I4BRo15tiTga1PpiNFDT3Fs5iRcRqdtAPzkix1yO6UlVxmKkzmupHrq lffS5dfQuKvp7DELcwJcaWyhril7r9vNokFaaWjX2Q63bS87ZZax/kfp9S7BF9GOY34v JvXEDjr0DP5390QkJf7DOzLY7K3s5ghLvp77kSc8AXVyIgiUOrSh2S7x83VIZu02Gv4r DlB/d34ky4U56kwq55KJb+f5tJAOBOcF0v9ZkYJs1qloUdvZ9egfArodY/tbc74dyiGy P4AQ== MIME-Version: 1.0 X-Received: by 10.66.8.69 with SMTP id p5mr37483470paa.57.1367032685190; Fri, 26 Apr 2013 20:18:05 -0700 (PDT) Received: by 10.68.222.200 with HTTP; Fri, 26 Apr 2013 20:18:05 -0700 (PDT) In-Reply-To: References: <201304261246.13440.mrkvrg@acm.org> Date: Fri, 26 Apr 2013 23:18:05 -0400 Message-ID: Subject: Re: Clean up /sys/obj? From: "illoai@gmail.com" To: Walter Hurry Content-Type: text/plain; charset=ISO-8859-1 X-Content-Filtered-By: Mailman/MimeDel 2.1.14 Cc: "freebsd-questions@freebsd.org" X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 27 Apr 2013 03:18:11 -0000 On 26 April 2013 14:02, Walter Hurry wrote: > On Fri, 26 Apr 2013 12:46:13 -0400, mrkvrg wrote: > > > Hello Walter, > > > > Perhaps 'make cleanworld' will help. > > > > Check out comments in /usr/src/Makefile for details. > > > > Cheers ... > > > > Marek > > > > On Fri, 26 Apr 2013 12:23:37 Walter Hurry wrote: > >> After compiling the kernel, there are a large number of files in /sys/ > >> obj. Are these still needed after the new kernel has been installed? > >> > >> Is there some sort of 'make clean' option available? > > That's the one. Thanks! > > _______________________________________________ > freebsd-questions@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-questions > To unsubscribe, send any mail to " > freebsd-questions-unsubscribe@freebsd.org" > No, /usr/sys is not required subsequent to make intallwolrd oder kernelk -- --