Janet's Build Dependency note.

This commit is contained in:
Andrew Johnson
2009-08-20 22:59:10 +00:00
parent 1fba8dd866
commit 2caf1a4f50

View File

@@ -12,6 +12,16 @@
<h2 align="center">Changes between 3.14.10 and 3.14.11</h2>
<!-- Insert new items immediately below here ... -->
<h4>Build system dependency change</h4>
<p>In order to get GNU make parallel execution (-j option) to work proprely for
multiple target architectures, a new dependency had to be added. Now all
cross-compiled builds depend on their host build. This means that when a
<tt>make <i>crosstargetarch</i></tt> command is issued, the EPICS_HOST_ARCH
target build will be executed first, followed by the <i>crosstargetarch</i>
build. Builds done in an O.<i>arch</i> directory will still only build the
<i>arch</i> targets however.</p>
<h4>Channel Access changes</h4>
<p>Mantis 359 fix - ca client library flow control mode related issues </p>