home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Usenet 1994 October
/
usenetsourcesnewsgroupsinfomagicoctober1994disk2.iso
/
games
/
volume13
/
okbridge
/
part02
/
MakeDistrib
< prev
Wrap
Text File
|
1992-01-13
|
577b
|
16 lines
#/bin/csh -f
#
# This shell script creates the compress okbridge tar file which
# is distributed. Unfortunately, it seems that the "make" command
# on some systems is not smart enough to handle the work which is
# done by this file.
#
setenv MAJOR `grep 'major_rev.*=' globals.h | sed 's@.*"\(.*\)".*@\1@'`
setenv MINOR `grep 'minor_rev.*=' globals.h | sed 's@.*"\(.*\)".*@\1@'`
setenv OKFILENAME okbridge-$MAJOR$MINOR
setenv OKBDIR `pwd | sed "s@.*/\([^/]*\)@\1@"`
cd ..
echo Ztar\'ing $OKBDIR into $OKFILENAME.tar.Z
tar -cf $OKFILENAME.tar $OKBDIR
compress $OKFILENAME.tar