no longer need separate build o32 smbwrapper
authorHerb Lewis <herb@samba.org>
Wed, 6 Feb 2002 00:56:43 +0000 (00:56 +0000)
committerHerb Lewis <herb@samba.org>
Wed, 6 Feb 2002 00:56:43 +0000 (00:56 +0000)
(This used to be commit a9316754c7ef6244e69bec25ca20dad0019f77e1)

packaging/SGI/mkrelease.sh

index 7412a02d4f9653434f19b7a30c7cd50cbd7e564c..889dcf1ae8a9baee317fefa7c468744ae744d9a0 100755 (executable)
@@ -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=$?