Add license headers
[bottlenecks.git] / rubbos / rubbos_scripts / 1-1-1 / scripts / CLIENT2_configure.sh
index 6fb9d8b..4c8c416 100755 (executable)
@@ -1,4 +1,12 @@
 #!/bin/bash
+##############################################################################
+# Copyright (c) 2015 Huawei Technologies Co.,Ltd and others.
+#
+# All rights reserved. This program and the accompanying materials
+# are made available under the terms of the Apache License, Version 2.0
+# which accompanies this distribution, and is available at
+# http://www.apache.org/licenses/LICENSE-2.0
+##############################################################################
 
 cd /bottlenecks/rubbos/rubbos_scripts/1-1-1
 source set_bottlenecks_rubbos_env.sh
@@ -20,7 +28,7 @@ chmod ug+x $RUBBOS_HOME/bench/*.sh
 #build clients
 echo "COMPILING RUBBOS CLIENT on $HOSTNAME"
 cd $RUBBOS_HOME/Client
-make clean
-make
+make clean >/dev/null
+make >/dev/null 2>&1
 
 echo "DONE CONFIGURING RUBBOS CLIENT on $HOSTNAME"