Minor fix:
Ensure that CLI_OPTIONS from the frontend are used.
--- a/sbsv2/raptor/lib/flm/build.flm Mon Nov 16 20:39:37 2009 +0000
+++ b/sbsv2/raptor/lib/flm/build.flm Mon Nov 16 21:19:12 2009 +0000
@@ -34,7 +34,7 @@
define doexports
PP_EXPORTS::
$(call startrule,makefile_generation_exports) \
- $(SBS) --pp=slave --toolcheck=off --export-only $(component_list) $(config_list) -f- -m $(MAKEFILE_PATH).exports $(cli_options) \
+ $(SBS) --pp=slave --toolcheck=off --export-only $(component_list) $(config_list) -f- -m $(MAKEFILE_PATH).exports $(CLI_OPTIONS) \
$(call endrule,makefile_generation_exports)
CLEANTARGETS:=$$(CLEANTARGETS) $(MAKEFILE_PATH).exports