mirror of
https://github.com/boostorg/boost.git
synced 2025-04-09 14:57:01 +00:00
Remove the 'build_all' alias, now that 'stage' is built by default too.
[SVN r53815]
This commit is contained in:
parent
458947f4e4
commit
5411a2c738
1 changed files with 0 additions and 6 deletions
6
Jamroot
6
Jamroot
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue