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

⟦6f2b39b95⟧ TextFile

    Length: 301 (0x12d)
    Types: TextFile
    Names: »ultrix_3.sh«

Derivation

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

TextFile

ccflags="$ccflags -DLANGUAGE_C"
tmp="`(uname -a) 2>/dev/null`"
case "$tmp" in
*3.[01]*RISC) d_waitpid=$undef;;
'') d_waitpid=$undef;;
esac
case "$tmp" in
*RISC)
    cmd_cflags='optimize="-g"'
    perl_cflags='optimize="-g"'
    tcmd_cflags='optimize="-g"'
    tperl_cflags='optimize="-g"'
    ;;
esac