From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 60959 invoked by alias); 20 Jan 2016 14:36:36 -0000 Mailing-List: contact crossgcc-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: crossgcc-owner@sourceware.org Received: (qmail 60943 invoked by uid 89); 20 Jan 2016 14:36:35 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=0.7 required=5.0 tests=BAYES_00,RCVD_IN_DNSWL_LOW,RCVD_IN_SBL_CSS,RP_MATCHES_RCVD,SPF_HELO_PASS,SPF_PASS autolearn=no version=3.3.2 spammy=jasmin, SSD, Jasmin X-HELO: mail.anw.at Received: from ns1.anw.at (HELO mail.anw.at) (195.234.101.234) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with (AES256-GCM-SHA384 encrypted) ESMTPS; Wed, 20 Jan 2016 14:36:34 +0000 Received: from [192.168.1.144] ([203.111.224.81]) by mail.anw.at (8.14.4/8.14.4/Debian-4) with ESMTP id u0KEaSil005988 for ; Wed, 20 Jan 2016 15:36:30 +0100 Subject: Re: Hard link in CT_GetCustom To: crossgcc@sourceware.org References: <569D08B7.8040806@anw.at> From: "Jasmin J." Message-ID: <569F9B66.8020103@anw.at> Date: Wed, 20 Jan 2016 14:36:00 -0000 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:38.0) Gecko/20100101 Thunderbird/38.4.0 MIME-Version: 1.0 In-Reply-To: <569D08B7.8040806@anw.at> Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-IsSubscribed: yes X-SW-Source: 2016-01/txt/msg00024.txt.bz2 Ping On 18/01/16 23:45, Jasmin J. wrote: > Hi! > > I am currently using a Laptop with a small SSD, so I ran CT-NG on a USB 3.0 > HDD. To be more precise, I am using SymLinks for some directories. > I discovered a problem in CT_GetCustom() for my custom source directories. > There is this line: > CT_DoExecLog DEBUG cp -al "${component_location}" \ > "${CT_SRC_DIR}/${component_name}-${component_version}" > It does not work in my setup, because the src and build directories are on > different drives. Is there any good reason why a hard link (-al) is used? > I changed it to a sym-link (-as) and this works also. > If it is OK to use the sym-link, I will provide a patch. > > BR > Jasmin > -- For unsubscribe information see http://sourceware.org/lists.html#faq