summaryrefslogtreecommitdiffstats
path: root/packaging/SGI
diff options
context:
space:
mode:
authorHerb Lewis <herb@samba.org>2002-02-06 00:56:43 +0000
committerHerb Lewis <herb@samba.org>2002-02-06 00:56:43 +0000
commita9316754c7ef6244e69bec25ca20dad0019f77e1 (patch)
treeb01bd19810c4ecbfaa68ac6310e7a59c6cd4cd44 /packaging/SGI
parentdc3fb2e6dcd92efd7468bd8121fbc49e3dadb8ea (diff)
downloadsamba-a9316754c7ef6244e69bec25ca20dad0019f77e1.tar.gz
samba-a9316754c7ef6244e69bec25ca20dad0019f77e1.tar.xz
samba-a9316754c7ef6244e69bec25ca20dad0019f77e1.zip
no longer need separate build o32 smbwrapper
Diffstat (limited to 'packaging/SGI')
-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 7412a02d4f9..889dcf1ae8a 100755
--- a/packaging/SGI/mkrelease.sh
+++ b/packaging/SGI/mkrelease.sh
@@ -87,19 +87,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" 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" all nsswitch/libnss_wins.so
errstat=$?