On 11/17/2011 12:41 PM, Kevin Crowe wrote:
Hey George,
I haven't run into this problem recently but what used to work (and what
should still work as far as I know) is to add the 'a' you have to the
end of the COMPONENT_ARCHIVE so you'd have something like:
COMPONENT_ARCHIVE= $(COMPONENT_SRC)a.tar.bz2
For examples, check out how p7zip, privoxy & nethack deal with it in the
Userland gate as I think they deal with it the same way.
Thanks for the pointers. I'll handle binutils the same way.
George
Thanks,
Kevin.
On 11/17/11 02:58 PM, George Vasick wrote:
Hi,
I have started the process to update binutils from 2.19 to the latest
2.21 version. The zip file is binutils-2.21.1a.tar.bz2 however it
extracts into the directory binutils-2.21.1/. This confuses the gmake
prep target:
(gcc-v20z-s01:bash) binutils: gmake prep
/bin/rm -f -r
/net/gcc-v20z-s01/export/home/george/binutils/components/binutils/binutils-2.21.1a
/net/gcc-v20z-s01/export/home/george/binutils/tools/userland-unpack
binutils-2.21.1a.tar.bz2
/usr/bin/touch
/net/gcc-v20z-s01/export/home/george/binutils/components/binutils/binutils-2.21.1a/.unpacked
touch: cannot create
/net/gcc-v20z-s01/export/home/george/binutils/components/binutils/binutils-2.21.1a/.unpacked:
No such file or directory
gmake: ***
[/net/gcc-v20z-s01/export/home/george/binutils/components/binutils/binutils-2.21.1a/.unpacked]
Error 1
(gcc-v20z-s01:bash) binutils: ls -1d binutils-2.21.1*
binutils-2.21.1/
binutils-2.21.1a.tar.bz2
Is there a preferred way to handle the name mismatch?
Thanks,
George
_______________________________________________
userland-discuss mailing list
userland-discuss@opensolaris.org
http://mail.opensolaris.org/mailman/listinfo/userland-discuss
_______________________________________________
userland-discuss mailing list
userland-discuss@opensolaris.org
http://mail.opensolaris.org/mailman/listinfo/userland-discuss