[Pkg-ocaml-maint-commits] [SCM] ocaml-inifiles packaging branch, master, updated. debian/1.2-1
Sylvain Le Gall
gildor at debian.org
Thu Dec 2 10:30:57 UTC 2010
The following commit has been merged in the master branch:
commit d0e4edbcd6fe9d793b472bea165a070ab80b0871
Author: Sylvain Le Gall <gildor at debian.org>
Date: Wed Dec 1 16:33:23 2010 +0000
Don't use make in clean
diff --git a/_oasis b/_oasis
index ad48432..798185d 100644
--- a/_oasis
+++ b/_oasis
@@ -25,7 +25,7 @@ if flag(has_ocamlopt)
XCustomBuild: $make all opt
else
XCustomBuild: $make all
-XCustomBuildClean: $make clean
+XCustomBuildClean: make clean
InstallType: Custom (0.2)
XCustomInstall: $make install
diff --git a/setup.ml b/setup.ml
index bd3ffab..789c7c9 100644
--- a/setup.ml
+++ b/setup.ml
@@ -1,7 +1,7 @@
(* setup.ml generated for the first time by OASIS v0.2.0 *)
(* OASIS_START *)
-(* DO NOT EDIT (digest: 4ba7bf90e3274af94b76c6d9be1d7169) *)
+(* DO NOT EDIT (digest: aa913465f86b24c3fbca46edf00198b3) *)
(*
Regenerated by OASIS v0.2.0
Visit http://oasis.forge.ocamlcore.org for more information and
@@ -4695,7 +4695,7 @@ let setup_t =
(OASISExpr.ENot (OASISExpr.EFlag "has_ocamlopt"),
("$make", ["all"]))
];
- cmd_clean = [(OASISExpr.EBool true, Some (("$make", ["clean"])))];
+ cmd_clean = [(OASISExpr.EBool true, Some (("make", ["clean"])))];
cmd_distclean = [(OASISExpr.EBool true, None)];
};
test = [];
@@ -4728,7 +4728,7 @@ let setup_t =
("$make", ["all"]))
];
cmd_clean =
- [(OASISExpr.EBool true, Some (("$make", ["clean"])))];
+ [(OASISExpr.EBool true, Some (("make", ["clean"])))];
cmd_distclean = [(OASISExpr.EBool true, None)];
};
CustomPlugin.clean
@@ -4760,7 +4760,7 @@ let setup_t =
("$make", ["all"]))
];
cmd_clean =
- [(OASISExpr.EBool true, Some (("$make", ["clean"])))];
+ [(OASISExpr.EBool true, Some (("make", ["clean"])))];
cmd_distclean = [(OASISExpr.EBool true, None)];
};
CustomPlugin.distclean
--
ocaml-inifiles packaging
More information about the Pkg-ocaml-maint-commits
mailing list