0
0
mirror of https://github.com/mongodb/mongo.git synced 2024-12-01 09:32:32 +01:00

"core" target

This commit is contained in:
Eliot Horowitz 2010-04-26 00:05:02 -04:00
parent 0967ed4b5d
commit f9b3ae8939

View File

@ -1519,7 +1519,7 @@ if not noshell:
installBinary( env , "mongo" )
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
# dependencies. Here, we use InstallAs instead of Install to prevent such confusion