nightmaremail

Unnamed repository; edit this file 'description' to name the repository.
Log | Files | Refs

default.o.do.do (407B)


      1 #!/usr/bin/env sh
      2 temptarg=$3
      3 permtarg=$1
      4 src=$2
      5 # creates default.o.do; requires auto-ccld ??
      6 #redo-ifchange conf-cc conf-ld warn-auto.sh auto-ccld.sh
      7 redo-ifchange conf-cc conf-ld warn-auto.sh
      8 redo-ifcreate conf-cc conf-ld warn-auto.sh
      9 
     10 (
     11 cat warn-auto.sh
     12 cat << EOF
     13 temptarg=\$3
     14 permtarg=\$1
     15 src=\$2
     16 EOF
     17 echo CC=\'`head -n 1 conf-cc`\'
     18 echo LD=\'`head -n 1 conf-ld`\'
     19 echo \$\{CC\} -c -o \$3 \$1
     20 ) > $3
     21