projects
/
xen.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
9cc07b6
)
ocaml: do not install test binaries
author
Rob Hoes
<rob.hoes@citrix.com>
Thu, 12 Dec 2013 16:36:49 +0000
(16:36 +0000)
committer
Ian Campbell
<ian.campbell@citrix.com>
Thu, 12 Dec 2013 17:29:41 +0000
(17:29 +0000)
Signed-off-by: Rob Hoes <rob.hoes@citrix.com>
Acked-by: Ian Jackson <ian.jackson@eu.citrix.com>
Acked-by: Ian Campbell <ian.campbell@citrix.com>
[ ijc -- added back an Empty install rule ]
tools/ocaml/test/Makefile
patch
|
blob
|
history
diff --git
a/tools/ocaml/test/Makefile
b/tools/ocaml/test/Makefile
index 827bd7ca3903583994fb25ac259841826a149b28..8033089c2d8b3e5330ab62ba83960f7ab40b90eb 100644
(file)
--- a/
tools/ocaml/test/Makefile
+++ b/
tools/ocaml/test/Makefile
@@
-49,8
+49,6
@@
all: $(PROGRAMS)
bins: $(PROGRAMS)
-install: all
- $(INSTALL_DIR) $(DESTDIR)$(BINDIR)
- $(INSTALL_PROG) $(PROGRAMS) $(DESTDIR)$(BINDIR)
+install:
include $(OCAML_TOPLEVEL)/Makefile.rules