1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2025-01-18 12:52:44 +01:00
RIOT/makefiles
Gaëtan Harter e5c49aa486
makefiles/docker.inc.mk: allow overwriting 'docker' command
Not all users register their user in the docker group and should not run the
whole make process as root to use docker.

They can now overwrite DOCKER with `DOCKER="sudo docker"`.

Creating files as a user is correctly handled as `id -u` is still run as the
original user.
2018-07-26 14:30:39 +02:00
..
arch cpu/fe310: add RISC-V cpu FE310 2018-05-29 15:21:45 -07:00
boards boards: use RIOTTOOLS variable 2018-06-28 14:05:33 +02:00
libc newlib: include fixes for newlib-nano 2018-06-26 15:45:54 +02:00
toolchain toolchain/gnu: also define NM 2018-07-23 17:29:55 +02:00
tools makefiles/tools: add Makefile dependency to EDBG 2018-07-10 15:20:14 +02:00
application.inc.mk makefiles: Add an APPLICATION_MODULE variable 2018-01-30 17:27:03 +01:00
bindist.inc.mk bindist: remove APPLICATION_MODULE duplicate 2018-03-22 14:32:24 +01:00
buildtests.inc.mk make: replace curly braces with parenthesis 2018-03-22 20:43:15 +01:00
cflags.inc.mk cflags.inc.mk: fix cflags test for llvm 2018-07-19 18:59:20 +02:00
color.inc.mk make: Do not attempt to use color if the terminal cannot support it 2017-11-16 20:04:18 +01:00
defaultmodules.inc.mk Makefiles: move to new directory /makefiles 2017-04-04 15:11:54 +02:00
docker.inc.mk makefiles/docker.inc.mk: allow overwriting 'docker' command 2018-07-26 14:30:39 +02:00
info-global.inc.mk make: replace curly braces with parenthesis 2018-03-22 20:43:15 +01:00
info-nproc.inc.mk make: replace curly braces with parenthesis 2018-03-22 20:43:15 +01:00
info.inc.mk makefiles/info.inc.mk: add a info-debug-variable-% target 2018-05-08 18:19:03 +02:00
mcuboot.mk mcuboot.mk: use RIOTTOOLS variable 2018-05-09 18:01:51 +02:00
modules.inc.mk makefiles/modules.inc.mk: remove deprecated FEATURE_PERIPH_ macros 2018-01-18 09:24:17 +01:00
murdock.inc.mk murdock: add support for running tests on hardware 2018-03-28 18:28:54 +02:00
periph.mk make: add Makefile.periph 2017-11-06 12:01:01 +01:00
pseudomodules.inc.mk pseudomodules: allow defining them in pkg/PKG/Makefile.include 2018-07-05 16:03:07 +02:00
scan-build.inc.mk Makefile.include: FIX .DEFAULT_GOAL not being all 2018-03-28 16:59:00 +02:00
tests.inc.mk Makefiles: move to new directory /makefiles 2017-04-04 15:11:54 +02:00
vars.inc.mk make: Add 'BUILDDEPS' variable 2018-07-06 18:56:33 +02:00