diff options
author | Jeremy Allison <jra@samba.org> | 1997-09-05 02:28:41 +0000 |
---|---|---|
committer | Jeremy Allison <jra@samba.org> | 1997-09-05 02:28:41 +0000 |
commit | 8fde65239d0a9462fb044670220cd3c63bd887cb (patch) | |
tree | 333496a1af80e6ec701522af6f547f7b196c4445 /packaging/SGI/mkrelease.sh | |
parent | ebf9487a9a68c4d786449490627ee919622e6dbf (diff) | |
download | samba-8fde65239d0a9462fb044670220cd3c63bd887cb.tar.gz samba-8fde65239d0a9462fb044670220cd3c63bd887cb.tar.xz samba-8fde65239d0a9462fb044670220cd3c63bd887cb.zip |
This is really Herb adding the SGI packaging files.
Diffstat (limited to 'packaging/SGI/mkrelease.sh')
-rwxr-xr-x | packaging/SGI/mkrelease.sh | 25 |
1 files changed, 25 insertions, 0 deletions
diff --git a/packaging/SGI/mkrelease.sh b/packaging/SGI/mkrelease.sh new file mode 100755 index 00000000000..03644b2f7c0 --- /dev/null +++ b/packaging/SGI/mkrelease.sh @@ -0,0 +1,25 @@ +#!/bin/sh + +# create the catman versions of the manual pages +# +echo Making manual pages +./mkman + +# build the sources +# +echo Making binaries +cd ../../source +# make -f ../packaging/SGI/Makefile clean +make -f ../packaging/SGI/Makefile all +cd ../packaging/SGI + +# generate the packages +# +echo Generating Inst Packages + +if [ ! -d bins ]; then + mkdir bins +fi + +/usr/sbin/gendist -rbase / -sbase ../.. -idb samba.idb -spec samba.spec -dist ./bins -all + |