Download Reference Manual
The Developer's Library for D
About Wiki Forums Source Search Contact

Changeset 3205

Show
Ignore:
Timestamp:
02/16/08 18:09:15 (10 months ago)
Author:
larsivi
Message:

Filter out freebsd when not there.

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/lib/build-tango.sh

    r3176 r3205  
    6262    fi 
    6363 
     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 
    6474    if [ "`echo $FILE | grep linux`" ] 
    6575    then 
     
    8191    if filter $OBJNAME 
    8292    then 
    83         $DC -c $INLINE -release -O -version=Posix -version=Tango -of$OBJNAME $FILENAME 
     93        $DC -w -c $INLINE -release -O -version=Posix -version=Tango -of$OBJNAME $FILENAME 
    8494        ar -r lib/$LIB $OBJNAME 2>&1 | grep -v "ranlib: .* has no symbols" 
    8595        rm $OBJNAME