Changed the name of the zipping up source target for the PC
authorKeith Vetter <keithv@fusion.com>
Thu, 23 Mar 1995 22:01:39 +0000 (22:01 +0000)
committerKeith Vetter <keithv@fusion.com>
Thu, 23 Mar 1995 22:01:39 +0000 (22:01 +0000)
git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@5203 dc483132-0cff-0310-8789-dd5450dbe970

src/ChangeLog
src/Makefile.in

index a4e89a6b5305acfccb02894c7f8bf098b7c53efd..d0fad41d75f040996ef05c35d997458a9243133d 100644 (file)
@@ -1,3 +1,8 @@
+Wed Mar 24 14:00:00 1995  Keith Vetter (keithv@fusion.com)
+
+       * Makefile.in: changed zip-windows target to kerbsrc.zip, and also
+          had the windows makefile config clean up any debugging files.
+
 Tue Mar 22 12:00:00 1995  Keith Vetter (keithv@fusion.com)
 
        * Makefile.in: added all-mac target.
index b88f6ff5e25ab2c5e1a4a5b45a88fd723607b2b4..4d23891bb6d95fd6f99a7fae414510ffd382d022 100644 (file)
@@ -161,7 +161,7 @@ makefile-windows:: wconfig.c config\pre.in config\post.in makefile.in \
        .\wconfig config <lib\krb5\posix\makefile.in >lib\krb5\posix\makefile
        .\wconfig config <lib\krb5\rcache\makefile.in >lib\krb5\rcache\makefile
        .\wconfig config <util\et\makefile.in >util\et\makefile
-       config\rm.bat wconfig.obj wconfig.exe
+       config\rm.bat wconfig.obj wconfig.exe msvc.pdb
 
 clean-windows::
        @echo Making clean in include
@@ -204,7 +204,7 @@ ZIPEXCLUDE= LIB/KRB5.SAB \
        LIB/CRYPTO/MD4/T_MDDRIV LIB/CRYPTO/MD5/T_MDDRIV \
        WINDOWS/CNS/*.ICO *.O *.A
 
-zip-windows: awk-windows
+kerbsrc.zip: awk-windows
        rm -f kerbsrc.zip
        zip -Dlk kerbsrc.zip $(ZIPFILES) -x $(ZIPEXCLUDE)
        zip -Dk kerbsrc.zip $(ZIPBINARYFILES)