From owner-svn-src-all@FreeBSD.ORG Sat Oct 2 20:09:16 2010 Return-Path: Delivered-To: svn-src-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 687871065670; Sat, 2 Oct 2010 20:09:16 +0000 (UTC) (envelope-from pluknet@gmail.com) Received: from mail-qy0-f182.google.com (mail-qy0-f182.google.com [209.85.216.182]) by mx1.freebsd.org (Postfix) with ESMTP id C5C798FC0A; Sat, 2 Oct 2010 20:09:15 +0000 (UTC) Received: by qyk33 with SMTP id 33so2315850qyk.13 for ; Sat, 02 Oct 2010 13:09:15 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:received:in-reply-to :references:date:message-id:subject:from:to:cc:content-type :content-transfer-encoding; bh=qjhwxLt7VFltuzQFHdJ2/EccHaGQ1aZ+L2gHh+a+V1c=; b=rPGTBFy9/YHIYMBMfufOcyksEl7C74K6DwHjW4VLlsFBnKxmNzXaOnnMKw6QqJeJC6 jAVHlw+0wgRSRiugM0kocvuolxrMj7l3wq6ogTtHsIqAJ2mS4cfORCPE6swWnF7g4S++ vrYAsjf0ax3k1AQCjkfX/mTTGWR6oI4G3aG1A= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type:content-transfer-encoding; b=upSHCrLtxZFbpv1+BHvCPrTvQ2BbcdztqGA/y4coMfvlQ6Z8wwXp6j62GvFFmpLWia 2wR00MXrjVL8iBxLIzRxjD0/MfaPjVgYn6APhMRUEqNZFNZUv4erqpAlXWdixiEEbyM1 cZm6ic3jQen6gCuD2Jbr4zGGiDdI8I+KhaVFo= MIME-Version: 1.0 Received: by 10.224.78.233 with SMTP id m41mr5184646qak.27.1286050154899; Sat, 02 Oct 2010 13:09:14 -0700 (PDT) Received: by 10.229.50.8 with HTTP; Sat, 2 Oct 2010 13:09:14 -0700 (PDT) In-Reply-To: References: <201009281533.o8SFXULh078409@svn.freebsd.org> Date: Sun, 3 Oct 2010 00:09:14 +0400 Message-ID: From: Sergey Kandaurov To: Antoine Brodin Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Cc: svn-src-head@freebsd.org, svn-src-all@freebsd.org, src-committers@freebsd.org, Warner Losh Subject: Re: svn commit: r213248 - head/sys/kern X-BeenThere: svn-src-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "SVN commit messages for the entire src tree \(except for " user" and " projects" \)" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 02 Oct 2010 20:09:16 -0000 On 2 October 2010 22:12, Antoine Brodin wrote: > On Tue, Sep 28, 2010 at 5:33 PM, Warner Losh wrote: >> Author: imp >> Date: Tue Sep 28 15:33:30 2010 >> New Revision: 213248 >> URL: http://svn.freebsd.org/changeset/base/213248 >> >> Log: >> =A0This file has been unused for ages. =A0Retire it. >> >> =A0Submitted by: pluknet >> >> Deleted: >> =A0head/sys/kern/Makefile > > Hi, > > What is the correct way to "make sysent" now ? > Hi. It seems I just dumbbroke the useful functionality. I'm sorry. Obviously that was somehow overlooked last time I checked it. So, removing sysent target is not something intentional. I think it should be simply reverted for now, or more preferably restored with sysent target only. --=20 wbr, pluknet