From: Ravi Nanjundappa Date: Fri, 12 Jun 2015 09:23:41 +0000 (+0530) Subject: Remove sample.sh file X-Git-Tag: 1.2.0+RC1~1604 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=48a685fa98dbe537d5ceeae6d5e8ac49101ad912;p=platform%2Fupstream%2Fiotivity.git Remove sample.sh file 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 Reviewed-on: https://gerrit.iotivity.org/gerrit/1253 Reviewed-by: Ashok Babu Channa Tested-by: jenkins-iotivity Reviewed-by: Erich Keane --- diff --git a/resource/csdk/connectivity/samples/linux/sample.sh b/resource/csdk/connectivity/samples/linux/sample.sh deleted file mode 100755 index bebc545..0000000 --- a/resource/csdk/connectivity/samples/linux/sample.sh +++ /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 -