# HG changeset patch # User timothy.murphy@nokia.com # Date 1258406352 0 # Node ID f9fd2a994239c31ba3e1c608f83b016f50bb2fa7 # Parent 593a8820b91278789463eac3e03ea6d313363ede Minor fix: Ensure that CLI_OPTIONS from the frontend are used. diff -r 593a8820b912 -r f9fd2a994239 sbsv2/raptor/lib/flm/build.flm --- 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