2
0
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:
Jurko Gospodnetić
2008-07-04 06:05:42 +00:00
parent 8eebf4319a
commit f67be1b096

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)