Re: How can I uninstall gdb?
Doug Evans <[email protected]>
| Newsgroups | gmane.comp.gdb.devel |
|---|---|
| Message-ID | <CAP9bCMTG4v6csdLW=8GQLReF515KxCL_Hr8joVPg60oYzD+Uzw@mail.gmail.com> |
On Thu, Oct 30, 2014 at 11:24 PM, Nan Xiao <[email protected]> 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.