2
0
mirror of https://github.com/boostorg/build.git synced 2026-02-15 00:52:16 +00:00

Minor stylistic comment change in the Boost Build tools/common.jam script.

[SVN r47068]
This commit is contained in:
Jurko Gospodnetić
2008-07-04 06:05:42 +00:00
parent d578bad726
commit 60e72d757a

View File

@@ -567,7 +567,7 @@ rule file-touch-command ( )
rule MkDir
{
# If dir exists, don't update it. Do this even for $(DOT).
# If dir exists, do not update it. Do this even for $(DOT).
NOUPDATE $(<) ;
if $(<) != $(DOT) && ! $($(<)-mkdir)