]> Cypherpunks.ru repositories - goredo.git/blobdiff - doc/cmds.texi
REDO_STOP_IF_MODIFIED
[goredo.git] / doc / cmds.texi
index b4e7bf575c99413ef7c67df4f9c8a90c3f938114..de8d374f1cc9934a9df23a9362fd217b2bb79e01 100644 (file)
@@ -46,6 +46,13 @@ By default all build commands use @code{fsync} to assure data is reached
 the disk. You can disable its usage with @env{$REDO_NO_SYNC=1}
 environment variable, for speeding up the build process.
 
+If redo sees some target modified externally, then by default it warns
+user about that, does not build that target, but continues the build
+process further. That is convenient in most cases: you can build your
+project with manual targets alterings, without touching possibly more
+complicated @file{.do} files. With @env{$REDO_STOP_IF_MODIFIED=1} redo
+won't continue and will exit with failure message.
+
 There are other commands that could be found in other implementations too:
 
 @table @command