diff --git a/build_system.htm b/build_system.htm index a5add929b..195889c96 100644 --- a/build_system.htm +++ b/build_system.htm @@ -16,8 +16,9 @@
Boost.Build is a system for large project software construction built on - FTJam, - an open-source make replacement[1]. Key features are: + Boost Jam, a descendant of "Perforce Jam", an + open-source make replacement[1]. Key features are:
[2]Note: right now, a dependency feature of a main +
[2] Note: right now, a dependency feature of a main target makes all resulting built targets dependent, including intermediate targets. That means that if an executable is dependent on an external library, and that library changes, all the sources comprising the @@ -1834,7 +1837,7 @@ ECHO [ SUBST xyz (.)(.)(.) [$1] ($2) {$3} ] ;
Revised 29 July, 2001 + -->11 November, 2001