DataMuseum.dk

Presents historical artifacts from the history of:

DKUUG/EUUG Conference tapes

This is an automatic "excavation" of a thematic subset of
artifacts from Datamuseum.dk's BitArchive.

See our Wiki for more about DKUUG/EUUG Conference tapes

Excavated with: AutoArchaeologist - Free & Open Source Software.


top - metrics - download
Index: T u

⟦91d553361⟧ TextFile

    Length: 531 (0x213)
    Types: TextFile
    Names: »ultrix_4.sh«

Derivation

└─⟦4f9d7c866⟧ Bits:30007245 EUUGD6: Sikkerheds distributionen
    └─⟦b5330643c⟧ »./cops/perl-4.019/perl.tar.Z« 
        └─⟦2b9a58213⟧ 
            └─⟦this⟧ »perl-4.019/hints/ultrix_4.sh« 

TextFile

ccflags="$ccflags -DLANGUAGE_C -Olimit 2900"
tmp=`(uname -a) 2>/dev/null`
case "$tmp" in
*RISC*) cat <<EOF
Note that there is a bug in some versions of NFS on the DECStation that
may cause utime() to work incorrectly.  If so, regression test io/fs
may fail if run under NFS.  Ignore the failure.
EOF
    case "$tmp" in
    *4.2*) d_volatile=undef;;
    esac
;;
esac
case "$tmp" in
*4.1*)
    eval_cflags='optimize="-g"'
    teval_cflags='optimize="-g"'
    toke_cflags='optimize="-g"'
    ttoke_cflags='optimize="-g"'
    ;;
esac