home *** CD-ROM | disk | FTP | other *** search
/ Celestin Apprentice 2 / Apprentice-Release2.iso / Tools / MPW / GCC 1.37.1r15 / Build / sgC < prev   
Encoding:
Text File  |  1993-01-12  |  300 b   |  15 lines  |  [TEXT/MPS ]

  1. set echo 0
  2. set oldexit {exit}
  3. set exit 0
  4. # Extract the location of the driver program.
  5. set toolplace "{1}"
  6. shift 1
  7. set temp "••gcc-driver-temp••"
  8.  
  9. "{toolplace}"driver {"parameters"} -tools "{toolplace}" > "{temp}" && "{temp}"
  10.  
  11. set error {status}
  12. delete -i -y "{temp}"
  13. set exit {oldexit}
  14. exit {error}
  15.