summaryrefslogtreecommitdiffstats
path: root/resources/scripts/helpers
diff options
context:
space:
mode:
authorFrancis Rowe <info@gluglug.org.uk>2015-06-25 12:53:39 (EDT)
committer Francis Rowe <info@gluglug.org.uk>2015-06-25 12:53:39 (EDT)
commit60f101996663ec94f63b97cd4615c6a723a62c27 (patch)
tree3f94bc27fdd5d8a29e0d6b6f749a9fa35e34ddb5 /resources/scripts/helpers
parentcfb4ac12782dfffe39d32b9832ccbb4cd553cc7b (diff)
downloadlibreboot-60f101996663ec94f63b97cd4615c6a723a62c27.zip
libreboot-60f101996663ec94f63b97cd4615c6a723a62c27.tar.gz
libreboot-60f101996663ec94f63b97cd4615c6a723a62c27.tar.bz2
build/config/*: Wait 2 seconds, not 5 seconds.
2 seconds is less annoying.
Diffstat (limited to 'resources/scripts/helpers')
-rwxr-xr-xresources/scripts/helpers/build/config/corebootmodify2
-rwxr-xr-xresources/scripts/helpers/build/config/corebootreplace2
-rwxr-xr-xresources/scripts/helpers/build/config/corebootupdate2
3 files changed, 3 insertions, 3 deletions
diff --git a/resources/scripts/helpers/build/config/corebootmodify b/resources/scripts/helpers/build/config/corebootmodify
index 9048c47..4430ff5 100755
--- a/resources/scripts/helpers/build/config/corebootmodify
+++ b/resources/scripts/helpers/build/config/corebootmodify
@@ -36,7 +36,7 @@ fi
cd "../../../coreboot/"
for config in ${configs}; do
printf "Updating config for %s\n" "${config}"
- sleep 5
+ sleep 2
if [ ! -d "../resources/libreboot/config/${config}/" ]; then
printf "build/config/corebootmodify WARNING: config '%s' does not exist. Skipping.\n" "${config}"
diff --git a/resources/scripts/helpers/build/config/corebootreplace b/resources/scripts/helpers/build/config/corebootreplace
index 718a3de..ec6b942 100755
--- a/resources/scripts/helpers/build/config/corebootreplace
+++ b/resources/scripts/helpers/build/config/corebootreplace
@@ -36,7 +36,7 @@ fi
cd "../../../coreboot/"
for config in ${configs}; do
printf "Updating config for %s\n" "${config}"
- sleep 5
+ sleep 2
make menuconfig
diff --git a/resources/scripts/helpers/build/config/corebootupdate b/resources/scripts/helpers/build/config/corebootupdate
index 47857c5..6e4ad67 100755
--- a/resources/scripts/helpers/build/config/corebootupdate
+++ b/resources/scripts/helpers/build/config/corebootupdate
@@ -36,7 +36,7 @@ fi
cd "../../../coreboot/"
for config in ${configs}; do
printf "Updating config for %s\n" "${config}"
- sleep 5
+ sleep 2
if [ ! -d "../resources/libreboot/config/${config}/" ]; then
printf "build/config/corebootupdate WARNING: config '%s' does not exist. Skipping.\n" "${config}"