[27039] in CVS-changelog-for-Kerberos-V5
krb5 commit: Remove kerbsrc83
daemon@ATHENA.MIT.EDU (Benjamin Kaduk)
Mon Sep 24 23:21:48 2012
Date: Mon, 24 Sep 2012 23:21:40 -0400
From: Benjamin Kaduk <kaduk@mit.edu>
Message-Id: <201209250321.q8P3Le03012196@drugstore.mit.edu>
To: cvs-krb5@mit.edu
Reply-To: krbdev@mit.edu
MIME-Version: 1.0
Content-Type: text/plain; charset="us-ascii"
Content-Transfer-Encoding: 7bit
Errors-To: cvs-krb5-bounces@mit.edu
https://github.com/krb5/krb5/commit/00a3de6090567da8d92041d3d11d08f29b080ef3
commit 00a3de6090567da8d92041d3d11d08f29b080ef3
Author: Ben Kaduk <kaduk@mit.edu>
Date: Thu Sep 20 18:03:54 2012 -0400
Remove kerbsrc83
It's been a long time since systems were limited to 8.3 format
for file names. No one should be thinking to try and build this
target, and if they do, we don't need a custom error message anymore.
Clean out the unneeded code from the Makefile.in.
src/Makefile.in | 9 ---------
1 files changed, 0 insertions(+), 9 deletions(-)
diff --git a/src/Makefile.in b/src/Makefile.in
index 2527c53..94f5975 100644
--- a/src/Makefile.in
+++ b/src/Makefile.in
@@ -418,15 +418,6 @@ dos-Makefile:
prep-windows: dos-Makefile awk-windows-mac
-krbsrc83.zip: krbsrc83-is-obsolete
-
-krbsrc83-is-obsolete:
- @echo "Win16 and krbsrc83.zip are no longer supported."
- @echo "We don't support building under 8.3 restricted filesystems"
- @echo "anymore. You can still build for Win32 on filesystems"
- @echo "without 8.3 restrictions using kerbsrc.zip"
- @echo " "
-
kerbsrc.zip: dos-Makefile awk-windows-mac winfile.list
rm -f kerbsrc.zip
$(ZIP) -@Dl kerbsrc.zip < winfile.list
_______________________________________________
cvs-krb5 mailing list
cvs-krb5@mit.edu
https://mailman.mit.edu/mailman/listinfo/cvs-krb5