Subject: Re: Building tools with build.sh
To: None <tech-toolchain@netbsd.org>
From: =?ISO-8859-1?Q?St=E9phane?= Witzmann <stephane.witzmann@gmail.com>
List: tech-toolchain
Date: 08/16/2006 00:15:02
Hubert Feyrer wrote:
> On Tue, 15 Aug 2006, Stéphane Witzmann wrote:
>> All move-if-change files are not executable in mine.
>>
>> That may be because I don't use cvs but the NetBSD-daily snapshots. A
>> while ago, I always had to chmod a+x build.sh after untaring, but this is
>> fixed now.
>
> How do you unpack the snapshots?
> The files has proper x-bits both on the filesystem of the NetBSD ftp
> server and also in the gnu.tar.gz file:
>
> babylon5% tar plzvtf gnu.tar.gz | grep gcc4/move-if-change
> -rwxr-xr-x 1 srcmastr netbsd 884 Apr 20 08:21
> src/gnu/dist/gcc4/move-if-change
>
> You do use -p on tar, yes?
I usually don't.
>
>
> - Hubert
I get the following:
$ tar -plzvtf gnusrc.tgz | grep move-if-change
-rw-rw-r-- 1 root wsrc 229 Nov 14 2001
usr/src/gnu/dist/autoconf/config/move-if-change
-rw-rw-r-- 1 root wsrc 880 Nov 26 2003
usr/src/gnu/dist/binutils/move-if-change
-rw-rw-r-- 1 root wsrc 880 Jul 25 2003
usr/src/gnu/dist/gcc/move-if-change
-rw-rw-r-- 1 root wsrc 229 Jul 23 2003
usr/src/gnu/dist/gcc/gcc/move-if-change
-rw-rw-r-- 1 root wsrc 884 Apr 20 10:21
usr/src/gnu/dist/gcc4/move-if-change
-rw-rw-r-- 1 root wsrc 880 Aug 11 2003
usr/src/gnu/dist/gdb/move-if-change
-rw-rw-r-- 1 root wsrc 384 May 15 16:08
usr/src/gnu/dist/gdb6/move-if-change
The file has been downloaded a few days ago at:
ftp://ftp.netbsd.org/pub/NetBSD-daily/netbsd-4/200608120000Z/source/sets/gnusrc.tgz
Stéphane