@RESPONSEFILE shouldn't be necessary for the few cppumaker -X arguments
Change-Id: I4d53223c12b7c8f793b236f9b2657bd339b345e9
This commit is contained in:
@@ -289,12 +289,9 @@ gb_UnoApiHeadersTarget_CPPUMAKERDEPS := $(call gb_Executable_get_runtime_depende
|
|||||||
gb_UnoApiHeadersTarget_CPPUMAKERCOMMAND := SOLARBINDIR=$(OUTDIR_FOR_BUILD)/bin $(call gb_Executable_get_command,cppumaker)
|
gb_UnoApiHeadersTarget_CPPUMAKERCOMMAND := SOLARBINDIR=$(OUTDIR_FOR_BUILD)/bin $(call gb_Executable_get_command,cppumaker)
|
||||||
|
|
||||||
define gb_UnoApiHeadersTarget__command
|
define gb_UnoApiHeadersTarget__command
|
||||||
RESPONSEFILE=$(call var2file,$(shell $(gb_MKTEMP)),100,\
|
|
||||||
$(UNOAPI_DEPS)) && \
|
|
||||||
$(gb_UnoApiHeadersTarget_CPPUMAKERCOMMAND) \
|
$(gb_UnoApiHeadersTarget_CPPUMAKERCOMMAND) \
|
||||||
-Gc $(4) -O$(3) $(call gb_UnoApiTarget_get_target,$(2)) \
|
-Gc $(4) -O$(3) $(call gb_UnoApiTarget_get_target,$(2)) \
|
||||||
@$${RESPONSEFILE} && \
|
$(UNOAPI_DEPS) && \
|
||||||
rm -f $${RESPONSEFILE} && \
|
|
||||||
touch $(1)
|
touch $(1)
|
||||||
|
|
||||||
endef
|
endef
|
||||||
|
Reference in New Issue
Block a user