mirror of
https://git.tartarus.org/simon/putty.git
synced 2025-01-10 09:58:01 +00:00
ba793c905f
breaks netatalk-based setups (which _swap_ LF and CR). Instead, setfile.sh (which I have to run _anyway_ on OS X) copies mkputty.mpw to mk.mpw and then makes that CR-based. [originally from svn r5271]
16 lines
306 B
Plaintext
16 lines
306 B
Plaintext
# $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."
|