source: gs2-extensions/gnome-lib/trunk/packages/CASCADE-MAKE.sh@ 22811

Last change on this file since 22811 was 22811, checked in by ak19, 14 years ago

Added more content to the gnome lib extension

  • Property svn:executable set to *
File size: 235 bytes
RevLine 
[22811]1#!/bin/bash
2
3for d in INTLTOOL PKG-CONFIG LIBXML GLIB LIBGSF; do
4 echo " Running CASCADE-MAKE/$d.sh"
5
6 ./CASCADE-MAKE/$d.sh $*
7
8 if [ $? != 0 ] ; then
9 echo "Error encountered running CASCADE-MAKE/$d.sh"
10 exit 1
11 fi
12done
Note: See TracBrowser for help on using the repository browser.