diff options
| author | brad kittenbrink <brad@lindenlab.com> | 2011-03-18 19:35:25 -0400 | 
|---|---|---|
| committer | brad kittenbrink <brad@lindenlab.com> | 2011-03-18 19:35:25 -0400 | 
| commit | 9f2a04f217d54344360edc554456d9804e17eeb7 (patch) | |
| tree | a08d49e31c1c77fac1ec0e9ee20e979a4088da8e | |
| parent | b6ec94a73b50f240a0c29998f90be2ff9322c7f6 (diff) | |
Disabled redundant configuration step during the build in build.sh.
| -rwxr-xr-x | build.sh | 2 | 
1 files changed, 1 insertions, 1 deletions
| @@ -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 | 
