[Dist] remove find -delete, which is no more necessary
authorMyungJoo Ham <myungjoo.ham@samsung.com>
Mon, 8 Jul 2019 11:59:57 +0000 (20:59 +0900)
committerMyungJoo Ham <myungjoo.ham@samsung.com>
Mon, 8 Jul 2019 11:59:57 +0000 (20:59 +0900)
Change-Id: Iba76d3344c75333fda42b8c84cd04d6e9996adcf
Signed-off-by: MyungJoo Ham <myungjoo.ham@samsung.com>
packaging/tensorflow.spec

index 440b8dbaccffc46c99ff4ff375ea466c7caef253..42aef6c155d7c97013b7075d5c787ca1293d204f 100644 (file)
@@ -256,7 +256,6 @@ CXXFLAGS="${CXXFLAGS} -DARM_NON_MOBILE -mfpu=neon -mno-unaligned-access"
 %endif
 
 pushd build
-find -name "CMakeCache.txt" -delete
 # Seems some arguments of %%cmake is causing errors.
 # -Dtensorflow_ENABLE_SSL_SUPPORT=OFF  Cut the dependency to Go (not available in Tizen)
 # Use -DCMAKE_INSTALL_LIBDIR=lib because of discrepency in png install path.