Fixed up zipping up PC source for uncleaned source trees
authorKeith Vetter <keithv@fusion.com>
Wed, 22 Mar 1995 20:23:11 +0000 (20:23 +0000)
committerKeith Vetter <keithv@fusion.com>
Wed, 22 Mar 1995 20:23:11 +0000 (20:23 +0000)
git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@5190 dc483132-0cff-0310-8789-dd5450dbe970

src/ChangeLog
src/Makefile.in

index c4aa60c96973fd5be88ba6e6b5002189ca626e82..18bdebd63fdbcb0f2fcb8b123bfc20550a7b971d 100644 (file)
@@ -1,3 +1,8 @@
+Tue Mar 22 12:00:00 1995  Keith Vetter (keithv@fusion.com)
+
+       * Makefile.in: zipping up for the PC now handles trees containing
+          binary files such as *.o and *.a.
+
 Tue Mar 21 18:50:00 1995 Keith Vetter (keithv@fusion.com)
 
        * Makefile.in: oops, missed a directory in zipping up for the PC
index 56b8e6aa0116cb7ec4ebc9a8b275b89cfca562a4..f2232e07cad0a11e473dec6ae66d76b63494fe39 100644 (file)
@@ -200,9 +200,10 @@ ZIPBINARYFILES=windows/cns/*.ico
 
 ZIPEXCLUDE= LIB/KRB5.SAB \
        INCLUDE/KRB5/AUTOCONF.H \
-       WINDOWS/CNS/*.ICO
+       LIB/CRYPTO/MD4/T_MDDRIV LIB/CRYPTO/MD5/T_MDDRIV \
+       WINDOWS/CNS/*.ICO *.O *.A
 
-zip-windows: awk-windows kerbsrc.zip
+zip-windows: awk-windows
        rm -f kerbsrc.zip
        zip -Dlk kerbsrc.zip $(ZIPFILES) -x $(ZIPEXCLUDE)
        zip -Dk kerbsrc.zip $(ZIPBINARYFILES)