This is merely a historical archive of years 2008-2021, before the migration to mailman3.
A maintained and still updated list archive can be found at https://lists.osmocom.org/hyperkitty/list/OpenBSC@lists.osmocom.org/.
Holger Freyther holger at freyther.de
> On 17 May 2015, at 19:29, Andreas Rottmann <mail at rotty.xx.vu> wrote:
> 
> Holger Freyther <holger at 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?