On AIX, avoid a shell pipepline by making makedef.pl sort case insenitively.
authorNicholas Clark <nick@ccl4.org>
Fri, 25 Nov 2011 17:16:35 +0000 (18:16 +0100)
committerNicholas Clark <nick@ccl4.org>
Sun, 4 Dec 2011 16:47:00 +0000 (17:47 +0100)
commit5d4e58dcdb5d3b0a6dfc17071d845e7fc69ff071
treed8f393a17bd968d5f2cf01c2e0afbe4d42930a29
parentee8bc8b7e369e9f69b93c0b0a137db3c4886a1a3
On AIX, avoid a shell pipepline by making makedef.pl sort case insenitively.

Previously the Makefile piped the output of makedef.pl to sort. This had the
side effect of ignoring the exit code from makedef.pl, as make could only
see the exit code of the last command in the pipeline. This concealed the
causes of the parallel make failure when makedef.pl was missing a dependency
on Config.pm
Makefile.SH
makedef.pl