[arch-commits] CVS update of arch/build/base/gcc (PKGBUILD)
Jan de Groot
jgc at archlinux.org
Sun May 20 09:44:16 UTC 2007
Date: Sunday, May 20, 2007 @ 05:44:16
Author: jgc
Path: /home/cvs-arch/arch/build/base/gcc
Modified: PKGBUILD (1.63 -> 1.64)
Fix PKGBUILD, forgot to remove special uncommenting
----------+
PKGBUILD | 7 ++-----
1 file changed, 2 insertions(+), 5 deletions(-)
Index: arch/build/base/gcc/PKGBUILD
diff -u arch/build/base/gcc/PKGBUILD:1.63 arch/build/base/gcc/PKGBUILD:1.64
--- arch/build/base/gcc/PKGBUILD:1.63 Fri May 18 19:17:39 2007
+++ arch/build/base/gcc/PKGBUILD Sun May 20 05:44:16 2007
@@ -1,4 +1,4 @@
-# $Id: PKGBUILD,v 1.63 2007/05/18 23:17:39 jgc Exp $
+# $Id: PKGBUILD,v 1.64 2007/05/20 09:44:16 jgc Exp $
# Maintainer: Jan de Groot <jgc at archlinux.org>
pkgname=gcc
pkgver=4.2.0
@@ -18,7 +18,7 @@
'e70d37c0623b15e90cff47d91816a941'
'1ceaa49e3a1d9f984ecc2893c43f7425')
-bla() {
+build() {
export MAKEFLAGS="-j1"
cd ${startdir}/src/gcc-${pkgver}
# Don't install libiberty
@@ -41,9 +41,6 @@
--libexecdir=/usr/lib --enable-clocale=gnu
make bootstrap || return 1
-}
-build() {
- cd ${startdir}/src/${pkgname}-${pkgver}/build
make DESTDIR=${startdir}/pkg install || return 1
mkdir -p ${startdir}/pkg/lib
(cd ${startdir}/pkg/lib; ln -s ../usr/bin/cpp)
More information about the arch-commits
mailing list