[Lunar-commits] r26150 - moonbase/trunk/compilers/gcc
Dennis Veatch
stumbles at lunar-linux.org
Wed Oct 10 19:33:39 CEST 2007
Author: stumbles
Date: 2007-10-10 19:33:39 +0200 (Wed, 10 Oct 2007)
New Revision: 26150
Modified:
moonbase/trunk/compilers/gcc/BUILD.x86_64
moonbase/trunk/compilers/gcc/DETAILS.x86_64
Log:
1st time I have ran into that problem.
Modified: moonbase/trunk/compilers/gcc/BUILD.x86_64
===================================================================
--- moonbase/trunk/compilers/gcc/BUILD.x86_64 2007-10-10 16:09:16 UTC (rev 26149)
+++ moonbase/trunk/compilers/gcc/BUILD.x86_64 2007-10-10 17:33:39 UTC (rev 26150)
@@ -1,7 +1,7 @@
(
mkdir BUILD &&
- patch_it $SOURCE_CACHE/$SOURCE3 0 &&
+ patch_it $SOURCE_CACHE/$SOURCE2 0 &&
cd BUILD &&
sedit 's/trap 0/trap "" 0/' ../configure &&
Modified: moonbase/trunk/compilers/gcc/DETAILS.x86_64
===================================================================
--- moonbase/trunk/compilers/gcc/DETAILS.x86_64 2007-10-10 16:09:16 UTC (rev 26149)
+++ moonbase/trunk/compilers/gcc/DETAILS.x86_64 2007-10-10 17:33:39 UTC (rev 26150)
@@ -1,13 +1,13 @@
MODULE=gcc
VERSION=4.1.2
SOURCE=$MODULE-$VERSION.tar.bz2
- SOURCE3=gcc-4.1.2-makeinfo.patch
+ SOURCE2=gcc-4.1.2-makeinfo.patch
SOURCE_URL[0]=$GNU_URL/gcc/$MODULE-$VERSION/
SOURCE_URL[1]=ftp://ftp.gnu.org/pub/gnu/gcc/$MODULE-$VERSION/
SOURCE_URL[2]=http://www.online-mirror.org/gcc/$MODULE-$VERSION/
- SOURCE3_URL=$PATCH_URL
+ SOURCE2_URL=$PATCH_URL
SOURCE_VFY=sha1:7981b8d1b58b10ddfd7d5142eab16352d9206f3b
- SOURCE3_VFY=sha1:6a506dbe314027a859fc9a79c66946f164dd0e18
+ SOURCE2_VFY=sha1:6a506dbe314027a859fc9a79c66946f164dd0e18
WEB_SITE=http://gcc.gnu.org
ENTERED=20020628
UPDATED=20070306
More information about the Lunar-commits
mailing list