Remove the 'build_all' alias, now that 'stage' is built by default too.

[SVN r53815]
This commit is contained in:
Vladimir Prus 2009-06-12 09:02:28 +00:00
parent 458947f4e4
commit 5411a2c738

View file

@ -640,12 +640,6 @@ Use 'bjam install --prefix=<path>' if you wish to install headers and
libraries to a different location and remove the source tree.\n\n"
;
# Just build the libraries, don't install them anywhere. This is what happens
# with just "bjam --v2".
alias build_all : libs/$(libraries)/build ;
# This rule should be called from libraries' Jamfiles and will create two
# targets, "install" and "stage", that will install or stage that library. The
# --prefix option is respected, but --with and --without options, naturally, are