source: gs2-extensions/afrepo/trunk/src/CASCADE-MAKE.sh@ 27266

Last change on this file since 27266 was 27265, checked in by davidb, 11 years ago

Initial cut at files needed to compile up extension

  • Property svn:executable set to *
File size: 329 bytes
Line 
1#!/bin/bash
2
3source devel.bash
4
5for d in packages src ; 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
15
16if [ $makedist = "1" ] ; then
17 default_toplevel_make_dist $GSDLOS devel.bash
18fi
Note: See TracBrowser for help on using the repository browser.