allow flag file to force full rebuild

svn path=/trunk/; revision=35443
This commit is contained in:
2017-06-12 15:36:29 +00:00
parent 131673e02f
commit bc0e52f316

View File

@@ -53,9 +53,14 @@ fi
[ -z "$inc_stirrups" ] && . "$basedir/build/stirrups.sh"
case "$command" in
map_tags) map_tags "$@";;
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 ;;
svn_build_into) svn_build_into ;;
map_tags) map_tags "$@";;
process_file) process_file "$workfile" "$processor" "$olang" ;;
build_xmlstream) build_xmlstream "$(get_shortname "$workfile")" "$(get_language "$workfile")" "$olang" ;;
tree_maker) tree_maker "$tree" "$target" ;;