Skip to content
Snippets Groups Projects
Commit 444a39b8 authored by Duane Rettig's avatar Duane Rettig
Browse files

Propagate SAVE_SOURCE_DEBUG variable

bug22942: Fix the makefile so it properly propagates the
value of the SAVE_SOURCE_DEBUG environment variable

Change-Id: I2e643e51ce1fc8e76f970c0e42b3ecd445dbf0c5
parent e1973a69
No related branches found
No related tags found
No related merge requests found
......@@ -29,6 +29,7 @@ compile: FORCE $(PRODUCT-OBJS) $(ICS-PRODUCT-OBJS) $(compile_depends)
echo '(setq excl:*redefinition-warnings* $(redef_warning))' >> build.tmp
echo '(setq excl:*record-source-file-info* $(RECORD_SOURCE_FILE_INFO))' >> build.tmp
echo '(setq comp:save-local-names-switch $(SAVE_LOCAL_NAMES))' >> build.tmp
echo '(setq comp:save-source-level-debug-info-switch $(SAVE_SOURCE_DEBUG))' >> build.tmp
echo '(setq excl:*load-local-names-info* $(LOAD_LOCAL_NAMES_INFO))' >> build.tmp
echo '(setq excl:*load-source-file-info* $(LOAD_SOURCE_FILE_INFO))' >> build.tmp
echo '(setq excl:*record-xref-info* $(RECORD_XREF_INFO))' >> build.tmp
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment