From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 27485 invoked by alias); 31 Oct 2014 13:52:51 -0000 Mailing-List: contact gdb-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-owner@sourceware.org Received: (qmail 27380 invoked by uid 89); 31 Oct 2014 13:52:50 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-2.1 required=5.0 tests=AWL,BAYES_00,FREEMAIL_ENVFROM_END_DIGIT,FREEMAIL_FROM,RCVD_IN_DNSWL_LOW,SPF_PASS autolearn=ham version=3.3.2 X-HELO: mail-yk0-f178.google.com Received: from mail-yk0-f178.google.com (HELO mail-yk0-f178.google.com) (209.85.160.178) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with (AES128-SHA encrypted) ESMTPS; Fri, 31 Oct 2014 13:52:49 +0000 Received: by mail-yk0-f178.google.com with SMTP id 9so3329709ykp.9 for ; Fri, 31 Oct 2014 06:52:46 -0700 (PDT) MIME-Version: 1.0 X-Received: by 10.236.43.166 with SMTP id l26mr14009375yhb.9.1414763566797; Fri, 31 Oct 2014 06:52:46 -0700 (PDT) Received: by 10.170.140.214 with HTTP; Fri, 31 Oct 2014 06:52:46 -0700 (PDT) In-Reply-To: References: Date: Fri, 31 Oct 2014 13:52:00 -0000 Message-ID: Subject: Re: How can I uninstall gdb? From: Doug Evans To: Nan Xiao Cc: gdb Content-Type: text/plain; charset=UTF-8 X-IsSubscribed: yes X-SW-Source: 2014-10/txt/msg00143.txt.bz2 On Thu, Oct 30, 2014 at 11:24 PM, Nan Xiao wrote: > Hi all, > > I have installed the newest gdb 7.8.1 on Solaris. But When I want to uninstall it, the output is: > > bash-3.2# make uninstall > the uninstall target is not supported in this tree > > So how can I uninstall gdb? Thanks very much in advance! Yikes. A clumsy workaround is to cd into each subdir in the build tree and do make uninstall there.