summaryrefslogtreecommitdiff
path: root/CHANGES
diff options
context:
space:
mode:
authorfielding <fielding@13f79535-47bb-0310-9956-ffa450edef68>2001-04-11 06:16:33 +0000
committerfielding <fielding@13f79535-47bb-0310-9956-ffa450edef68>2001-04-11 06:16:33 +0000
commit78dac83ac40548d196bf27cf82a9a55b6149cdbc (patch)
tree41dcfe23401db56768c9542c23029d2bbc1c5f61 /CHANGES
parent324f9ff375617c08ad19f23eb0176850eaba854c (diff)
downloadlibapr-78dac83ac40548d196bf27cf82a9a55b6149cdbc.tar.gz
Make clean, distclean, and extraclean consistently according to the
Gnu makefile guidelines. Submitted by: Justin Erenkrantz <jerenkrantz@ebuilt.com> Reviewed by: Roy Fielding git-svn-id: http://svn.apache.org/repos/asf/apr/apr/trunk@61496 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'CHANGES')
-rw-r--r--CHANGES3
1 files changed, 3 insertions, 0 deletions
diff --git a/CHANGES b/CHANGES
index ff2a7ef0a..bf3f9d476 100644
--- a/CHANGES
+++ b/CHANGES
@@ -1,5 +1,8 @@
Changes with APR b1
+ *) Make clean, distclean, and extraclean consistently according to the
+ Gnu makefile guidelines. [Justin Erenkrantz <jerenkrantz@ebuilt.com>]
+
*) Initial implementation of of apr_filepath (get/set/parse_root and
merge) for Windows. [William Rowe]