source: gs2-extensions/music-stand/trunk/runtime-srcpack/packages/CASCADE-MAKE.sh@ 22151

Last change on this file since 22151 was 22151, checked in by davidb, 14 years ago

Addition of libtool added to mix, so can generate one that is configures to cross-compile

  • Property svn:executable set to *
File size: 304 bytes
Line 
1#!/bin/bash
2
3
4for d in LIBTOOL \
5 ICON-NAMING-UTILS GNOME-ICON-THEME GNOME-DOC-UTILS \
6 LIB-POPPLER EVINCE ; do
7 echo " Running CASCADE-MAKE/$d.sh $*"
8
9 ./CASCADE-MAKE/$d.sh $*
10
11 if [ $? != 0 ] ; then
12 echo " Error encountered running CASCADE-MAKE/$d.sh"
13 exit 1
14 fi
15done
16
17
Note: See TracBrowser for help on using the repository browser.