diff options
author | Herb Lewis <herb@samba.org> | 2002-02-06 00:56:43 +0000 |
---|---|---|
committer | Herb Lewis <herb@samba.org> | 2002-02-06 00:56:43 +0000 |
commit | 8d84f070c4611c4e78b3132b7325befab428278b (patch) | |
tree | 2fa95070d18eccef52e91ce1a3d2478bbebcca8a /packaging/SGI | |
parent | 57cfadcbbdd490d87061a0a5e70d8be4cb634cd1 (diff) | |
download | samba-8d84f070c4611c4e78b3132b7325befab428278b.tar.gz |
no longer need separate build o32 smbwrapper
(This used to be commit a9316754c7ef6244e69bec25ca20dad0019f77e1)
Diffstat (limited to 'packaging/SGI')
-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 7412a02d4f..889dcf1ae8 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=$? |