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:
Diffstat (limited to 'winsup/w32api/ChangeLog')
-rw-r--r--winsup/w32api/ChangeLog22
1 files changed, 22 insertions, 0 deletions
diff --git a/winsup/w32api/ChangeLog b/winsup/w32api/ChangeLog
index fccc4a3c6..5ed162475 100644
--- a/winsup/w32api/ChangeLog
+++ b/winsup/w32api/ChangeLog
@@ -1,3 +1,21 @@
+2012-01-15 Keith Marshall <keithmarshall@users.sf.net>
+
+ Derive package release index from configure time specification.
+
+ * configure.ac (PACKAGE_RELEASE): New variable; define it, such that
+ AC_SUBST will propagate it to generated makefiles; initialise from...
+ (RELEASE): ...this configure time variable; make it precious.
+
+ * Makefile.in (CYGRELEASE): Reassign its value, to match...
+ (RELEASE): ...this; assign AC_SUBST propagated PACKAGE_RELEASE value.
+ (PACKAGE): Assign AC_SUBST propagated PACKAGE_TARNAME value.
+ (VERSION): Assign AC_SUBST propagated PACKAGE_VERSION value.
+ (CC, CFLAGS, AS, LD, AR, RANLIB): Unreferenced macros; delete them.
+ (CC_FOR_TARGET, AS_FOR_TARGET, DLLTOOL, WINDRES): Likewise.
+ (prefix, exec_prefix, datadir, infodir, includedir): Likewise.
+ (bindir, libdir, tooldir, program_transform_name): Likewise.
+ (build_alias, host_alias): Likewise.
+
2012-01-14 Keith Marshall <keithmarshall@users.sf.net>
Discontinue CVS tracking of generated 'configure' script.
@@ -63,6 +81,8 @@
2011-12-13 Keith Marshall <keithmarshall@users.sf.net>
+ Factor common makefile code into single include file.
+
* configure.ac (AC_CONFIG_FILES): Add Makefile.comm
(AC_PROG_MKDIR_P): Add, to AC_SUBST result for mkinstalldirs.
@@ -82,6 +102,8 @@
2011-12-13 Keith Marshall <keithmarshall@users.sf.net>
+ Prepare for makefile code refactoring.
+
* lib/ddk/Makefile.in (ddk_includedir): New macro; define it, then use
it in install-headers and uninstall-headers rules, in place of...
(inst_includedir): ...this; we then redefine this for consistency with