summaryrefslogtreecommitdiffstats
path: root/winsup/w32api/ChangeLog
diff options
context:
space:
mode:
authorKeith Marshall <keithmarshall@@users.sf.net>2012-01-15 12:39:00 +0000
committerKeith Marshall <keithmarshall@@users.sf.net>2012-01-15 12:39:00 +0000
commitc6a4777d85376945c2a254957ab33bd7d580ff02 (patch)
treed3557e249ccc70d4e60d37386f857f7ddf3e25c8 /winsup/w32api/ChangeLog
parent3ef75004369383aadfa4801d2b453a61883fa6a0 (diff)
downloadcygnal-c6a4777d85376945c2a254957ab33bd7d580ff02.tar.gz
cygnal-c6a4777d85376945c2a254957ab33bd7d580ff02.tar.bz2
cygnal-c6a4777d85376945c2a254957ab33bd7d580ff02.zip
Improve self-documentation of 'for' loop commands.
Diffstat (limited to 'winsup/w32api/ChangeLog')
-rw-r--r--winsup/w32api/ChangeLog9
1 files changed, 9 insertions, 0 deletions
diff --git a/winsup/w32api/ChangeLog b/winsup/w32api/ChangeLog
index 6e879e3c8..b7f572827 100644
--- a/winsup/w32api/ChangeLog
+++ b/winsup/w32api/ChangeLog
@@ -1,5 +1,14 @@
2012-01-15 Keith Marshall <keithmarshall@users.sf.net>
+ Improve self-documentation of 'for' loop commands.
+
+ * Makefile.in lib/Makefile.in:
+ * lib/ddk/Makefile.in lib/directx/Makefile.in: In 'for' loops invoked
+ by rule commands, prefer use of 'dir' and 'file' appropriately, as the
+ loop control variables, rather than non-descript 'i'.
+
+2012-01-15 Keith Marshall <keithmarshall@users.sf.net>
+
Generalise 'all' rule to arbitrary prerequisite sub-directories.
* Makefile.in: (all): Make it depend on all $(SUBDIRS), not just on...