Build
上传用户:xu_441
上传日期:2007-01-04
资源大小:1640k
文件大小:1k
源码类别:

Email客户端

开发平台:

Unix_Linux

  1. #!/bin/sh
  2. # Copyright (c) 1998, 1999 Sendmail, Inc. and its suppliers.
  3. # All rights reserved.
  4. #
  5. # By using this file, you agree to the terms and conditions set
  6. # forth in the LICENSE file which can be found at the top level of
  7. # the sendmail distribution.
  8. #
  9. #
  10. #       $Id: Build,v 8.7 1999/03/02 02:37:12 peterh Exp $
  11. #
  12. #
  13. #  A quick-and-dirty script to create cf files.
  14. #
  15. SMROOT=${SMROOT-../..}
  16. BUILDTOOLS=${BUILDTOOLS-$SMROOT/devtools}
  17. M4=`sh $BUILDTOOLS/bin/find_m4.sh`
  18. ret=$?
  19. if [ $ret -ne 0 ]
  20. then
  21. exit $ret
  22. fi
  23. echo "Using M4=$M4"
  24. eval exec ${MAKE-make} M4=$M4 $*