recommit modified flag file checker for forcing full builds

svn path=/trunk/; revision=35456
This commit is contained in:
paul 2017-06-13 20:27:09 +00:00
parent 6b31e1fe9d
commit 1d69fa0bc4
1 changed files with 7 additions and 2 deletions

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}/full_build" -nt "${statusdir}/index.cgi" ]; then
debug "discovered flag file, performing full build"
build_into
else
svn_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" ;;