X-Git-Url: http://git.annexia.org/?p=libguestfs.git;a=blobdiff_plain;f=generator%2Fgenerator_main.ml;h=f3d3340aac3a4f2f882b214b4adbd059d8ed493a;hp=4ef9ba519c946d9b963b2ae84b8bdfe22b21341b;hb=0c133cf689ba4816ba6e9283c3f9ed7f06dc0a77;hpb=dec770f171329868081985ca0aa3d52eb3759935 diff --git a/generator/generator_main.ml b/generator/generator_main.ml index 4ef9ba5..f3d3340 100644 --- a/generator/generator_main.ml +++ b/generator/generator_main.ml @@ -50,7 +50,7 @@ let perror msg = function (* Main program. *) let () = let lock_fd = - try openfile "HACKING" [O_RDWR] 0 + try openfile "BUGS" [O_RDWR] 0 with | Unix_error (ENOENT, _, _) -> eprintf "\ @@ -60,7 +60,7 @@ Run it from the top source directory using the command "; exit 1 | exn -> - perror "open: HACKING" exn; + perror "open: BUGS" exn; exit 1 in (* Acquire a lock so parallel builds won't try to run the generator @@ -70,7 +70,7 @@ Run it from the top source directory using the command *) (try lockf lock_fd F_LOCK 1 with exn -> - perror "lock: HACKING" exn; + perror "lock: BUGS" exn; exit 1); (* Read the API versions file. *)