mirror of
https://git.tartarus.org/simon/putty.git
synced 2025-01-10 01:48:00 +00:00
This file needs to have CR line endings for MPW to be happy with it.
[originally from svn r5254]
This commit is contained in:
parent
0c90b55556
commit
17f484ae66
@ -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."
|
Loading…
Reference in New Issue
Block a user