summaryrefslogtreecommitdiff
path: root/packaging/SGI/mkrelease.sh
diff options
context:
space:
mode:
authorJeremy Allison <jra@samba.org>1997-09-05 02:28:41 +0000
committerJeremy Allison <jra@samba.org>1997-09-05 02:28:41 +0000
commitd6fc4eb405d83c3a54e47857758886adf417f2f6 (patch)
tree89494c35544fd363ca79369e69826b232f009425 /packaging/SGI/mkrelease.sh
parentab68ac375ee5c175366123617887a725498efddc (diff)
downloadsamba-d6fc4eb405d83c3a54e47857758886adf417f2f6.tar.gz
samba-d6fc4eb405d83c3a54e47857758886adf417f2f6.tar.bz2
samba-d6fc4eb405d83c3a54e47857758886adf417f2f6.zip
This is really Herb adding the SGI packaging files.
(This used to be commit 8fde65239d0a9462fb044670220cd3c63bd887cb)
Diffstat (limited to 'packaging/SGI/mkrelease.sh')
-rwxr-xr-xpackaging/SGI/mkrelease.sh25
1 files changed, 25 insertions, 0 deletions
diff --git a/packaging/SGI/mkrelease.sh b/packaging/SGI/mkrelease.sh
new file mode 100755
index 0000000000..03644b2f7c
--- /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
+