[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] Re: [Xen-devel] [PATCH 1/3] ocaml: do not install test binaries
On Thu, 2013-12-12 at 16:43 +0000, Ian Jackson wrote: > Rob Hoes writes ("[PATCH 1/3] ocaml: do not install test binaries"): > > Signed-off-by: Rob Hoes <rob.hoes@xxxxxxxxxx> > > Acked-by: Ian Jackson <ian.jackson@xxxxxxxxxxxxx> I'm afraid this doesn't quite work: make[5]: Entering directory `/local/scratch/ianc/devel/committer.git/tools/ocam l/test' make[5]: *** No rule to make target `install'. Stop. I'm going to apply with the following incremental diff folded in: diff --git a/tools/ocaml/test/Makefile b/tools/ocaml/test/Makefile index 20aac4d..8033089 100644 --- a/tools/ocaml/test/Makefile +++ b/tools/ocaml/test/Makefile @@ -49,4 +49,6 @@ all: $(PROGRAMS) bins: $(PROGRAMS) +install: + include $(OCAML_TOPLEVEL)/Makefile.rules _______________________________________________ Xen-devel mailing list Xen-devel@xxxxxxxxxxxxx http://lists.xen.org/xen-devel
|
Lists.xenproject.org is hosted with RackSpace, monitoring our |