1
0
mirror of https://github.com/samba-team/samba.git synced 2025-01-22 22:04:08 +03:00

no longer need separate build o32 smbwrapper

(This used to be commit a9316754c7ef6244e69bec25ca20dad0019f77e1)
This commit is contained in:
Herb Lewis 2002-02-06 00:56:43 +00:00
parent 57cfadcbbd
commit 8d84f070c4

View File

@ -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=$?