diff options
author | Herb Lewis <herb@samba.org> | 2002-02-06 00:25:16 +0000 |
---|---|---|
committer | Herb Lewis <herb@samba.org> | 2002-02-06 00:25:16 +0000 |
commit | 84cb9a78b565c88a8289f2266ee947d6f1d14ccc (patch) | |
tree | ad71e6042f46f78f8fa5c0325667db83802684b7 | |
parent | b8d23b7a636d2dfe8739db11d7fd57b977319a88 (diff) | |
download | samba-84cb9a78b565c88a8289f2266ee947d6f1d14ccc.tar.gz samba-84cb9a78b565c88a8289f2266ee947d6f1d14ccc.tar.xz samba-84cb9a78b565c88a8289f2266ee947d6f1d14ccc.zip |
no longer need separate build of o32 smbwrapper
-rwxr-xr-x | packaging/SGI/mkrelease.sh | 13 |
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=$? |