Introducing make parameters todo, fixme and echo: todo/fixme enable printing of todo/fixme pragma messages if set to 1 (that are disabled by default after this commit); echo enables compilation/linking command line echoing if set to 1.

This commit is contained in:
Ruben Ayrapetyan
2014-07-29 14:52:42 +04:00
parent 299c94ee85
commit 8d387cd32f
3 changed files with 50 additions and 6 deletions
+5
View File
@@ -53,7 +53,12 @@ export FLASH_TARGETS = $(foreach __TARGET,$(foreach __MODE,$(TARGET_MODES),$(for
export OUT_DIR = ./out
export UNITTESTS_SRC_DIR = ./tests/unit
export SHELL=/bin/bash
export dwarf4
export echo
export todo
export fixme
all: clean $(JERRY_TARGETS) $(TESTS_TARGET) $(CHECK_TARGETS)