mirror of
https://github.com/boostorg/build.git
synced 2026-02-15 13:02:11 +00:00
Quick fixes, one step towards health.
[SVN r13621]
This commit is contained in:
@@ -3,4 +3,14 @@
|
||||
# all copies. This software is provided "as is" without express or implied
|
||||
# warranty, and with no claim as to its suitability for any purpose.
|
||||
import project ;
|
||||
|
||||
# This rule is just here to suppress a warning generated by Jambase
|
||||
# when the build system fails to be found. Using the presence of rules
|
||||
# in build-system.jam to check for this is probably ill-advised; we
|
||||
# should use GLOB instead. When that happens, __dummy can go away.
|
||||
rule __dummy
|
||||
{
|
||||
EXIT "don't call this rule" ;
|
||||
}
|
||||
|
||||
project.load [ PWD ] ;
|
||||
|
||||
Reference in New Issue
Block a user