Return-Path: X-Original-To: apmail-incubator-bigtop-commits-archive@minotaur.apache.org Delivered-To: apmail-incubator-bigtop-commits-archive@minotaur.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 3046F7478 for ; Sat, 3 Dec 2011 07:42:32 +0000 (UTC) Received: (qmail 54507 invoked by uid 500); 3 Dec 2011 07:42:31 -0000 Delivered-To: apmail-incubator-bigtop-commits-archive@incubator.apache.org Received: (qmail 54464 invoked by uid 500); 3 Dec 2011 07:42:31 -0000 Mailing-List: contact bigtop-commits-help@incubator.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: bigtop-dev@incubator.apache.org Delivered-To: mailing list bigtop-commits@incubator.apache.org Received: (qmail 54457 invoked by uid 99); 3 Dec 2011 07:42:29 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 03 Dec 2011 07:42:29 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=5.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.4] (HELO eris.apache.org) (140.211.11.4) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 03 Dec 2011 07:42:28 +0000 Received: from eris.apache.org (localhost [127.0.0.1]) by eris.apache.org (Postfix) with ESMTP id A42412388993; Sat, 3 Dec 2011 07:42:07 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r1209844 - /incubator/bigtop/branches/hadoop-0.22/bigtop-packages/src/common/hadoop/do-component-build Date: Sat, 03 Dec 2011 07:42:07 -0000 To: bigtop-commits@incubator.apache.org From: rvs@apache.org X-Mailer: svnmailer-1.0.8-patched Message-Id: <20111203074207.A42412388993@eris.apache.org> Author: rvs Date: Sat Dec 3 07:42:07 2011 New Revision: 1209844 URL: http://svn.apache.org/viewvc?rev=1209844&view=rev Log: Moving logic of creating lib dirs to where it belongs Modified: incubator/bigtop/branches/hadoop-0.22/bigtop-packages/src/common/hadoop/do-component-build Modified: incubator/bigtop/branches/hadoop-0.22/bigtop-packages/src/common/hadoop/do-component-build URL: http://svn.apache.org/viewvc/incubator/bigtop/branches/hadoop-0.22/bigtop-packages/src/common/hadoop/do-component-build?rev=1209844&r1=1209843&r2=1209844&view=diff ============================================================================== --- incubator/bigtop/branches/hadoop-0.22/bigtop-packages/src/common/hadoop/do-component-build (original) +++ incubator/bigtop/branches/hadoop-0.22/bigtop-packages/src/common/hadoop/do-component-build Sat Dec 3 07:42:07 2011 @@ -61,9 +61,6 @@ mv hadoop-common-* common mv hadoop-hdfs-* hdfs mv hadoop-mapred-* mapred -# create empty lib directories so that build.xml logic doesn't break -mkdir common/lib hdfs/lib mapred/lib - # make sure configure scripts are executable chmod 755 common/src/test/system/c++/runAs/configure hdfs/src/contrib/fuse-dfs/configure @@ -104,6 +101,8 @@ mkdir lib for proj in common hdfs mapred; do cp -Rp $proj/lib/* lib rm -r $proj/lib + # create empty lib directories so that build.xml logic doesn't break + mkdir $proj/lib done rm lib/hadoop-*.jar # hdfs and mapred dependencies on common, hdfs jars