[LLVMdev] How to uninstall llvm3.2

780 views
Skip to first unread message

Ningning Shi

unread,
Apr 26, 2013, 9:25:37 PM4/26/13
to llv...@cs.uiuc.edu
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.

--
Ning-ning Shi(史宁宁)
Changchun,China
Home page:shiningning.tk

_______________________________________________
LLVM Developers mailing list
LLV...@cs.uiuc.edu http://llvm.cs.uiuc.edu
http://lists.cs.uiuc.edu/mailman/listinfo/llvmdev

Reed Kotler

unread,
Apr 26, 2013, 9:37:28 PM4/26/13
to LLV...@cs.uiuc.edu
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

Reed Kotler

unread,
Apr 26, 2013, 9:38:32 PM4/26/13
to LLV...@cs.uiuc.edu
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
Reply all
Reply to author
Forward
0 new messages