diff --git a/build/build_main.sh b/build/build_main.sh index 02c4e39388..363cb25d4b 100755 --- a/build/build_main.sh +++ b/build/build_main.sh @@ -53,6 +53,12 @@ fi [ -z "$inc_stirrups" ] && . "$basedir/build/stirrups.sh" case "$command" in + git_build_into) if [ "${statusdir}/full_build" -nt "${statusdir}/index.cgi" ]; then + debug "discovered flag file, performing full build" + build_into + else + git_build_into + fi ;; svn_build_into) if [ "${statusdir}/full_build" -nt "${statusdir}/index.cgi" ]; then debug "discovered flag file, performing full build" build_into