summaryrefslogtreecommitdiffstats
path: root/winsup/w32api/ChangeLog
diff options
context:
space:
mode:
authorKeith Marshall <keithmarshall@@users.sf.net>2012-01-15 15:10:09 +0000
committerKeith Marshall <keithmarshall@@users.sf.net>2012-01-15 15:10:09 +0000
commit6208cfce7a49c2f3307f5fe30177a06b363e6ede (patch)
treeaa8deb84132ae612cc48c4ef79fb7b8616b0722d /winsup/w32api/ChangeLog
parentf0449b5092154ad8965705f4b3fb84d89377bece (diff)
downloadcygnal-6208cfce7a49c2f3307f5fe30177a06b363e6ede.tar.gz
cygnal-6208cfce7a49c2f3307f5fe30177a06b363e6ede.tar.bz2
cygnal-6208cfce7a49c2f3307f5fe30177a06b363e6ede.zip
Update and correct makefile rebuilding rules.
Diffstat (limited to 'winsup/w32api/ChangeLog')
-rw-r--r--winsup/w32api/ChangeLog19
1 files changed, 19 insertions, 0 deletions
diff --git a/winsup/w32api/ChangeLog b/winsup/w32api/ChangeLog
index ed063c55c..f57ab30fc 100644
--- a/winsup/w32api/ChangeLog
+++ b/winsup/w32api/ChangeLog
@@ -1,5 +1,24 @@
2012-01-15 Keith Marshall <keithmarshall@users.sf.net>
+ Update and correct makefile rebuilding rules.
+
+ * Makefile.in (Makefile): Remove dependency on configure; it causes
+ incorrect invocation of config.status when configure is regenerated.
+ (config.status): New rule; it invokes the corrected command.
+
+ * lib/Makefile.in lib/ddk/Makefile.in lib/directx/Makefile.in:
+ (Makefile): Factor out rebuilding rules; replace by...
+ * Makefile.comm.in (Makefile): ...corrected implementation here.
+ (top_builddir/Makefile.comm): New rebuilding rule; it establishes the
+ commands to rebuild Makefile.comm and all other makefiles, when its
+ own Makefile.comm.in, or any subdirectory Makefile.in is modified,
+ or when config.status is updated.
+ (top_builddir/config.status): New rule; it corrects the previously
+ inappropriate command implementation to update config.status, when the
+ configure script is regenerated.
+
+2012-01-15 Keith Marshall <keithmarshall@users.sf.net>
+
More formatting adjustments.
* lib/directx/Makefile.in (LIBS, DINPUT_OBJS): Adjust indentation.