We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 33b0ba1 + 6c5672f commit 5fe0c7fCopy full SHA for 5fe0c7f
Makefile
@@ -15,11 +15,22 @@ all:
15
install: setup.data
16
$(SETUP) -install $(INSTALLFLAGS)
17
18
-uninstall: setup.data
19
- $(SETUP) -uninstall $(UNINSTALLFLAGS)
20
-
21
-reinstall: setup.data
22
- $(SETUP) -reinstall $(REINSTALLFLAGS)
+uninstall:
+ ocamlfind remove xml-light2
+ ocamlfind remove xenstore-compat
+ ocamlfind remove xenctrlext
+ ocamlfind remove xen-utils
23
+ ocamlfind remove uuid
24
+ ocamlfind remove stunnel
25
+ ocamlfind remove sha1
26
+ ocamlfind remove sexpr
27
+ ocamlfind remove pciutil
28
+ ocamlfind remove http-svr
29
+ ocamlfind remove gzip
30
+ ocamlfind remove cpuid
31
+
32
+reinstall: uninstall
33
+ $(SETUP) -install $(REINSTALLFLAGS)
34
35
clean:
36
$(SETUP) -clean $(CLEANFLAGS)
0 commit comments