X-Git-Url: http://www.git.cypherpunks.ru/?a=blobdiff_plain;f=doc%2Fnotes.texi;h=84de611f543be7a03b90d5c3d8fe9641e4d41cd5;hb=b3dd8c5cdab414de32a69956b54f0d5e4fdcfeb8;hp=a74a001fdaba4bcda19d793911fbf8c85fcfdf44;hpb=a698abb36d3ab6fa380660ffdf9863dcd47df2ff;p=goredo.git diff --git a/doc/notes.texi b/doc/notes.texi index a74a001..84de611 100644 --- a/doc/notes.texi +++ b/doc/notes.texi @@ -1,6 +1,9 @@ @node Notes @unnumbered Implementation notes +Since there are no strict rules about redo behaviour, here are some +remarks about @command{goredo}'s one: + @itemize @item @file{all} target is default @@ -14,7 +17,8 @@ @item target's completion messages are written after they finish @item executable @file{.do} is run as is, non-executable is run with @code{/bin/sh -e[x]} -@item tracing (-x) can be obviously done only for non-executable @file{.do} +@item tracing (@option{-x}) can be obviously done only for + non-executable @file{.do} @item parallizable build is done only during @command{redo-ifchange} for human convenience: you can globally enable @env{REDO_JOBS}, but still do for example: @code{redo htmls infos index upload}