home *** CD-ROM | disk | FTP | other *** search
/ Complete Linux / Complete Linux.iso / docs / apps / database / postgres / postgre4.z / postgre4 / newconf / Build next >
Encoding:
Text File  |  1992-08-27  |  342 b   |  18 lines

  1. #! /bin/csh
  2. #
  3. # Makes the newconf/FILES/$RELSRC.mkf file
  4. # $Header: /private/postgres/newconf/RCS/Build,v 1.2 1990/07/12 12:38:57 goh Version_2 $
  5.  
  6. set RELSRC = $argv[1]
  7.  
  8. echo changing to src/$RELSRC
  9. pushd ../src/$RELSRC > /dev/null
  10.  
  11. foreach i (*.c *.y RCS )
  12.     if ($i == RCS) then
  13.         break;
  14.     else
  15.          echo "    "'$(OD)'/$RELSRC/$i:r.o \\
  16.     endif
  17. end
  18.