From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from lists.gentoo.org ([140.105.134.102] helo=robin.gentoo.org) by finch.gentoo.org with esmtp (Exim 4.60) (envelope-from ) id 1IhLBs-0006rc-Az for garchives@archives.gentoo.org; Mon, 15 Oct 2007 08:20:44 +0000 Received: from robin.gentoo.org (localhost [127.0.0.1]) by robin.gentoo.org (8.14.1/8.14.0) with SMTP id l9F89hp4029718; Mon, 15 Oct 2007 08:09:43 GMT Received: from a1iwww1.kph.uni-mainz.de (a1iwww1.kph.uni-mainz.de [134.93.134.1]) by robin.gentoo.org (8.14.1/8.14.0) with ESMTP id l9F87uZ3027486 for ; Mon, 15 Oct 2007 08:07:56 GMT Received: from a1ihome1.kph.uni-mainz.de (a1ihome1.kph.uni-mainz.de [134.93.134.75]) by a1iwww1.kph.uni-mainz.de (8.13.4/8.13.4) with ESMTP id l9F87rp7004809; Mon, 15 Oct 2007 10:07:53 +0200 Received: from a1ihome1.kph.uni-mainz.de (localhost [127.0.0.1]) by a1ihome1.kph.uni-mainz.de (8.14.1/8.14.1) with ESMTP id l9F87qmS006648; Mon, 15 Oct 2007 10:07:53 +0200 Received: (from ulm@localhost) by a1ihome1.kph.uni-mainz.de (8.14.1/8.14.1/Submit) id l9F87qnb006643; Mon, 15 Oct 2007 10:07:52 +0200 Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-dev@gentoo.org Reply-to: gentoo-dev@lists.gentoo.org MIME-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Message-ID: <18195.8152.625481.755113@a1ihome1.kph.uni-mainz.de> Date: Mon, 15 Oct 2007 10:07:52 +0200 To: gentoo-dev@lists.gentoo.org Cc: opfer@gentoo.org Subject: Re: [gentoo-dev] Re: [gentoo-commits] gentoo-x86 commit in app-misc/note: ChangeLog note-1.3.3.ebuild In-Reply-To: <200710150956.05673.bo.andresen@zlin.dk> References: <20071015074250.GG23990@supernova> <200710150956.05673.bo.andresen@zlin.dk> X-Mailer: VM 8.0.2-487 under Emacs 22.1.1 (i686-pc-linux-gnu) From: Ulrich Mueller Content-Transfer-Encoding: quoted-printable X-MIME-Autoconverted: from 8bit to quoted-printable by robin.gentoo.org id l9F89hqk029718 X-Archives-Salt: 314ebd09-6b74-4cd2-ab91-2970d361b71c X-Archives-Hash: 5f056322b8e465092e074ff9d4388c58 >>>>> On Mon, 15 Oct 2007, Bo =D8rsted Andresen wrote: > The best way to solve this is to use find ... -print0 | xargs -0 rm. cd "${D}"; find . ... | xargs rm -f and you won't need any GNU extensions. Ulrich --=20 gentoo-dev@gentoo.org mailing list