mirror of
https://github.com/boostorg/build.git
synced 2026-02-15 13:02:11 +00:00
Minor stylistic comment change in the Boost Build tools/common.jam script.
[SVN r47068]
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user