summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKeith Vetter <keithv@fusion.com>1995-03-23 22:01:39 +0000
committerKeith Vetter <keithv@fusion.com>1995-03-23 22:01:39 +0000
commitbd3d8077546c8e67607a6b20c965a0825dcfedb4 (patch)
treee9db75bde78b0887508657d1179e9bbe6d50a90e
parenteac84f862cc258b9515196d9c30777a7e261b872 (diff)
downloadkrb5-bd3d8077546c8e67607a6b20c965a0825dcfedb4.tar.gz
krb5-bd3d8077546c8e67607a6b20c965a0825dcfedb4.tar.xz
krb5-bd3d8077546c8e67607a6b20c965a0825dcfedb4.zip
Changed the name of the zipping up source target for the PC
git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@5203 dc483132-0cff-0310-8789-dd5450dbe970
-rw-r--r--src/ChangeLog5
-rw-r--r--src/Makefile.in4
2 files changed, 7 insertions, 2 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index a4e89a6b5..d0fad41d7 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -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.
diff --git a/src/Makefile.in b/src/Makefile.in
index b88f6ff5e..4d23891bb 100644
--- a/src/Makefile.in
+++ b/src/Makefile.in
@@ -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)