Welcome to mirror list, hosted at ThFree Co, Russian Federation.

cygwin.com/git/newlib-cygwin.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKeith Marshall <keithmarshall@@users.sf.net>2011-12-13 00:02:33 +0400
committerKeith Marshall <keithmarshall@@users.sf.net>2011-12-13 00:02:33 +0400
commit1e10d23a5649235e8e8ba5f3d4c17ba9cdb6b4f9 (patch)
tree5f04115da23bb481515818e7f88e7b58110a10eb /winsup/w32api/ChangeLog
parent735415570a28d6b5cde94b2168e537ae44d95f4b (diff)
Correct makefile error; remove unnecessary FLAGS_TO_PASS macro
Diffstat (limited to 'winsup/w32api/ChangeLog')
-rw-r--r--winsup/w32api/ChangeLog11
1 files changed, 11 insertions, 0 deletions
diff --git a/winsup/w32api/ChangeLog b/winsup/w32api/ChangeLog
index 9056eb1ff..ea8a82603 100644
--- a/winsup/w32api/ChangeLog
+++ b/winsup/w32api/ChangeLog
@@ -1,3 +1,14 @@
+2011-12-12 Keith Marshall <keithmarshall@users.sf.net>
+
+ * Makefile.in (FLAGS_TO_PASS): Pointless macro; remove it. (Defaults
+ for all are propagated by configure, and make automatically propagates
+ any user specified overrides.
+
+ * lib/Makefile.in (FLAGS_TO_PASS): Similarly removed, as pointless.
+ (uninstall-ddk, uninstall-directx): Remove improperly used '-C' from
+ make command; the directory to process was previously selected by cd,
+ and not properly specified as argument to '-C'.
+
2011-12-10 Keith Marshall <keithmarshall@users.sf.net>
* aclocal.m4: Redundant file; delete it.