diff options
| author | Alexandra Ellwood <lxs@mit.edu> | 1999-10-28 21:30:27 +0000 |
|---|---|---|
| committer | Alexandra Ellwood <lxs@mit.edu> | 1999-10-28 21:30:27 +0000 |
| commit | 107859e99b92f121e1de83e2d685c82ecfc9151d (patch) | |
| tree | 4381d44db88c821b2e72bc6e3aa885e8d0406ed5 /src | |
| parent | 97b5cb550e0d0fc4af435a7d77b00d724112a894 (diff) | |
| download | krb5-107859e99b92f121e1de83e2d685c82ecfc9151d.tar.gz krb5-107859e99b92f121e1de83e2d685c82ecfc9151d.tar.xz krb5-107859e99b92f121e1de83e2d685c82ecfc9151d.zip | |
Added support to use ErrorLib to get MIT Support Library and Mac OS Toolbox error codes (similar to the way windows does it)
Also committed some changes that were on the 1.1 branch.
git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@11887 dc483132-0cff-0310-8789-dd5450dbe970
Diffstat (limited to 'src')
| -rw-r--r-- | src/mac/Makefile | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/src/mac/Makefile b/src/mac/Makefile index e8063f4adc..bb5fe487cc 100644 --- a/src/mac/Makefile +++ b/src/mac/Makefile @@ -601,13 +601,13 @@ profile-library-libraries-68k-final = ¶ {comerr-library-output-folder}{comerr-library-name}{library-platform-68k}{library-kind-final} comerr-library-libraries-ppc-debug = ¶ - {standard-libraries-ppc-debug} + {standard-libraries-ppc-debug} {errorlib-ppc-debug} comerr-library-libraries-68k-debug = ¶ - {standard-libraries-68k-debug} + {standard-libraries-68k-debug} {errorlib-68k-debug} comerr-library-libraries-ppc-final = ¶ - {standard-libraries-ppc-final} + {standard-libraries-ppc-final} {errorlib-ppc-final} comerr-library-libraries-68k-final = ¶ - {standard-libraries-68k-final} + {standard-libraries-68k-final} {errorlib-68k-final} ### Construct linker options. @@ -1204,11 +1204,11 @@ comerr-library Ä {comerr-library-output-files} ############################################################################################################## {object-suffix} Ä .c {autogenerated-files} {makefile-name} {precompiled-headers} - echo {DepDir}{Default}.c + echo {DepDir}{Default}{object-suffix} {compiler} {DepDir}{Default}.c -o {DepDir}{Default}{object-suffix} {compiler-options} {object-suffix-data} Ä .c {autogenerated-files} {makefile-name} {precompiled-headers} - echo {DepDir}{Default}.c + echo {DepDir}{Default}{object-suffix-data} {compiler} {DepDir}{Default}.c -o {DepDir}{Default}{object-suffix-data} {compiler-options} ############################################################################################################## @@ -1415,8 +1415,8 @@ documentation Ä unset-echo {documentation-output} End If (`Exists {root-folder}":::Documentation:pdf:krb5api.pdf"`) Catenate {root-folder}":::Documentation:pdf:krb5api.pdf" > {Targ} + SetFile -a l -t 'PDF ' -c 'CARO' {Targ} End - SetFile -a l -t 'PDF ' -c 'CARO' {Targ} {krb5-globals-documentation-output-folder}"Kerberos5Globals.html" Ä {root-folder}"mac:libraries:Kerberos v5 Globals:Krb5Globals.html" {makefile-name} "{create-folder}" "{TargDir}" |
