Ticket Change Details
Not logged in
Overview

Artifact ID: cabddc347f83e66e6846a56491d1e6fbf19edbf3
Ticket: 9ae4043d8b2d4419609091d08caf1585be0e08f0
Please merge fixes for Solaris 10 into trunk
User & Date: ben 2011-05-23 07:07:00
Changes

  1. Appended to comment:
    
    
    <hr /><i>ben added on 2011-05-23 07:07:00 UTC:</i><br />
    Because the makefile has to work with 'all' variations of make with varying compliance to varying standards, the options open are a bit limited. It's only important that shell commands are executed on the platforms using non-GNU makes - the BSDs and Solaris.
    
    A better way would be to start adding to the build system with configure scripts and the like. However, this is a far bigger change and would break anything which assumes you just run make, such as packaging systems.