67b3b0e434
Based on PR#43374 by YAMAMOTO Takeshi, some improvements. OMake is a build system, similar to GNU make, but with many additional features, including: - Support for large projects spanning multiple directories; - Support for commands that produce several targets at once; - Fast, accurate, automated dependency analysis using MD5 digests; - Portability: omake provides a consistent interface on Win32 and on Unix systems including Linux, OSX, and Cygwin; - Builtin functions that provide the most common features of programs like grep, sed, and awk; - Active filesystem monitoring, where the build automatically restarts whenever you modify a source file.
15 lines
383 B
Text
15 lines
383 B
Text
$NetBSD: patch-aa,v 1.1.1.1 2010/05/29 10:43:14 obache Exp $
|
|
|
|
http://svn.metaprl.org/viewvc/mojave?view=rev&revision=12923
|
|
|
|
--- src/exec/omake_exec.ml.orig 2006-12-08 22:52:01.000000000 +0000
|
|
+++ src/exec/omake_exec.ml
|
|
@@ -46,8 +46,6 @@ open Omake_exec_notify
|
|
open Omake_options
|
|
open Omake_command_type
|
|
|
|
-external sync : unit -> unit = "caml_sync"
|
|
-
|
|
module Exec =
|
|
struct
|
|
(*
|