This is the ubiqx binary tree and linked list library.
[Samba.git] / packaging / SGI / mkrelease.sh
blob03644b2f7c07e6f044bc6aad5e7c385648684cb8
1 #!/bin/sh
3 # create the catman versions of the manual pages
5 echo Making manual pages
6 ./mkman
8 # build the sources
10 echo Making binaries
11 cd ../../source
12 # make -f ../packaging/SGI/Makefile clean
13 make -f ../packaging/SGI/Makefile all
14 cd ../packaging/SGI
16 # generate the packages
18 echo Generating Inst Packages
20 if [ ! -d bins ]; then
21 mkdir bins
24 /usr/sbin/gendist -rbase / -sbase ../.. -idb samba.idb -spec samba.spec -dist ./bins -all