source: gs2-extensions/gnome-lib/trunk/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: 267 bytes
RevLine 
[22811]1#!/bin/bash
2
3cd cascade-make/lib ; source cascade-lib.bash ; cd ../..
4
5for d in packages ; do
6 echo "Running $d/CASCADE-MAKE.sh"
7
8 (cd $d ; ./CASCADE-MAKE.sh $*)
9
10 if [ $? != 0 ] ; then
11 echo "Error encountered running $d/CASCADE-MAKE.sh"
12 exit 1
13 fi
14done
Note: See TracBrowser for help on using the repository browser.