home *** CD-ROM | disk | FTP | other *** search
/ Il CD di internet / CD.iso / SOURCE / CONTRIB / GNU-COMM / GCL-1.0 / GCL-1 / gcl-1.0 / xbin / update < prev   
Encoding:
Text File  |  1987-06-29  |  104 b   |  5 lines

  1. #!/bin/sh
  2. lis=$*
  3. echo make -f Smakefile $lis "CHANGED=${lis}"
  4. make -f Smakefile ${lis} "CHANGED=${lis}"
  5.