Index: chrome/tools/build/mac/copy_framework_unversioned |
=================================================================== |
--- chrome/tools/build/mac/copy_framework_unversioned (revision 30152) |
+++ chrome/tools/build/mac/copy_framework_unversioned (working copy) |
@@ -79,13 +79,6 @@ |
rsync -acC --delete --exclude Headers --exclude PrivateHeaders \ |
"${CURRENT_VERSION}/" "${DESTINATION}" |
-# The --exclude will prevent Headers and PrivateHeaders from showing up in |
-# ${DESTINATION} in clobber builds, but if they are already present in older |
-# builds, they will not be removed. Remove them manually. |
-# TODO(mark): Remove this after October 28, 2009, allowing two weeks for the |
-# transition. |
-rm -rf -- "${DESTINATION}/Headers" "${DESTINATION}/PrivateHeaders" |
- |
# Adjust the Mach-O LC_ID_DYLIB load command in the framework. This does not |
# change the LC_LOAD_DYLIB load commands in anything that may have already |
# linked against the framework. Not all frameworks will actually need this |