search for: cdeflmpsuvxyz

Displaying 20 results from an estimated 26 matches for "cdeflmpsuvxyz".

2014 Mar 03
2
[PATCH] supermin: Fix build with bytecode compiler
...-) diff --git a/src/Makefile.am b/src/Makefile.am index 7f99b8a..932881b 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -104,17 +104,18 @@ supermin_CFLAGS = \ BOBJECTS = $(SOURCES_ML:.ml=.cmo) XOBJECTS = $(SOURCES_ML:.ml=.cmx) +OCAMLPACKAGES = -package unix,str +OCAMLFLAGS = -warn-error CDEFLMPSUVXYZ + if !HAVE_OCAMLOPT OBJECTS = $(BOBJECTS) BEST = c +OCAMLFLAGS += -custom else OBJECTS = $(XOBJECTS) BEST = opt endif -OCAMLPACKAGES = -package unix,str -OCAMLFLAGS = -warn-error CDEFLMPSUVXYZ - supermin_DEPENDENCIES = $(OBJECTS) ext2init-bin.o supermin_LDADD = ext2init-bin.o ../...
2011 Aug 25
1
[PATCH] Correctly build febootstrap on systems without native OCaml compiler
...kefile.am +++ b/Makefile.am @@ -56,18 +56,18 @@ SOURCES_ML = $(filter %.ml,$(SOURCES)) BOBJECTS = $(SOURCES_ML:.ml=.cmo) XOBJECTS = $(SOURCES_ML:.ml=.cmx) -if !HAVE_OCAMLOPT -OBJECTS = $(BOBJECTS) -else -OBJECTS = $(XOBJECTS) -endif - OCAMLPACKAGES = -package unix,str OCAMLFLAGS = -warn-error CDEFLMPSUVXYZ -febootstrap: $(OBJECTS) - $(OCAMLFIND) $(OCAMLBEST) $(OCAMLFLAGS) $(OCAMLPACKAGES) -linkpkg \ +if !HAVE_OCAMLOPT +febootstrap: $(BOBJECTS) + $(OCAMLFIND) ocamlc $(OCAMLFLAGS) $(OCAMLPACKAGES) -linkpkg \ + $^ -o $@ +else +febootstrap: $(XOBJECTS) + $(OCAMLFIND) ocamlopt $(OCAMLFLAGS) $(OCAMLPAC...
2010 Dec 14
8
builder-ubuntu febootstrap success 85db2a664c820e01a02ddc3b33b3da26fe05dc5b
...permin_helper-kernel.o febootstrap_supermin_helper-main.o febootstrap_supermin_helper-utils.o ext2init.o -lext2fs -lcom_err -L../lib -lgnu make[2]: Leaving directory `/home/rjones/d/febootstrap/helper' make[2]: Entering directory `/home/rjones/d/febootstrap' ocamlfind ocamlopt -warn-error CDEFLMPSUVXYZ -package unix,str -c config.ml -o config.cmx ocamlfind ocamlopt -warn-error CDEFLMPSUVXYZ -package unix,str -c febootstrap_cmdline.ml -o febootstrap_cmdline.cmx ocamlfind ocamlopt -warn-error CDEFLMPSUVXYZ -package unix,str -c febootstrap_package_handlers.ml -o febootstrap_package_handlers.cmx ocam...
2011 Jan 14
7
builder-ubuntu febootstrap success 85db2a664c820e01a02ddc3b33b3da26fe05dc5b
...lib' Making all in helper make[2]: Entering directory `/home/rjones/d/febootstrap/helper' make[2]: Nothing to be done for `all'. make[2]: Leaving directory `/home/rjones/d/febootstrap/helper' make[2]: Entering directory `/home/rjones/d/febootstrap' ocamlfind ocamlopt -warn-error CDEFLMPSUVXYZ -package unix,str -c config.ml -o config.cmx ocamlfind ocamlopt -warn-error CDEFLMPSUVXYZ -package unix,str -c febootstrap_cmdline.ml -o febootstrap_cmdline.cmx ocamlfind ocamlopt -warn-error CDEFLMPSUVXYZ -package unix,str -c febootstrap_package_handlers.ml -o febootstrap_package_handlers.cmx ocam...
2011 Feb 15
7
builder-ubuntu febootstrap success 85db2a664c820e01a02ddc3b33b3da26fe05dc5b
...lib' Making all in helper make[2]: Entering directory `/home/rjones/d/febootstrap/helper' make[2]: Nothing to be done for `all'. make[2]: Leaving directory `/home/rjones/d/febootstrap/helper' make[2]: Entering directory `/home/rjones/d/febootstrap' ocamlfind ocamlopt -warn-error CDEFLMPSUVXYZ -package unix,str -c config.ml -o config.cmx ocamlfind ocamlopt -warn-error CDEFLMPSUVXYZ -package unix,str -c febootstrap_cmdline.ml -o febootstrap_cmdline.cmx ocamlfind ocamlopt -warn-error CDEFLMPSUVXYZ -package unix,str -c febootstrap_package_handlers.ml -o febootstrap_package_handlers.cmx ocam...
2011 Jan 14
7
builder-debian febootstrap success 85db2a664c820e01a02ddc3b33b3da26fe05dc5b
...lib' Making all in helper make[2]: Entering directory `/home/rjones/d/febootstrap/helper' make[2]: Nothing to be done for `all'. make[2]: Leaving directory `/home/rjones/d/febootstrap/helper' make[2]: Entering directory `/home/rjones/d/febootstrap' ocamlfind ocamlopt -warn-error CDEFLMPSUVXYZ -package unix,str -c config.ml -o config.cmx ocamlfind ocamlopt -warn-error CDEFLMPSUVXYZ -package unix,str -c febootstrap_cmdline.ml -o febootstrap_cmdline.cmx ocamlfind ocamlopt -warn-error CDEFLMPSUVXYZ -package unix,str -c febootstrap_package_handlers.ml -o febootstrap_package_handlers.cmx ocam...
2011 Feb 15
7
builder-debian febootstrap success 85db2a664c820e01a02ddc3b33b3da26fe05dc5b
...lib' Making all in helper make[2]: Entering directory `/home/rjones/d/febootstrap/helper' make[2]: Nothing to be done for `all'. make[2]: Leaving directory `/home/rjones/d/febootstrap/helper' make[2]: Entering directory `/home/rjones/d/febootstrap' ocamlfind ocamlopt -warn-error CDEFLMPSUVXYZ -package unix,str -c config.ml -o config.cmx ocamlfind ocamlopt -warn-error CDEFLMPSUVXYZ -package unix,str -c febootstrap_cmdline.ml -o febootstrap_cmdline.cmx ocamlfind ocamlopt -warn-error CDEFLMPSUVXYZ -package unix,str -c febootstrap_package_handlers.ml -o febootstrap_package_handlers.cmx ocam...
2010 Dec 14
7
builder-debian febootstrap success 85db2a664c820e01a02ddc3b33b3da26fe05dc5b
...permin_helper-kernel.o febootstrap_supermin_helper-main.o febootstrap_supermin_helper-utils.o ext2init.o -lext2fs -lcom_err -L../lib -lgnu make[2]: Leaving directory `/home/rjones/d/febootstrap/helper' make[2]: Entering directory `/home/rjones/d/febootstrap' ocamlfind ocamlopt -warn-error CDEFLMPSUVXYZ -package unix,str -c config.ml -o config.cmx ocamlfind ocamlopt -warn-error CDEFLMPSUVXYZ -package unix,str -c febootstrap_cmdline.ml -o febootstrap_cmdline.cmx ocamlfind ocamlopt -warn-error CDEFLMPSUVXYZ -package unix,str -c febootstrap_package_handlers.ml -o febootstrap_package_handlers.cmx ocam...
2011 May 13
3
builder-debian febootstrap success 6ab9465001dfaa52edc5992ee71f2e9aecc2085d
...lib' Making all in helper make[2]: Entering directory `/home/rjones/d/febootstrap/helper' make[2]: Nothing to be done for `all'. make[2]: Leaving directory `/home/rjones/d/febootstrap/helper' make[2]: Entering directory `/home/rjones/d/febootstrap' ocamlfind ocamlopt -warn-error CDEFLMPSUVXYZ -package unix,str -c config.ml -o config.cmx ocamlfind ocamlopt -warn-error CDEFLMPSUVXYZ -package unix,str -c febootstrap_cmdline.ml -o febootstrap_cmdline.cmx ocamlfind ocamlopt -warn-error CDEFLMPSUVXYZ -package unix,str -c febootstrap_package_handlers.ml -o febootstrap_package_handlers.cmx ocam...
2011 Mar 18
0
builder-debian febootstrap success 48ba44a6751f5455a3afb37fb5809abc507696e1
...lib' Making all in helper make[2]: Entering directory `/home/rjones/d/febootstrap/helper' make[2]: Nothing to be done for `all'. make[2]: Leaving directory `/home/rjones/d/febootstrap/helper' make[2]: Entering directory `/home/rjones/d/febootstrap' ocamlfind ocamlopt -warn-error CDEFLMPSUVXYZ -package unix,str -c config.ml -o config.cmx ocamlfind ocamlopt -warn-error CDEFLMPSUVXYZ -package unix,str -c febootstrap_cmdline.ml -o febootstrap_cmdline.cmx ocamlfind ocamlc -warn-error CDEFLMPSUVXYZ -package unix,str -c febootstrap_package_handlers.mli -o febootstrap_package_handlers.cmi ocaml...
2011 Mar 18
0
builder-ubuntu febootstrap success 48ba44a6751f5455a3afb37fb5809abc507696e1
...lib' Making all in helper make[2]: Entering directory `/home/rjones/d/febootstrap/helper' make[2]: Nothing to be done for `all'. make[2]: Leaving directory `/home/rjones/d/febootstrap/helper' make[2]: Entering directory `/home/rjones/d/febootstrap' ocamlfind ocamlopt -warn-error CDEFLMPSUVXYZ -package unix,str -c config.ml -o config.cmx ocamlfind ocamlopt -warn-error CDEFLMPSUVXYZ -package unix,str -c febootstrap_cmdline.ml -o febootstrap_cmdline.cmx ocamlfind ocamlc -warn-error CDEFLMPSUVXYZ -package unix,str -c febootstrap_package_handlers.mli -o febootstrap_package_handlers.cmi ocaml...
2011 Mar 22
1
builder-debian febootstrap success 6720ad28eddbcd671032c151f7219a35ba615b1b
...lib' Making all in helper make[2]: Entering directory `/home/rjones/d/febootstrap/helper' make[2]: Nothing to be done for `all'. make[2]: Leaving directory `/home/rjones/d/febootstrap/helper' make[2]: Entering directory `/home/rjones/d/febootstrap' ocamlfind ocamlopt -warn-error CDEFLMPSUVXYZ -package unix,str -c config.ml -o config.cmx ocamlfind ocamlopt -warn-error CDEFLMPSUVXYZ -package unix,str -c febootstrap_cmdline.ml -o febootstrap_cmdline.cmx ocamlfind ocamlopt -warn-error CDEFLMPSUVXYZ -package unix,str -c febootstrap_package_handlers.ml -o febootstrap_package_handlers.cmx ocam...
2010 Dec 07
0
builder-ubuntu febootstrap success 2dfc659c33c5ceb298e8027e219547416b286661
...lib' Making all in helper make[2]: Entering directory `/home/rjones/d/febootstrap/helper' make[2]: Nothing to be done for `all'. make[2]: Leaving directory `/home/rjones/d/febootstrap/helper' make[2]: Entering directory `/home/rjones/d/febootstrap' ocamlfind ocamlopt -warn-error CDEFLMPSUVXYZ -package unix,str -c config.ml -o config.cmx ocamlfind ocamlopt -warn-error CDEFLMPSUVXYZ -package unix,str -c febootstrap_cmdline.ml -o febootstrap_cmdline.cmx ocamlfind ocamlopt -warn-error CDEFLMPSUVXYZ -package unix,str -c febootstrap_package_handlers.ml -o febootstrap_package_handlers.cmx ocam...
2010 Dec 10
0
builder-ubuntu febootstrap success 27a911ca193ad5a56a7afac4f6100b3a3f732680
...lib' Making all in helper make[2]: Entering directory `/home/rjones/d/febootstrap/helper' make[2]: Nothing to be done for `all'. make[2]: Leaving directory `/home/rjones/d/febootstrap/helper' make[2]: Entering directory `/home/rjones/d/febootstrap' ocamlfind ocamlopt -warn-error CDEFLMPSUVXYZ -package unix,str -c config.ml -o config.cmx ocamlfind ocamlopt -warn-error CDEFLMPSUVXYZ -package unix,str -c febootstrap_cmdline.ml -o febootstrap_cmdline.cmx ocamlfind ocamlopt -warn-error CDEFLMPSUVXYZ -package unix,str -c febootstrap_package_handlers.ml -o febootstrap_package_handlers.cmx ocam...
2010 Dec 07
0
builder-debian febootstrap success af9f9305a0a48829392a57d24aee30978b449d1d
...lib' Making all in helper make[2]: Entering directory `/home/rjones/d/febootstrap/helper' make[2]: Nothing to be done for `all'. make[2]: Leaving directory `/home/rjones/d/febootstrap/helper' make[2]: Entering directory `/home/rjones/d/febootstrap' ocamlfind ocamlopt -warn-error CDEFLMPSUVXYZ -package unix,str -c config.ml -o config.cmx ocamlfind ocamlopt -warn-error CDEFLMPSUVXYZ -package unix,str -c febootstrap_cmdline.ml -o febootstrap_cmdline.cmx ocamlfind ocamlopt -warn-error CDEFLMPSUVXYZ -package unix,str -c febootstrap_package_handlers.ml -o febootstrap_package_handlers.cmx ocam...
2010 Dec 10
0
builder-debian febootstrap success 27a911ca193ad5a56a7afac4f6100b3a3f732680
...lib' Making all in helper make[2]: Entering directory `/home/rjones/d/febootstrap/helper' make[2]: Nothing to be done for `all'. make[2]: Leaving directory `/home/rjones/d/febootstrap/helper' make[2]: Entering directory `/home/rjones/d/febootstrap' ocamlfind ocamlopt -warn-error CDEFLMPSUVXYZ -package unix,str -c config.ml -o config.cmx ocamlfind ocamlopt -warn-error CDEFLMPSUVXYZ -package unix,str -c febootstrap_cmdline.ml -o febootstrap_cmdline.cmx ocamlfind ocamlopt -warn-error CDEFLMPSUVXYZ -package unix,str -c febootstrap_package_handlers.ml -o febootstrap_package_handlers.cmx ocam...
2011 Mar 15
0
builder-ubuntu febootstrap success 91819fa0e61ee0b41f2342fd5149b385146bb954
...lib' Making all in helper make[2]: Entering directory `/home/rjones/d/febootstrap/helper' make[2]: Nothing to be done for `all'. make[2]: Leaving directory `/home/rjones/d/febootstrap/helper' make[2]: Entering directory `/home/rjones/d/febootstrap' ocamlfind ocamlopt -warn-error CDEFLMPSUVXYZ -package unix,str -c config.ml -o config.cmx ocamlfind ocamlopt -warn-error CDEFLMPSUVXYZ -package unix,str -c febootstrap_cmdline.ml -o febootstrap_cmdline.cmx ocamlfind ocamlopt -warn-error CDEFLMPSUVXYZ -package unix,str -c febootstrap_package_handlers.ml -o febootstrap_package_handlers.cmx ocam...
2011 Mar 15
0
builder-debian febootstrap success 91819fa0e61ee0b41f2342fd5149b385146bb954
...lib' Making all in helper make[2]: Entering directory `/home/rjones/d/febootstrap/helper' make[2]: Nothing to be done for `all'. make[2]: Leaving directory `/home/rjones/d/febootstrap/helper' make[2]: Entering directory `/home/rjones/d/febootstrap' ocamlfind ocamlopt -warn-error CDEFLMPSUVXYZ -package unix,str -c config.ml -o config.cmx ocamlfind ocamlopt -warn-error CDEFLMPSUVXYZ -package unix,str -c febootstrap_cmdline.ml -o febootstrap_cmdline.cmx ocamlfind ocamlopt -warn-error CDEFLMPSUVXYZ -package unix,str -c febootstrap_package_handlers.ml -o febootstrap_package_handlers.cmx ocam...
2011 Mar 22
0
builder-ubuntu febootstrap success 6720ad28eddbcd671032c151f7219a35ba615b1b
...lib' Making all in helper make[2]: Entering directory `/home/rjones/d/febootstrap/helper' make[2]: Nothing to be done for `all'. make[2]: Leaving directory `/home/rjones/d/febootstrap/helper' make[2]: Entering directory `/home/rjones/d/febootstrap' ocamlfind ocamlopt -warn-error CDEFLMPSUVXYZ -package unix,str -c config.ml -o config.cmx ocamlfind ocamlopt -warn-error CDEFLMPSUVXYZ -package unix,str -c febootstrap_cmdline.ml -o febootstrap_cmdline.cmx ocamlfind ocamlopt -warn-error CDEFLMPSUVXYZ -package unix,str -c febootstrap_package_handlers.ml -o febootstrap_package_handlers.cmx ocam...
2010 Dec 07
1
builder-debian febootstrap success 2dfc659c33c5ceb298e8027e219547416b286661
...lib' Making all in helper make[2]: Entering directory `/home/rjones/d/febootstrap/helper' make[2]: Nothing to be done for `all'. make[2]: Leaving directory `/home/rjones/d/febootstrap/helper' make[2]: Entering directory `/home/rjones/d/febootstrap' ocamlfind ocamlopt -warn-error CDEFLMPSUVXYZ -package unix,str -c config.ml -o config.cmx ocamlfind ocamlopt -warn-error CDEFLMPSUVXYZ -package unix,str -c febootstrap_cmdline.ml -o febootstrap_cmdline.cmx ocamlfind ocamlopt -warn-error CDEFLMPSUVXYZ -package unix,str -c febootstrap_package_handlers.ml -o febootstrap_package_handlers.cmx ocam...