arc
上传用户:dgyhgb
上传日期:2007-01-07
资源大小:676k
文件大小:0k
源码类别:

SQL Server

开发平台:

Unix_Linux

  1. #! /bin/sh
  2. #
  3. # arc :  put object files to library
  4. #           
  5. # This file is a part of GNU SQL Server
  6. #
  7. # Copyright (c) 1997 Free Software Foundation, Inc.
  8. # This file is written by Michael Kimelman.
  9. #
  10. # Contacts: gss@ispras.ru
  11. #
  12. LF=$1
  13. shift
  14. set +x
  15. [ -f $1 ] || exit 0
  16. [ "`cat $1`" ] || exit 0
  17. files=`cat $1`
  18. echo arc : $LF $files
  19. ar ruc $LF $files
  20. #for fn in $files; do
  21. # date >$fn
  22. #done
  23. rm -f $1
  24. echo "" >$1