Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(3)

Unified Diff: tools/clang/scripts/update.sh

Issue 53673002: whitespace Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Use rm -rf for *.dylib Created 7 years, 2 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tools/clang/scripts/update.sh
diff --git a/tools/clang/scripts/update.sh b/tools/clang/scripts/update.sh
index b0a1a6895fca80f587b27ef59ca116c53e55aac8..0415db11f8e5fafad91721219186cc613ea34dd4 100755
--- a/tools/clang/scripts/update.sh
+++ b/tools/clang/scripts/update.sh
@@ -141,7 +141,7 @@ for DIR in "${XCODEBUILD_DIR}" "${MAKE_DIR}/Debug" "${MAKE_DIR}/Release"; do
find "${DIR}" -name '*.o' -exec rm {} +
find "${DIR}" -name '*.o.d' -exec rm {} +
find "${DIR}" -name '*.gch' -exec rm {} +
- find "${DIR}" -name '*.dylib' -exec rm {} +
+ find "${DIR}" -name '*.dylib' -exec rm -rf {} +
find "${DIR}" -name 'SharedPrecompiledHeaders' -exec rm -rf {} +
fi
done
@@ -320,3 +320,4 @@ fi
# After everything is done, log success for this revision.
echo "${CLANG_REVISION}" > "${STAMP_FILE}"
+
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698