[LLVMdev] How to uninstall llvm3.2

Reed Kotler rkotler at mips.com
Fri Apr 26 18:38:32 PDT 2013


On 04/26/2013 06:25 PM, Ningning Shi wrote:
> Hi
> I use the source code to install the llvm to my system.(ubuntu 12.10)
> After I make install, I want to uninstall it from my system.
> But I found it didn't work.
> Message:
> make: *** No rule to make target `uninstall'. Stop.
>
> So, do I need to remove the file by hand?
> Is there other way to do that?
> Thanks.
>
>
>

to be more precise:

rm -f <install-directory>

there <install-directory> is where "make install" put things





More information about the llvm-dev mailing list