2
0
mirror of https://github.com/boostorg/build.git synced 2026-02-17 01:32:12 +00:00
Files
build/new
Vladimir Prus 1d55c1e7bd The "explicit" targets are now specified by "explicit" rule in Jamfile,
not by project attribute. The problem with the previous interface was
that it was not possible to mark target as explicit anywhere else,
such as in helper module which declares target in project module, or
in toolset module.

* new/targets.jam
  (project-target.mark-target-as-explicit): New rule
  (project-target.targets-to-build): Use self.explicit-targets.

* new/project.jam
  (project-attributes.set): Don't allow 'explicit-targets'.


[SVN r18900]
2003-07-01 06:46:15 +00:00
..
2003-02-25 12:44:31 +00:00
2003-05-16 15:51:36 +00:00
2003-03-27 15:40:07 +00:00
2003-05-22 11:50:10 +00:00
2002-08-16 13:50:17 +00:00
2002-05-06 07:22:46 +00:00
2002-02-10 00:49:29 +00:00
2003-02-14 15:04:37 +00:00
2003-05-22 13:23:40 +00:00
2003-02-17 09:43:04 +00:00
2002-11-12 03:29:21 +00:00
2003-06-17 06:28:07 +00:00

Development code for new build system. To run unit tests for jam code, execute:

  bjam --debug --build-system=test

Comprehensive tests require Python. See ../test/readme.txt