Skip to content
Snippets Groups Projects
Commit 1c816a96 authored by Gaëtan Harter's avatar Gaëtan Harter
Browse files

info-build: add INCLUDES to the output

Add INCLUDES to the output of info-build
parent 291922be
Branches
No related tags found
No related merge requests found
...@@ -56,6 +56,8 @@ info-build: ...@@ -56,6 +56,8 @@ info-build:
@echo 'FEATURES_CONFLICT: $(FEATURES_CONFLICT)' @echo 'FEATURES_CONFLICT: $(FEATURES_CONFLICT)'
@echo 'FEATURES_CONFLICT_MSG: $(FEATURES_CONFLICT_MSG)' @echo 'FEATURES_CONFLICT_MSG: $(FEATURES_CONFLICT_MSG)'
@echo '' @echo ''
@echo -e 'INCLUDES:$(patsubst %, \n\t%, $(INCLUDES))'
@echo ''
@echo 'CC: $(CC)' @echo 'CC: $(CC)'
@echo -e 'CFLAGS:$(patsubst %, \n\t%, $(CFLAGS))' @echo -e 'CFLAGS:$(patsubst %, \n\t%, $(CFLAGS))'
@echo '' @echo ''
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment