sbsv2/raptor/lib/flm/build.flm
branchwip
changeset 9 b211d87c390a
parent 7 f9fd2a994239
child 12 2cfea3290625
equal deleted inserted replaced
8:34d87ffcc373 9:b211d87c390a
    32 
    32 
    33 
    33 
    34 define doexports
    34 define doexports
    35 PP_EXPORTS::
    35 PP_EXPORTS::
    36 	$(call startrule,makefile_generation_exports) \
    36 	$(call startrule,makefile_generation_exports) \
    37 	$(SBS) --pp=slave --toolcheck=off --export-only $(component_list) $(config_list) -f- -m $(MAKEFILE_PATH).exports $(CLI_OPTIONS)  \
    37 	$(SBS) --pp=slave --toolcheck=off --export-only $(component_list) $(config_list) -f- -m $(MAKEFILE_PATH).exports $(cli_options)  \
    38 	$(call endrule,makefile_generation_exports)
    38 	$(call endrule,makefile_generation_exports)
    39 
    39 
    40 CLEANTARGETS:=$$(CLEANTARGETS) $(MAKEFILE_PATH).exports 
    40 CLEANTARGETS:=$$(CLEANTARGETS) $(MAKEFILE_PATH).exports 
    41 endef
    41 endef
    42 
    42