diff options
author | John Gilmore <gnu@toad.com> | 1995-02-15 01:04:57 +0000 |
---|---|---|
committer | John Gilmore <gnu@toad.com> | 1995-02-15 01:04:57 +0000 |
commit | 6b9c882c8ad80496e76174f9b363206509511f0e (patch) | |
tree | aa57897c6b179b6066db03afddbe78414d2f168f /src/config/ChangeLog | |
parent | 762ff98f4a2ca2ff8a7b0f52fbd2ecff8e46c931 (diff) | |
download | krb5-6b9c882c8ad80496e76174f9b363206509511f0e.tar.gz krb5-6b9c882c8ad80496e76174f9b363206509511f0e.tar.xz krb5-6b9c882c8ad80496e76174f9b363206509511f0e.zip |
* pre.in: Added macros for directory syntax, filename extensions
and what system we're building on (defaults to Unix).
* post.in: split clean into unix and windows branches
* windows.in: new file--makefile macros and rules for windows
* rm.bat: new file--DOS batch file to mimic Unix's rm command
git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@4946 dc483132-0cff-0310-8789-dd5450dbe970
Diffstat (limited to 'src/config/ChangeLog')
-rw-r--r-- | src/config/ChangeLog | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/src/config/ChangeLog b/src/config/ChangeLog index 35c88871ec..b0662ed7a4 100644 --- a/src/config/ChangeLog +++ b/src/config/ChangeLog @@ -1,3 +1,11 @@ +Mon Feb 6 19:33:57 1995 Keith Vetter (keithv@fusion.com) + + * pre.in: Added macros for directory syntax, filename extensions + and what system we're building on (defaults to Unix). + * post.in: split clean into unix and windows branches + * windows.in: new file--makefile macros and rules for windows + * rm.bat: new file--DOS batch file to mimic Unix's rm command + Wed Nov 2 21:04:18 1994 Theodore Y. Ts'o (tytso@dcl) * pre.in: Don't actually add the $(CPPOPTS) flags to CPPFLAGS; |