summaryrefslogtreecommitdiff
path: root/scripts
diff options
context:
space:
mode:
Diffstat (limited to 'scripts')
-rwxr-xr-xscripts/buildall.sh15
1 files changed, 9 insertions, 6 deletions
diff --git a/scripts/buildall.sh b/scripts/buildall.sh
index 5f0e65db1..bc8e23f64 100755
--- a/scripts/buildall.sh
+++ b/scripts/buildall.sh
@@ -7,10 +7,9 @@ function nmk()
}
if [ ${already-done} == 1 ] ; then
-
-
nmk busybox
-
+fi # ********* already-done
+#**********************************************************************************
if [ ${busybox-tools} == 1 ] ; then
mk bash
@@ -304,8 +303,10 @@ echo "Audio and video libraries and applications"
mk alsa-lib
mk alsa-utils
mk asterisk
-fi # ********* already-done
-#**********************************************************************************
+
+
+if [ ${already-done} == 1 ] ; then
+
mk aumix
mk gstreamer
mk gst-plugins-base
@@ -337,7 +338,7 @@ echo " graphic libraries"
mk directfb
mk directfb-examples
mk fbdump
-mk fusion
+mk linux-fusion
mk imagemagick
mk jpeg
mk libart
@@ -458,3 +459,5 @@ nmk java
# various games packages
nmk games
+fi # ********* already-done
+#**********************************************************************************