summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Baumann <daniel@debian.org>2010-04-18 14:38:14 +0200
committerDaniel Baumann <daniel@debian.org>2011-03-09 19:17:06 +0100
commit4aebed603317cf6012c92eb542ab9fa26b8fc3cc (patch)
tree0eff07f96afbbcc6fad3b8b4422bce97c96b2a34
parent7f5742f660c09ba88534f908f4bcee0c51d16ecf (diff)
downloadvyos-live-build-4aebed603317cf6012c92eb542ab9fa26b8fc3cc.tar.gz
vyos-live-build-4aebed603317cf6012c92eb542ab9fa26b8fc3cc.zip
Replacing 'noautoconfig' string in auto/ scripts with 'noauto'.
-rwxr-xr-xhelpers/build4
-rwxr-xr-xhelpers/clean12
-rwxr-xr-xhelpers/config4
3 files changed, 10 insertions, 10 deletions
diff --git a/helpers/build b/helpers/build
index 9f619b1fd..c762b43e4 100755
--- a/helpers/build
+++ b/helpers/build
@@ -20,12 +20,12 @@ then
fi
# Read meta config
-if [ "${1}" != "noautoconfig" ] && [ -x auto/build ]
+if [ "${1}" != "noauto" ] && [ -x auto/build ]
then
./auto/build ${@}
fi
-if [ "${1}" = "noautoconfig" ]
+if [ "${1}" = "noauto" ]
then
shift
fi
diff --git a/helpers/clean b/helpers/clean
index 2348b0fd3..2b5dac6ce 100755
--- a/helpers/clean
+++ b/helpers/clean
@@ -10,12 +10,12 @@
set -e
# Read meta config
-if [ "${1}" != "noautoconfig" ] && [ -x auto/clean ]
+if [ "${1}" != "noauto" ] && [ -x auto/clean ]
then
./auto/clean ${@}
fi
-if [ "${1}" = "noautoconfig" ]
+if [ "${1}" = "noauto" ]
then
shift
fi
@@ -54,10 +54,10 @@ for ARGUMENT in ${ARGUMENTS}
do
case "${ARGUMENT}" in
--all)
- LH=1 "${0}" noautoconfig --chroot
- LH=1 "${0}" noautoconfig --binary
- LH=1 "${0}" noautoconfig --stage
- LH=1 "${0}" noautoconfig --source
+ LH=1 "${0}" noauto --chroot
+ LH=1 "${0}" noauto --binary
+ LH=1 "${0}" noauto --stage
+ LH=1 "${0}" noauto --source
if [ -d auto ]
then
diff --git a/helpers/config b/helpers/config
index bab31b5b0..2a37dbe00 100755
--- a/helpers/config
+++ b/helpers/config
@@ -10,12 +10,12 @@
set -e
# Read meta config
-if [ "${1}" != "noautoconfig" ] && [ -x auto/config ]
+if [ "${1}" != "noauto" ] && [ -x auto/config ]
then
./auto/config ${@}
fi
-if [ "${1}" = "noautoconfig" ]
+if [ "${1}" = "noauto" ]
then
shift
fi