Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorManuel Kaufmann <humitos@gmail.com>2012-11-10 15:02:37 (GMT)
committer Manuel Kaufmann <humitos@gmail.com>2012-11-10 15:02:37 (GMT)
commita88e0d6c3d3563dd68ad6962e1a10f724b33220a (patch)
tree1e51ca8879a8c431e1c454f5d57f0adec2a905a7
parentbe59a1275ffd4600547717560ff9e650a71a52f0 (diff)
Script to compile all sugar inside the XO in one command
-rw-r--r--scripts/compile_all.sh7
1 files changed, 7 insertions, 0 deletions
diff --git a/scripts/compile_all.sh b/scripts/compile_all.sh
new file mode 100644
index 0000000..6a3ae24
--- /dev/null
+++ b/scripts/compile_all.sh
@@ -0,0 +1,7 @@
+set -e
+
+bash -x compile_sugar-install_dependencies.sh
+bash -x compile_sugar.sh
+bash -x compile_sugar-toolkit-gtk3.sh
+bash -x compile_sugar-artwork.sh
+