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 o

⟦6f1bde043⟧ TextFile

    Length: 765 (0x2fd)
    Types: TextFile
    Names: »outils.cf«

Derivation

└─⟦db229ac7e⟧ Bits:30007240 EUUGD20: SSBA 1.2 / AFW Benchmarks
    └─⟦this⟧ »EUUGD20/AFUU-ssba1.21/ssba1.21F/outils/outils.cf« 

TextFile

#! /bin/sh
#				SSBA 1.21F
#
# Script : outils.cf
#
INSTALL=../install
printer=`cat $INSTALL/printer.cmd`
optprinter=`cat $INSTALL/printer.opt`
pager=`cat $INSTALL/pager.cmd`
cc=`cat $INSTALL/cc.cmd`
optcc=`cat $INSTALL/cc.opt`
flocc=`cat $INSTALL/cc.flo`
sed -e "s/^PRINTER.*$/PRINTER	=	${printer}/"\
    -e "s/^PRINTOPT.*$/PRINTOPT=	${optprinter}/"\
    -e "s/^PAGER.*$/PAGER	=	${pager}/"\
    -e "s/^COMPILER.*$/COMPILER=	${cc}/"\
    -e "s/^LOCALOPT.*$/LOCALOPT=	${optcc}/"\
    -e "s/^FLOPT.*$/FLOPT=		${flocc}/"\
    <outils.mk >outils.tmp
#
# Construction de diff2
#
split -1096 diff1
mv xaa x
mv xab y
split -548 x
mv xaa a
mv xab b
split -548 y
mv xaa c
mv xab d
cat d c b a >diff2
rm a b c d x y
mv outils.tmp outils.mk
chmod u+x outils.run fastformatter