2
0
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:
Dave Abrahams
2002-05-02 16:53:12 +00:00
parent 792a76e9ca
commit 548b75e446

View File

@@ -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 ] ;