On 17 May 2015, at 19:29, Andreas Rottmann mail@rotty.xx.vu wrote:
Holger Freyther holger@freyther.de writes:
make[1]: Entering directory '/home/.big/rotty/src/_readonly/libosmo-abis/_build/libosmo-abis-0.3.1.2-3a58/_build' echo 0.3.1.2-3a58 > ../.version-t && mv ../.version-t ../.version /bin/bash: ../.version-t: Permission denied Makefile:879: recipe for target '../.version’ failed
BUILT_SOURCES = $(top_srcdir)/.version $(top_srcdir)/.version: echo $(VERSION) > $@-t && mv $@-t $@
I assume the dir name implies that it is really ro, So what would it take to to not generate this in the “srcdir” at all?