Skip to content

Commit debf1e9

Browse files
author
Jan Rochel
committed
opam/Makefile: remove uninstall target
It has become obsolote with opam version 2.
1 parent 70660ba commit debf1e9

File tree

2 files changed

+0
-11
lines changed

2 files changed

+0
-11
lines changed

Makefile

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -171,16 +171,6 @@ install: all META
171171
cp $(LIBDIR)/$(PKG_NAME).server.cm* $(OCAMLFIND_DESTDIR)/$(PKG_NAME)/server
172172
scripts/install.sh $(TEMPLATE_DIR) $(TEMPLATE_NAME)
173173

174-
uninstall:
175-
rm -rf $(OCAMLFIND_DESTDIR)/$(PKG_NAME)/client
176-
rm -rf $(OCAMLFIND_DESTDIR)/$(PKG_NAME)/server
177-
scripts/uninstall.sh $(TEMPLATE_NAME)
178-
$(OCAMLFIND) remove $(PKG_NAME)
179-
180-
reinstall:
181-
$(MAKE) uninstall
182-
$(MAKE) install
183-
184174
##----------------------------------------------------------------------
185175
## Dependencies
186176

opam

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,6 @@ dev-repo: "git+https://github.com/ocsigen/ocsigen-start.git"
1111
license: "LGPL-2.1 with OCaml linking exception"
1212
build: [ make "-j%{jobs}%" ]
1313
install: [ make "install" ]
14-
remove: [ make "uninstall" ]
1514
depends: [
1615
"ocaml" {>= "4.06.1"}
1716
"pgocaml" {>= "3.1"}

0 commit comments

Comments
 (0)