Commit Graph

10 Commits (544cf33b17a5e6da6dc365fefa24849391cfc273)

Author SHA1 Message Date
Joakim Gebart e95a4c50a9 make: Build with -Werror by default
Can be overridden from the environment by setting WERROR=0

also remove reversed logic for Werror in Makefile.buildtest
(a typo caused Werror to be always enabled for all builds)
8 years ago
Joakim Gebart 13f4c81b03 Makefile.docker: Sort environment variable names 8 years ago
Joakim Gebart 13753cca14 Makefile.scan-build: Add make goal for running Clang static code analysis 8 years ago
Joakim Gebart 9264a08779 Makefile.docker: Pass host time zone to container 8 years ago
Joakim Gebart 28e89e4933 Makefile.docker: Pass TOOLCHAIN variable to Docker container 8 years ago
Joakim Gebart da74abc8c9 Makefile.docker: Detect if running inside a Docker container 8 years ago
Philipp Rosenkranz 224b03b836 Makefile.docker: added BUILDTEST_VERBOSE env variable 8 years ago
Joakim Gebart 9aa954b6de Makefile.docker: Add BUILDTEST_MCU_GROUP to passed variables 8 years ago
Joakim Gebart 68f3c261b0 docker: Add support for buildtests inside Docker. 9 years ago
Joakim Gebart 3b85f10217 docker: Refactor Makefile.include, split to Makefile.docker
- Better support for passing environment variables to the Docker container.
 - Move Docker-related definitions into Makefile.docker.
 - Only environment variables that originates from the command line or
   the environment will be passed to the Docker container.
9 years ago