(info "(make) Chained Rules") is great, but it lacks code snippet
examples.
It mentions several features, but all with English prose.
It needs some hard code examples.
And those examples should be independent of those built in for C
compilers, etc.
rm bla.bla # See, bla.bla got re
On Thu, Feb 22, 2018 at 08:51:09AM -0500, Paul Smith wrote:
> On Thu, 2018-02-22 at 10:53 +, dimp...@cs.ox.ac.uk wrote:
> > While building a project (https://github.com/sagemath/sage)
> > on Arch Linux (which provides Guile-enabled GNU make)
> > we have encountered make crashes which look as fo
On Thu, 2018-02-22 at 10:53 +, dimp...@cs.ox.ac.uk wrote:
> While building a project (https://github.com/sagemath/sage)
> on Arch Linux (which provides Guile-enabled GNU make)
> we have encountered make crashes which look as follows
>
> make: symbol lookup error: /usr/lib/libguile-2.2.so.1: un
While building a project (https://github.com/sagemath/sage)
on Arch Linux (which provides Guile-enabled GNU make)
we have encountered make crashes which look as follows
make: symbol lookup error: /usr/lib/libguile-2.2.so.1: undefined symbol:
GC_move_disappearing_link
which we traced down to a mod
On Thu, Feb 22, 2018 at 4:42 AM, wrote:
> Casey McGinty writes:
> > Follow-up Comment #2, bug #53201 (project make):
> >
> > See http://man7.org/linux/man-pages/man2/execve.2.html
> >
> > *A maximum line length of 127 characters is allowed for the first line
> in an
> > interpreter script.*
Follow-up Comment #3, bug #53201 (project make):
Sorry, I was thinking of a different kernel limit but my second observation,
that the difference observed has to do with fast path optimization, remains.
Working around it by setting SHELL=//bin/sh in the makefile is probably safer
than .ONESHELL.
Casey McGinty writes:
> Follow-up Comment #2, bug #53201 (project make):
>
> See http://man7.org/linux/man-pages/man2/execve.2.html
>
> *A maximum line length of 127 characters is allowed for the first line in an
> interpreter script.*
I think this is referring to the '#!' line of a scrip