From owner-cvs-src-old@FreeBSD.ORG Thu Aug 27 17:28:10 2009 Return-Path: Delivered-To: cvs-src-old@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id C4AB3106568C for ; Thu, 27 Aug 2009 17:28:10 +0000 (UTC) (envelope-from jhb@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id B2D738FC36 for ; Thu, 27 Aug 2009 17:28:10 +0000 (UTC) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.3/8.14.3) with ESMTP id n7RHSArg075277 for ; Thu, 27 Aug 2009 17:28:10 GMT (envelope-from jhb@repoman.freebsd.org) Received: (from svn2cvs@localhost) by repoman.freebsd.org (8.14.3/8.14.3/Submit) id n7RHSAKI075276 for cvs-src-old@freebsd.org; Thu, 27 Aug 2009 17:28:10 GMT (envelope-from jhb@repoman.freebsd.org) Message-Id: <200908271728.n7RHSAKI075276@repoman.freebsd.org> X-Authentication-Warning: repoman.freebsd.org: svn2cvs set sender to jhb@repoman.freebsd.org using -f From: John Baldwin Date: Thu, 27 Aug 2009 17:16:23 +0000 (UTC) To: cvs-src-old@freebsd.org X-FreeBSD-CVS-Branch: RELENG_8 Subject: cvs commit: src/release Makefile src/release/scripts lib32-make.sh X-BeenThere: cvs-src-old@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: **OBSOLETE** CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 27 Aug 2009 17:28:10 -0000 jhb 2009-08-27 17:16:23 UTC FreeBSD src repository Modified files: (Branch: RELENG_8) release Makefile release/scripts lib32-make.sh Log: SVN rev 196594 on 2009-08-27 17:16:23Z by jhb MFC 196521: Fix a few issues with the lib32 dist so that it includes ldd32. - Use a better find invocation to purge empty directories from all the dist trees during a release build. The previous version did not purge directories whose contents were all empty directories. - Explicitly blacklist a few files from the lib32 dist instead of using a whitelist. A better longterm solution is to fix the few offenders to not install data files during a lib32 install. Approved by: re (kib) Revision Changes Path 1.943.2.4 +1 -1 src/release/Makefile 1.1.22.2 +1 -1 src/release/scripts/lib32-make.sh