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.


fixed xed clean issue
Jack Lange [Tue, 21 Oct 2008 20:51:28 +0000 (15:51 -0500)]
palacios/build/Makefile

index 7598685..cb557a3 100644 (file)
@@ -505,7 +505,7 @@ force:
 
 # Clean build directories of generated files
 clean :
-       for d in palacios devices; do \
+       for d in palacios devices xed; do \
                (cd $$d && rm -f *); \
        done