From 9d2a7980cf2a663f2e616b19d764970022dad97a Mon Sep 17 00:00:00 2001 From: Amol Kher Date: Wed, 19 May 2010 17:30:29 -0700 Subject: [PATCH] Fixing DEFAULT and FACTORY mask to exclude usr/lib/debug folder I verified that if I whack /usr/lib/debug folder and run build_image, it works fine. This is important since I plan to check in this issue first and then the fix to add debug flags. Review URL: http://codereview.chromium.org/2113007 --- common.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/common.sh b/common.sh index 1023d480c7..4d0834cee6 100644 --- a/common.sh +++ b/common.sh @@ -121,13 +121,13 @@ DEFAULT_INSTALL_MASK="/usr/include /usr/man /usr/share/man /usr/share/doc \ /usr/share/gtk-doc /usr/share/gtk-2.0 /usr/lib/gtk-2.0/include \ /usr/share/info /usr/share/aclocal /usr/lib/gcc /usr/lib/pkgconfig \ /usr/share/pkgconfig /usr/share/gettext /usr/share/readline /etc/runlevels \ - /usr/share/openrc /lib/rc *.a *.la /etc/init.d" + /usr/share/openrc /lib/rc *.a *.la /etc/init.d /usr/lib/debug" FACTORY_INSTALL_MASK="/opt/google/chrome /opt/google/o3d /opt/netscape \ /usr/lib/dri /usr/lib/python2.6/test /usr/share/chewing /usr/share/fonts \ /usr/share/ibus-pinyin /usr/share/libhangul /usr/share/locale \ /usr/share/m17n /usr/share/mime /usr/share/sounds /usr/share/tts \ - /usr/share/X11 /usr/share/zoneinfo" + /usr/share/X11 /usr/share/zoneinfo /usr/lib/debug" # Check to ensure not running old scripts V_REVERSE=''