Changeset 3205
- Timestamp:
- 02/16/08 18:09:15 (10 months ago)
- Files:
-
- trunk/lib/build-tango.sh (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/lib/build-tango.sh
r3176 r3205 62 62 fi 63 63 64 if [ "`echo $FILE | grep freebsd`" ] 65 then 66 if [ ! "$UNAME" == "FreeBSD" ] 67 then 68 return 1 69 else 70 return 0 71 fi 72 fi 73 64 74 if [ "`echo $FILE | grep linux`" ] 65 75 then … … 81 91 if filter $OBJNAME 82 92 then 83 $DC - c $INLINE -release -O -version=Posix -version=Tango -of$OBJNAME $FILENAME93 $DC -w -c $INLINE -release -O -version=Posix -version=Tango -of$OBJNAME $FILENAME 84 94 ar -r lib/$LIB $OBJNAME 2>&1 | grep -v "ranlib: .* has no symbols" 85 95 rm $OBJNAME












