>>> Kun Huang <[email protected]> schrieb am 03.08.2010 um 04:03 in >>> Nachricht <[email protected]>: > make clean > > would usually be removing all binaries introduced in > > make install
No: "make clean" would remove the compiled or otherwise generated objects to leave only valuable sources around. As "mak install" copies generated objects to elewhere usually, "make clean" won't undo that (in the general case). Ulrich > > Regards, > > - Kun > > On Mon, Aug 2, 2010 at 5:15 PM, Mike Christie <[email protected]> wrote: > > On 07/30/2010 03:08 PM, david elsen wrote: > >> > >> How can I uninstall the iscsi-initiator from my system? I am trying to > >> debug some issue and it looks like there is some conflict there. > > > > If you are using the open-iscsi.org tarballs then it is a fun manual > > process. You would basically have to read the Makefile and delete all the > > programs it installed. > > > > Do makefiles normally have a uinstall option? If so I can add one, or I can > > add another script. > > > > -- > > You received this message because you are subscribed to the Google Groups > > "open-iscsi" group. > > To post to this group, send email to [email protected]. > > To unsubscribe from this group, send email to > > [email protected]. > > For more options, visit this group at > > http://groups.google.com/group/open-iscsi?hl=en. > > > > -- You received this message because you are subscribed to the Google Groups "open-iscsi" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/open-iscsi?hl=en.
