From mboxrd@z Thu Jan  1 00:00:00 1970
Received: from pigeon.gentoo.org ([208.92.234.80] helo=lists.gentoo.org)
	by finch.gentoo.org with esmtp (Exim 4.60)
	(envelope-from <gentoo-user+bounces-96637-garchives=archives.gentoo.org@lists.gentoo.org>)
	id 1MF9DE-0004wP-Es
	for garchives@archives.gentoo.org; Fri, 12 Jun 2009 16:02:40 +0000
Received: from pigeon.gentoo.org (localhost [127.0.0.1])
	by pigeon.gentoo.org (Postfix) with SMTP id D0FA7E0558;
	Fri, 12 Jun 2009 16:02:37 +0000 (UTC)
Received: from mail-gx0-f207.google.com (mail-gx0-f207.google.com [209.85.217.207])
	by pigeon.gentoo.org (Postfix) with ESMTP id B37C0E06DF
	for <gentoo-user@lists.gentoo.org>; Fri, 12 Jun 2009 16:02:37 +0000 (UTC)
Received: by gxk3 with SMTP id 3so9639358gxk.10
        for <gentoo-user@lists.gentoo.org>; Fri, 12 Jun 2009 09:02:37 -0700 (PDT)
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed;
        d=gmail.com; s=gamma;
        h=domainkey-signature:mime-version:received:date:message-id:subject
         :from:to:content-type:content-transfer-encoding;
        bh=RfJSHYcFXzAwUcntFjEw7NkRywLWA+5EQ548wlpiqQc=;
        b=GrVwW0nvYFhQpng4I4RT4DkZR43wMokY6VF/r0fgcU+AoJbMjs4ounHj/4EksitJmw
         Gm5c6FYibePYRMO+IdAu+uI0EI+N0snqJX4/vqMrMbfGeZtJdTnj8UObqD1y97iGlxFh
         3EnOPW+2TNUWAmvzr6Qzhi5wajzAYh39svA9Q=
DomainKey-Signature: a=rsa-sha1; c=nofws;
        d=gmail.com; s=gamma;
        h=mime-version:date:message-id:subject:from:to:content-type
         :content-transfer-encoding;
        b=GnsDOfqbDDYg9PorliXlQ0n5fPzWq28EO+ecb5ycta8Jw8eVBpkWoA7u2jG/ddUeBf
         YN5KfGsuHWTXp42QWVtc9bYJcp6iN8r+OEJ5B24Js15WVc7PFI/Udf2ZTMRWXyqxVkl+
         4iHt1B40Qqo0L0QLetto7YlxkXhS1Vp7iaBaY=
Precedence: bulk
List-Post: <mailto:gentoo-user@lists.gentoo.org>
List-Help: <mailto:gentoo-user+help@lists.gentoo.org>
List-Unsubscribe: <mailto:gentoo-user+unsubscribe@lists.gentoo.org>
List-Subscribe: <mailto:gentoo-user+subscribe@lists.gentoo.org>
List-Id: Gentoo Linux mail <gentoo-user.gentoo.org>
X-BeenThere: gentoo-user@lists.gentoo.org
Reply-to: gentoo-user@lists.gentoo.org
MIME-Version: 1.0
Received: by 10.90.101.17 with SMTP id y17mr3306887agb.6.1244822557133; Fri, 
	12 Jun 2009 09:02:37 -0700 (PDT)
Date: Fri, 12 Jun 2009 09:02:37 -0700
Message-ID: <49bf44f10906120902k5afb962ap8eeb4b16cae5a150@mail.gmail.com>
Subject: [gentoo-user] {OT} "make uninstall" with no rule
From: Grant <emailgrant@gmail.com>
To: Gentoo mailing list <gentoo-user@lists.gentoo.org>
Content-Type: text/plain; charset=ISO-8859-1
Content-Transfer-Encoding: 7bit
X-Archives-Salt: dd749f71-0061-417f-805d-54899b17f99e
X-Archives-Hash: 6d9eec49465304e3b7f82dda6442019c

I'm just now learning how to compile and install manually.  I
installed makemkv-1.4.1 manually and now I found an ebuild so I'd like
to install the latest version via the ebuild, but I get:

# make uninstall
make: *** No rule to make target `uninstall'.  Stop.

The makefile doesn't mention uninstall.  Should I just install over
the current installation via the ebuild?  Is there any way to do this
cleanly?

- Grant