Browse Source

Build libraries even if neither 'stage' nor 'install' is requested.

[SVN r28368]
Vladimir Prus 21 years ago
parent
commit
a10d3ab0f3
1 changed files with 4 additions and 0 deletions
  1. 4 0
      Jamfile.v2

+ 4 - 0
Jamfile.v2

@@ -183,6 +183,10 @@ install stage : libs/$(libraries)/build
 
 explicit install install-libs install-headers stage ;        
 
+# Just build the libraries, don't install them anywhere.
+# This is what happend with just "bjam --v2".
+alias build_all : libs/$(libraries)/build ;
+
 
 # Make project ids of all libraries known.
 

粤ICP备19079148号