summaryrefslogtreecommitdiff
path: root/packaging
diff options
context:
space:
mode:
authorHerb Lewis <herb@samba.org>2002-02-06 00:18:44 +0000
committerHerb Lewis <herb@samba.org>2002-02-06 00:18:44 +0000
commit00c121404e283c1a5730de8d9a2e59467f567c83 (patch)
tree34afb0cdb11234cf5196389da82610ab3c576155 /packaging
parentb5ddc724814ecfe73cfcd40e4b6d85bafe6d6318 (diff)
downloadsamba-00c121404e283c1a5730de8d9a2e59467f567c83.tar.gz
no longer need separate build of o32 smbwrapper
Diffstat (limited to 'packaging')
-rwxr-xr-xpackaging/SGI/mkrelease.sh13
1 files changed, 0 insertions, 13 deletions
diff --git a/packaging/SGI/mkrelease.sh b/packaging/SGI/mkrelease.sh
index ed5d93dcc93..546a89068c5 100755
--- a/packaging/SGI/mkrelease.sh
+++ b/packaging/SGI/mkrelease.sh
@@ -85,19 +85,6 @@ if [ $errstat -ne 0 ]; then
fi
mv bin/smbd bin/smbd.noquota
-echo "===================== Making smbwrapper.32.so ======================="
-# cannot use -mips3 with 32 bit shared libraries so reset the ISA variable
-# just for this object
-ISA=
-export ISA
-make -P "CFLAGS=-O -g3 -woff 1188" bin/smbwrapper.32.so
-errstat=$?
-if [ $errstat -ne 0 ]; then
- echo "Error $errstat building sources\n";
- exit $errstat;
-fi
-ISA=-mips3
-export ISA
echo "===================== Making Regular versions ======================="
make -P "CFLAGS=-O -g3 -woff 1188" all
errstat=$?