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

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

Added the ability to change the dist name (e.g. linux, windows, java etc.)

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