diff options
author | Keith Marshall <keithmarshall@@users.sf.net> | 2011-12-13 20:46:53 +0000 |
---|---|---|
committer | Keith Marshall <keithmarshall@@users.sf.net> | 2011-12-13 20:46:53 +0000 |
commit | f46fcfebd137a85cefaea1b67edd406af328dc8b (patch) | |
tree | 53347dc2e64bb9910a2a2414b6ee5437a6832778 /winsup/w32api/ChangeLog | |
parent | 5cc68751fd69f4b1e29b68b2c98bf8985302d314 (diff) | |
download | cygnal-f46fcfebd137a85cefaea1b67edd406af328dc8b.tar.gz cygnal-f46fcfebd137a85cefaea1b67edd406af328dc8b.tar.bz2 cygnal-f46fcfebd137a85cefaea1b67edd406af328dc8b.zip |
Factor common code from subdirectory makefiles into Makefile.comm.in
Diffstat (limited to 'winsup/w32api/ChangeLog')
-rw-r--r-- | winsup/w32api/ChangeLog | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/winsup/w32api/ChangeLog b/winsup/w32api/ChangeLog index 729e4cceb..fae3aac01 100644 --- a/winsup/w32api/ChangeLog +++ b/winsup/w32api/ChangeLog @@ -1,5 +1,24 @@ 2011-12-13 Keith Marshall <keithmarshall@users.sf.net> + * configure.ac (AC_CONFIG_FILES): Add Makefile.comm + (AC_PROG_MKDIR_P): Add, to AC_SUBST result for mkinstalldirs. + + * configure: Regenerated. + + * lib/Makefile.in lib/ddk/Makefile.in lib/directx/Makefile.in: + (top_srcdir, top_builddir): Define using value passed by AC_SUBST. + (all): Original default goal; rename it as... + (all-default): ...this, to facilitate factoring out of common code, + which we then reinstate by including ${top_builddir}/Makefile.comm + + * Makefile.comm.in: New include file, containing factored-out code. + (all): Redefined default goal; it redirects to renamed original... + (all-default): ...i.e. this; as defined in the original makefiles. + (CC_FOR_TARGET, AS_FOR_TARGET): Unreferenced macros; delete them. + (bindir, program_transform_name, datadir, infodir): Likewise. + +2011-12-13 Keith Marshall <keithmarshall@users.sf.net> + * 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 |