Reverting to r35379 for build_main.sh

svn path=/trunk/; revision=35453
This commit is contained in:
2017-06-13 14:04:48 +00:00
parent 07f504e342
commit 8693463716
+2 -7
View File
@@ -53,14 +53,9 @@ fi
[ -z "$inc_stirrups" ] && . "$basedir/build/stirrups.sh"
case "$command" in
svn_build_into) if [ "${statusdir}/index.cgi" -nt "${statusdir}/full_build" ]; then
svn_build_into
else
debug "discovered flag file, performing full build"
build_into
fi ;;
build_into) build_into ;;
map_tags) map_tags "$@";;
build_into) build_into ;;
svn_build_into) svn_build_into ;;
process_file) process_file "$workfile" "$processor" "$olang" ;;
build_xmlstream) build_xmlstream "$(get_shortname "$workfile")" "$(get_language "$workfile")" "$olang" ;;
tree_maker) tree_maker "$tree" "$target" ;;