From owner-freebsd-hackers@FreeBSD.ORG Mon Oct 19 14:40:53 2009 Return-Path: Delivered-To: freebsd-hackers@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id DDEB3106568F for ; Mon, 19 Oct 2009 14:40:53 +0000 (UTC) (envelope-from freebsd-hackers@m.gmane.org) Received: from lo.gmane.org (lo.gmane.org [80.91.229.12]) by mx1.freebsd.org (Postfix) with ESMTP id 9B5DA8FC08 for ; Mon, 19 Oct 2009 14:40:53 +0000 (UTC) Received: from list by lo.gmane.org with local (Exim 4.50) id 1MztPj-0006H0-HJ for freebsd-hackers@freebsd.org; Mon, 19 Oct 2009 16:40:47 +0200 Received: from lara.cc.fer.hr ([161.53.72.113]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Mon, 19 Oct 2009 16:40:47 +0200 Received: from ivoras by lara.cc.fer.hr with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Mon, 19 Oct 2009 16:40:47 +0200 X-Injected-Via-Gmane: http://gmane.org/ To: freebsd-hackers@freebsd.org From: Ivan Voras Date: Mon, 19 Oct 2009 16:40:34 +0200 Lines: 11 Message-ID: References: Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit X-Complaints-To: usenet@ger.gmane.org X-Gmane-NNTP-Posting-Host: lara.cc.fer.hr User-Agent: Thunderbird 2.0.0.23 (X11/20090928) In-Reply-To: Sender: news Subject: Re: Make process title - % complete X-BeenThere: freebsd-hackers@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Technical Discussions relating to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 19 Oct 2009 14:40:53 -0000 Ivan Voras wrote: > I have a small patch that makes "make" display percentage complete in > process title, which can be retrieved in "top" in the form of: > > 71466 root 1 76 0 7008K 5696K select 0 0:00 0.00% > make: 95% (55 more targets out of 1360) (make) Also: is there someone here more familiar with "make" who can tell me if the "current" top level target (i.e. the one taken from the command line) is kept track of somewhere? For example "clean" in "make clean install".