Kaydet (Commit) 6cd9c42e authored tarafından Matúš Kukan's avatar Matúš Kukan

gbuild: UnoApiTarget: refactor slightly

üst 52118dae
...@@ -225,15 +225,12 @@ define gb_UnoApiTarget__command ...@@ -225,15 +225,12 @@ define gb_UnoApiTarget__command
endef endef
define gb_UnoApiHeaderTarget__command define gb_UnoApiHeaderTarget__command
$(call gb_Helper_abbreviate_dirs_native,\
mkdir -p $(dir $(1)) && \ mkdir -p $(dir $(1)) && \
mkdir -p $(gb_Helper_MISC) && \ RESPONSEFILE=$(call var2file,$(shell $(gb_MKTEMP)),100,\
RESPONSEFILE=`$(gb_MKTEMP)` && \ $(call gb_Helper_convert_native,-Gc -L -BUCR \
echo " -Gc -L -BUCR -O$(call gb_UnoApiTarget_get_header_target,$(2)) $(3) \ -O$(call gb_UnoApiTarget_get_header_target,$(2)) $(3) $(1))) && \
$(1) \
" > $${RESPONSEFILE} && \
$(gb_UnoApiTarget_CPPUMAKERCOMMAND) @$${RESPONSEFILE} && \ $(gb_UnoApiTarget_CPPUMAKERCOMMAND) @$${RESPONSEFILE} && \
rm -f $${RESPONSEFILE}) rm -f $${RESPONSEFILE}
endef endef
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment