aboutsummaryrefslogtreecommitdiff
path: root/winsup/doc/ChangeLog
diff options
context:
space:
mode:
authorJon TURNEY <jon.turney@dronecode.org.uk>2015-06-12 13:30:50 +0100
committerJon TURNEY <jon.turney@dronecode.org.uk>2015-06-16 10:28:49 +0100
commit38529ea03a86161acef137bb74be276c5c7fcf8c (patch)
tree90008e15d2be52cf6436bcb3c12808cdb70a6d45 /winsup/doc/ChangeLog
parentc46fe19460b7600e9404210338e8a159060129e4 (diff)
downloadnewlib-38529ea03a86161acef137bb74be276c5c7fcf8c.zip
newlib-38529ea03a86161acef137bb74be276c5c7fcf8c.tar.gz
newlib-38529ea03a86161acef137bb74be276c5c7fcf8c.tar.bz2
winsup/doc: Make it easier to extend xidepend to more targets
Change xidepend to create a variable containing all the XIncluded sources, which can be used as a dependency, rather than writing the dependency target itself. Future work: Makefile.dep should depend on xidepend, but xidepend should not be passed to itself. 2015-06-12 Jon Turney <jon.turney@dronecode.org.uk> * xidepend: Write a Makefile fragment defining variables containing all the XIncluded sources, rather than a dependency on those sources. * Makefile.in: Use that variable to express the dependency. Signed-off-by: Jon TURNEY <jon.turney@dronecode.org.uk>
Diffstat (limited to 'winsup/doc/ChangeLog')
-rw-r--r--winsup/doc/ChangeLog7
1 files changed, 7 insertions, 0 deletions
diff --git a/winsup/doc/ChangeLog b/winsup/doc/ChangeLog
index c364b8d..937cb39 100644
--- a/winsup/doc/ChangeLog
+++ b/winsup/doc/ChangeLog
@@ -1,5 +1,12 @@
2015-06-12 Jon Turney <jon.turney@dronecode.org.uk>
+ * xidepend: Write a Makefile fragment defining variables
+ containing all the XIncluded sources, rather than a dependency on
+ those sources.
+ * Makefile.in: Use that variable to express the dependency.
+
+2015-06-12 Jon Turney <jon.turney@dronecode.org.uk>
+
* Makefile.in (cygwin-ug-net/cygwin-ug-net.pdf)
(cygwin-api/cygwin-api.pdf): Use fo.xsl to customized DocBook
XML->PDF conversion.