From: Richard Jones Date: Mon, 4 Jan 2010 14:55:24 +0000 (+0000) Subject: generator: Move all library generation code together. X-Git-Tag: 1.0.81~7 X-Git-Url: http://git.annexia.org/?p=libguestfs.git;a=commitdiff_plain;h=db430348cae9f99549a4f7e155a162e71fb9900d;hp=a9666ce8bb5793bf725d8d6d18c5ce545bdaf4a4 generator: Move all library generation code together. --- diff --git a/src/generator.ml b/src/generator.ml index b795e44..ebfd45d 100755 --- a/src/generator.ml +++ b/src/generator.ml @@ -11140,6 +11140,7 @@ Run it from the top source directory using the command output_to "src/guestfs-structs.pod" generate_structs_pod; output_to "src/guestfs-actions.pod" generate_actions_pod; output_to "src/guestfs-availability.pod" generate_availability_pod; + output_to "src/MAX_PROC_NR" generate_max_proc_nr; output_to "daemon/actions.h" generate_daemon_actions_h; output_to "daemon/stubs.c" generate_daemon_actions; output_to "daemon/names.c" generate_daemon_names; @@ -11178,7 +11179,6 @@ Run it from the top source directory using the command output_to "haskell/Guestfs.hs" generate_haskell_hs; output_to "haskell/Bindtests.hs" generate_haskell_bindtests; output_to "csharp/Libguestfs.cs" generate_csharp; - output_to "src/MAX_PROC_NR" generate_max_proc_nr; (* Always generate this file last, and unconditionally. It's used * by the Makefile to know when we must re-run the generator.