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

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

This will now source setup.bash before it begins compiling

  • 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.