From: ben Date: Sun, 29 Dec 2002 19:11:40 +0000 (+0000) Subject: Brutally simplify out all the junk that MPW left here when it first wrote this X-Git-Url: https://git.distorted.org.uk/u/mdw/putty/commitdiff_plain/b374e44331e7a57fcd27c7a80f380e1fee7ae675 Brutally simplify out all the junk that MPW left here when it first wrote this file. git-svn-id: svn://svn.tartarus.org/sgt/putty@2380 cda61777-01e9-0310-a592-d414129be87e --- diff --git a/mac/mkputty.mpw b/mac/mkputty.mpw index ccc39b33..77adc3f7 100644 --- a/mac/mkputty.mpw +++ b/mac/mkputty.mpw @@ -1,36 +1,15 @@ -# $Id: mkputty.mpw,v 1.1 2002/12/02 21:06:12 ben Exp $ - -set program "{1}" -shift -if "{program}" == "68k" - set program PuTTY.68k -end -if "{program}" == "ppc" - set program PuTTY.ppc -end -if "{program}" == "" || "{program}" == "fat" - set program PuTTY -end +# $Id: mkputty.mpw,v 1.2 2002/12/29 19:11:40 ben Exp $ Set makefile Makefile.mpw # Run Make, then execute its output. -Echo "# `Date -t` ----- Build of {program}." -#if (`exists "#"Å"#"`) -# echo "# `Date -t` ----- Warning: auto-save file present." -#end Echo "# `Date -t` ----- Analyzing dependencies." Begin Echo "Set Echo 1" Make "{program}" {"Parameters"} -f "{makefile}" -End > "{program}".makeout +End > make.out Echo "# `Date -t` ----- Executing build commands." -"{program}".makeout -Delete "{program}".makeout +make.out +Delete make.out Echo "# `Date -t` ----- Done." -Set type "`files -i -n -x t "{program}" ³ Dev:Null || Set Status 0`" -Set CaseSensitive True #filetype check for DA must be case sensitive -If "{type}" =~ /Å APPL/ OR "{type}" =~ /Å MPST/ # application or tool - Echo -n ¶t; Quote -n "{program}"; Echo -n " " -End