Palacios Public Git Repository

To checkout Palacios execute

  git clone http://v3vee.org/palacios/palacios.web/palacios.git
This will give you the master branch. You probably want the devel branch or one of the release branches. To switch to the devel branch, simply execute
  cd palacios
  git checkout --track -b devel origin/devel
The other branches are similar.


Correct build if gears is disabled
Kyle Hale [Fri, 13 Apr 2012 23:47:22 +0000 (18:47 -0500)]
palacios/src/gears/Makefile
palacios/src/gears/null.c [new file with mode: 0644]

index dfbc5fd..001b043 100644 (file)
@@ -5,3 +5,6 @@ obj-$(V3_CONFIG_EXT_EXECVE_HOOK) += ext_process_environment.o
 obj-$(V3_CONFIG_EXT_CODE_INJECT) += ext_code_inject.o
 obj-$(V3_CONFIG_EXT_ENV_INJECT) += ext_env_inject.o
 
+obj-y += null.o
+
+
diff --git a/palacios/src/gears/null.c b/palacios/src/gears/null.c
new file mode 100644 (file)
index 0000000..1828c44
--- /dev/null
@@ -0,0 +1,6 @@
+/** \file
+ * Do nothing module.
+ *
+ * This file only exists to appease the kbuild gods.
+ */
+