head	1.4;
access;
symbols;
locks; strict;
comment	@# @;


1.4
date	2007.01.21.10.02.58;	author gvermeul;	state Exp;
branches;
next	1.3;

1.3
date	2006.10.30.05.55.23;	author gvermeul;	state Exp;
branches;
next	1.2;

1.2
date	2006.10.29.20.30.13;	author gvermeul;	state Exp;
branches;
next	1.1;

1.1
date	2006.09.24.03.46.54;	author gvermeul;	state Exp;
branches;
next	;


desc
@@


1.4
log
@The command 'make install' has been fixed in gccxml-cvs.
@
text
@#!/bin/bash

PKG=gccxml

pushd ../BUILD
if [ ! -e $PKG ]; then
    cvs -d :pserver:anoncvs@@www.gccxml.org:/cvsroot/GCC_XML co gccxml
fi
pushd $PKG
cvs up -dP
popd # $PKG

rm -rf gccxml-build
mkdir gccxml-build
pushd gccxml-build
cmake ../gccxml -DCMAKE_INSTALL_PREFIX:PATH=$HOME/usr
make
make install
popd # gccxml-build
popd # ../BUILD

# EOF@


1.3
log
@Temporary fix for broken make install of gccxml.
@
text
@d18 1
a18 1
#make install
@


1.2
log
@Do an initial CVS checkout, if needed.
@
text
@d18 1
a18 1
make install
@


1.1
log
@Add build-gccxml, build-qwt, and build-qwtplot3d.
Add build-celementtree, build-elementtree (not needed for Python-2.5)
@
text
@d6 3
@

