Displaying 2 results from an estimated 2 matches for "e40ce60".
2016 Jun 27
0
Re: [PATCH] RFC: OCaml tools: add and use a Getopt module
...llib/common_gettext.cmo \
> $(top_builddir)/mllib/dev_t.cmo \
> + $(top_builddir)/mllib/getopt.cmo \
> $(top_builddir)/mllib/common_utils.cmo \
> $(SOURCES_ML:.ml=.cmo)
> XOBJECTS = $(BOBJECTS:.cmo=.cmx)
> diff --git a/resize/resize.ml b/resize/resize.ml
> index 22386ce..e40ce60 100644
> --- a/resize/resize.ml
> +++ b/resize/resize.ml
> @@ -182,35 +182,28 @@ let main () =
> let sparse = ref true in
> let unknown_fs_mode = ref "warn" in
>
> - let ditto = " -\"-" in
> let argspec = [
> - "--ali...
2016 Jun 24
2
[PATCH] RFC: OCaml tools: add and use a Getopt module
...fs_config.cmo \
$(top_builddir)/mllib/common_gettext.cmo \
$(top_builddir)/mllib/dev_t.cmo \
+ $(top_builddir)/mllib/getopt.cmo \
$(top_builddir)/mllib/common_utils.cmo \
$(SOURCES_ML:.ml=.cmo)
XOBJECTS = $(BOBJECTS:.cmo=.cmx)
diff --git a/resize/resize.ml b/resize/resize.ml
index 22386ce..e40ce60 100644
--- a/resize/resize.ml
+++ b/resize/resize.ml
@@ -182,35 +182,28 @@ let main () =
let sparse = ref true in
let unknown_fs_mode = ref "warn" in
- let ditto = " -\"-" in
let argspec = [
- "--align-first", Arg.Set_string align_first, s...