Overview
Artifact ID: | bbec99958f2d79178aacb7b0219b36eaf7b927d6 |
---|---|
Ticket: | 9ae4043d8b2d4419609091d08caf1585be0e08f0
Please merge fixes for Solaris 10 into trunk |
User & Date: | anonymous 2011-05-23 03:01:28 |
Changes
- Appended to comment:
<hr /><i>anonymous added on 2011-05-23 03:01:28 UTC:</i><br /> About the changes in [9ef38b6b6d]: At least the <tt>VAR != shell command</tt> is documented in BSD make, but the <tt>VAR :sh = shell command</tt> sure doesn't seem to be (although it does seem to work with BSD make). In addition, neither syntax works with GNU make. To get the equivalent with GNU make the syntax is <tt>VAR = $(shell shell command)</tt> instead.
- resolution changed to: "Open"