Skip to content
Prev 6876 / 21312 Next

[Bioc-devel] portable make syntax

On 01/23/2015 06:22 PM, Michael Lawrence wrote:
I think that most make files can be made to conform easily to POSIX standards, 
which seems in general like a good idea (Linux flavored packages build from 
source, so the compilers on the Bioc build machines are a poor guide to those 
encountered in the wild).
...remembering that this merely quietens the note, and we would rather address 
the issue.

I haven't looked at the build reports, but the it looks like the following 
(including several apparently following poorly worded instructions in Rsamtools; 
aargh) can be easily brought into conformance through use of ` rather than $(shell).

$ ls */src/Makevars|xargs grep -l shell
ArrayExpressHTS/src/Makevars
ChemmineR/src/Makevars
DiffBind/src/Makevars
eiR/src/Makevars
flipflop/src/Makevars
mosaics/src/Makevars
qrqc/src/Makevars
QuasR/src/Makevars
VariantAnnotation/src/Makevars

Martin