This file needs to have CR line endings for MPW to be happy with it.

[originally from svn r5254]
This commit is contained in:
Simon Tatham 2005-02-05 14:39:22 +00:00
Родитель 0c90b55556
Коммит 17f484ae66
1 изменённых файлов: 1 добавлений и 15 удалений

Просмотреть файл

@ -1,15 +1 @@
# $Id: mkputty.mpw,v 1.3 2002/12/30 15:41:52 ben Exp $
Set makefile Makefile.mpw
# Run Make, then execute its output.
Echo "# `Date -t` ----- Analyzing dependencies."
Begin
Echo "Set Echo 1"
Make {"Parameters"} -f "{makefile}"
End > make.out
Echo "# `Date -t` ----- Executing build commands."
make.out
Delete make.out
Echo "# `Date -t` ----- Done."
# $Id$ Set makefile Makefile.mpw # Run Make, then execute its output. Echo "# `Date -t` ----- Analyzing dependencies." Begin Echo "Set Echo 1" Make {"Parameters"} -f "{makefile}" End > make.out Echo "# `Date -t` ----- Executing build commands." make.out Delete make.out Echo "# `Date -t` ----- Done."