source: gs2-extensions/gnome-lib/trunk/src/CASCADE-MAKE.sh@ 23026

Last change on this file since 23026 was 23026, checked in by sjm84, 14 years ago

Updating the gnome-lib extension to use the new folder structure

  • Property svn:executable set to *
File size: 286 bytes
Line 
1#!/bin/bash
2
3source setup.bash
4
5cd cascade-make/lib ; source cascade-lib.bash ; cd ../..
6
7for d in packages ; do
8 echo "Running $d/CASCADE-MAKE.sh"
9
10 (cd $d ; ./CASCADE-MAKE.sh $*)
11
12 if [ $? != 0 ] ; then
13 echo "Error encountered running $d/CASCADE-MAKE.sh"
14 exit 1
15 fi
16done
Note: See TracBrowser for help on using the repository browser.