1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2025-12-15 17:43:51 +01:00
RIOT/makefiles
Marian Buschsieweke 193aa54edf
build-system: do not create empty folders named 1
Running `BUILD_IN_DOCKER=1` in an application folder outside of RIOT
created empty `1` folders by adding

  -v '<path/to/external/app>/1:/data/riotbuild/0:delegated' -e 'BUILD_IN_DOCKER=/data/riotbuild/0'

to the docker command line.

This changes the invocation to add just `-e 'BUILD_IN_DOCKER=0'` instead.
2025-11-20 21:07:08 +01:00
..
2025-08-20 15:25:13 +02:00
2024-02-05 22:01:40 +01:00