summaryrefslogtreecommitdiff
path: root/build.sh
diff options
context:
space:
mode:
authorbrad kittenbrink <brad@lindenlab.com>2011-03-18 19:35:25 -0400
committerbrad kittenbrink <brad@lindenlab.com>2011-03-18 19:35:25 -0400
commit9f2a04f217d54344360edc554456d9804e17eeb7 (patch)
treea08d49e31c1c77fac1ec0e9ee20e979a4088da8e /build.sh
parentb6ec94a73b50f240a0c29998f90be2ff9322c7f6 (diff)
Disabled redundant configuration step during the build in build.sh.
Diffstat (limited to 'build.sh')
-rwxr-xr-xbuild.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/build.sh b/build.sh
index 45c3b622fb..532d191572 100755
--- a/build.sh
+++ b/build.sh
@@ -61,7 +61,7 @@ build()
if $build_viewer
then
begin_section "Viewer$variant"
- if "$AUTOBUILD" build -c $variant
+ if "$AUTOBUILD" build --no-configure -c $variant
then
echo true >"$build_dir"/build_ok
else