summaryrefslogtreecommitdiffstats
path: root/easy_e17.sh
diff options
context:
space:
mode:
authorJérémy Zurcher <jeremy@asynk.ch>2012-01-23 14:56:08 +0100
committerJérémy Zurcher <jeremy@asynk.ch>2012-01-23 14:56:08 +0100
commitf18e6072e02ae829498b78712bf15c6b0aedd67c (patch)
treeadb5e9bc8fb5ff84c7bb5663e69fd3c9697eff20 /easy_e17.sh
parent4a03b29a5f3fade01fa2c9f46311a7ad0c990f2d (diff)
downloadbin-f18e6072e02ae829498b78712bf15c6b0aedd67c.zip
bin-f18e6072e02ae829498b78712bf15c6b0aedd67c.tar.gz
easy_e17.sh: rm config.cache if exists on --clean
Diffstat (limited to 'easy_e17.sh')
-rwxr-xr-xeasy_e17.sh1
1 files changed, 1 insertions, 0 deletions
diff --git a/easy_e17.sh b/easy_e17.sh
index 454d438..7b160da 100755
--- a/easy_e17.sh
+++ b/easy_e17.sh
@@ -1044,6 +1044,7 @@ function compile ()
package_make_only=$make_only
parse_package_args
if [ $package_clean -ge 1 ]; then
+ [ -e config.cache ] && rm config.cache
if [ -e "CMakeLists.txt" ]; then
if [ $package_clean -eq 1 ]; then
cd $cmake_build_dir