aboutsummaryrefslogtreecommitdiff
path: root/src/Makefile.in
diff options
context:
space:
mode:
authorGreg Hudson <ghudson@mit.edu>2018-05-11 13:43:42 -0400
committerGreg Hudson <ghudson@mit.edu>2018-05-13 01:15:24 -0400
commiteb7bfc4fc2ae87e980f0d5cef14927512f35704e (patch)
tree2baac4a2d120639f967d710d8b8176c66f2f0f25 /src/Makefile.in
parentba250f7264f5ac03e98946d32c9c8b707b3a6b47 (diff)
downloadkrb5-eb7bfc4fc2ae87e980f0d5cef14927512f35704e.zip
krb5-eb7bfc4fc2ae87e980f0d5cef14927512f35704e.tar.gz
krb5-eb7bfc4fc2ae87e980f0d5cef14927512f35704e.tar.bz2
Stop building CNS for Windows
CNS is an old Windows ticket manager which was long ago supplanted by leash. We have been building it and copying it in "nmake install", but not including it in the KfW installer. Remove it from the build, and trim windows/lib down to just the part used by leashdll and leash (loadfuncs.obj). Also stop generating a Makefile for windows/wintel; it was removed from the build in commit 530043377ee6f39b9ca95c13f6260602e6fe7674. ticket: 8682 (new)
Diffstat (limited to 'src/Makefile.in')
-rw-r--r--src/Makefile.in14
1 files changed, 3 insertions, 11 deletions
diff --git a/src/Makefile.in b/src/Makefile.in
index 77beff8..db6c0df 100644
--- a/src/Makefile.in
+++ b/src/Makefile.in
@@ -150,11 +150,9 @@ WINMAKEFILES=Makefile \
util\support\Makefile \
util\windows\Makefile \
util\wshelper\Makefile \
- windows\Makefile windows\lib\Makefile \
- windows\cns\Makefile windows\ms2mit\Makefile \
- windows\wintel\Makefile windows\kfwlogon\Makefile \
- windows\leashdll\Makefile windows\leash\Makefile \
- windows\leash\htmlhelp\Makefile
+ windows\Makefile windows\lib\Makefile windows\ms2mit\Makefile \
+ windows\kfwlogon\Makefile windows\leashdll\Makefile \
+ windows\leash\Makefile windows\leash\htmlhelp\Makefile
##DOS##Makefile-windows: $(MKFDEP) $(WINMAKEFILES)
@@ -270,12 +268,8 @@ WINMAKEFILES=Makefile \
##DOS## $(WCONFIG) config < $@.in > $@
##DOS##windows\lib\Makefile: windows\lib\Makefile.in $(MKFDEP)
##DOS## $(WCONFIG) config < $@.in > $@
-##DOS##windows\cns\Makefile: windows\cns\Makefile.in $(MKFDEP)
-##DOS## $(WCONFIG) config < $@.in > $@
##DOS##windows\ms2mit\Makefile: windows\ms2mit\Makefile.in $(MKFDEP)
##DOS## $(WCONFIG) config < $@.in > $@
-##DOS##windows\wintel\Makefile: windows\wintel\Makefile.in $(MKFDEP)
-##DOS## $(WCONFIG) config < $@.in > $@
##DOS##windows\kfwlogon\Makefile: windows\kfwlogon\Makefile.in $(MKFDEP)
##DOS## $(WCONFIG) config < $@.in > $@
##DOS##windows\leashdll\Makefile: windows\leashdll\Makefile.in $(MKFDEP)
@@ -447,8 +441,6 @@ install-windows:
copy lib\$(OUTPRE)*.lib "$(KRB_INSTALL_DIR)\lib\."
copy lib\$(OUTPRE)*.dll "$(KRB_INSTALL_DIR)\bin\."
$(INSTALLDBGSYMS) lib\$(OUTPRE)*.pdb "$(KRB_INSTALL_DIR)\bin\."
- copy windows\cns\$(OUTPRE)krb5.exe "$(KRB_INSTALL_DIR)\bin\."
- $(INSTALLDBGSYMS) windows\cns\$(OUTPRE)krb5.pdb "$(KRB_INSTALL_DIR)\bin\."
copy appl\gss-sample\$(OUTPRE)gss-server.exe "$(KRB_INSTALL_DIR)\bin\."
$(INSTALLDBGSYMS) appl\gss-sample\$(OUTPRE)gss-server.pdb "$(KRB_INSTALL_DIR)\bin\."
copy appl\gss-sample\$(OUTPRE)gss-client.exe "$(KRB_INSTALL_DIR)\bin\."