Remove sample.sh file
authorRavi Nanjundappa <nravi.n@samsung.com>
Fri, 12 Jun 2015 09:23:41 +0000 (14:53 +0530)
committerErich Keane <erich.keane@intel.com>
Mon, 15 Jun 2015 14:57:52 +0000 (14:57 +0000)
sample.sh file in resource/csdk/connectivity/samples/linux/
directory is not used after scons adaption. We can remove this file

Change-Id: Ica2bc6188696fd44a567b053dce899431252f0e1
Signed-off-by: Ravi Nanjundappa <nravi.n@samsung.com>
Reviewed-on: https://gerrit.iotivity.org/gerrit/1253
Reviewed-by: Ashok Babu Channa <ashok.channa@samsung.com>
Tested-by: jenkins-iotivity <jenkins-iotivity@opendaylight.org>
Reviewed-by: Erich Keane <erich.keane@intel.com>
resource/csdk/connectivity/samples/linux/sample.sh [deleted file]

diff --git a/resource/csdk/connectivity/samples/linux/sample.sh b/resource/csdk/connectivity/samples/linux/sample.sh
deleted file mode 100755 (executable)
index bebc545..0000000
+++ /dev/null
@@ -1,36 +0,0 @@
-#/******************************************************************
-# *
-# * Copyright 2014 Samsung Electronics All Rights Reserved.
-# *
-# *
-# *
-# * Licensed under the Apache License, Version 2.0 (the "License");
-# * you may not use this file except in compliance with the License.
-# * You may obtain a copy of the License at
-# *
-# *      http://www.apache.org/licenses/LICENSE-2.0
-# *
-# * Unless required by applicable law or agreed to in writing, software
-# * distributed under the License is distributed on an "AS IS" BASIS,
-# * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
-# * See the License for the specific language governing permissions and
-# * limitations under the License.
-# *
-#******************************************************************/
-
-cd ../../build/linux
-make clean
-if echo $1 | grep -q -i "WITH_DTLS"
-then
-make DTLS=1
-else
-make
-fi
-
-cd ../../samples/linux
-make clean
-make
-
-cd out
-LD_LIBRARY_PATH=../../../build/out ./sample_main
-