home *** CD-ROM | disk | FTP | other *** search
/ Usenet 1994 January / usenetsourcesnewsgroupsinfomagicjanuary1994.iso / sources / unix / volume5 / smallc / part3 / vax / vscc < prev   
Encoding:
Text File  |  1986-11-30  |  151 b   |  9 lines

  1. if ../src/sccvax -c $1.c
  2.     then
  3.     if as -o $1.o $1.s
  4.         then
  5.         rm $1.s
  6.         ld -o $1 ../crunvax/crt0.o $1.o ../libc/vaxlibc.a ../crunvax/libl.a
  7.     fi
  8. fi
  9.