mirror of
https://github.com/mongodb/mongo.git
synced 2024-12-01 09:32:32 +01:00
"core" target
This commit is contained in:
parent
0967ed4b5d
commit
f9b3ae8939
@ -1519,7 +1519,7 @@ if not noshell:
|
|||||||
installBinary( env , "mongo" )
|
installBinary( env , "mongo" )
|
||||||
|
|
||||||
env.Alias( "all" , allBinaries )
|
env.Alias( "all" , allBinaries )
|
||||||
|
env.Alias( "core" , [ add_exe( "mongo" ) , add_exe( "mongod" ) , add_exe( "mongos" ) ] )
|
||||||
|
|
||||||
# NOTE: In some cases scons gets confused between installation targets and build
|
# NOTE: In some cases scons gets confused between installation targets and build
|
||||||
# dependencies. Here, we use InstallAs instead of Install to prevent such confusion
|
# dependencies. Here, we use InstallAs instead of Install to prevent such confusion
|
||||||
|
Loading…
Reference in New Issue
Block a user