[LLVMdev] How to uninstall llvm3.2
Reed Kotler
rkotler at mips.com
Fri Apr 26 18:37:28 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.
>
>
>
Just delete the directory and all the subdirectories where you installed it.
wherever "make install" put things
rm -rf ...install-directory
it's not changing paths or other things
More information about the llvm-dev
mailing list