office-gobmx/cli_ure
Christian Lohmaier f618f08cc3 simplify some sed rules/statements and use proper quoting
make removes partially built targets in case the rule exits with
non-zero status, so creating a temp file and moving it is not necessary
also use single quotes for cases where characters might be interpreted
by the shell
Also combine multiple sed calls into a single call of sed with multiple
expressions and replace additional "grep -v foo" with corresponding sed
delete command

Change-Id: Iff7e3b962175e347e5ed100a87c96fbaeef39985
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/166410
Tested-by: Jenkins
Reviewed-by: Christian Lohmaier <lohmaier+LibreOffice@googlemail.com>
2024-04-26 14:01:19 +02:00
..
qa Drop obsolete preprocessor directives from UNOIDL files 2022-06-13 16:27:45 +02:00
source Fix warning C4456 when building with MSVC without -Wv:18 2024-02-23 01:34:29 +01:00
unotypes
version
CliLibrary_cli_basetypes.mk
CliLibrary_cli_ure.mk
CliNativeLibrary_cli_cppuhelper.mk
CliUnoApi_cli_uretypes.mk
CustomTarget_cli_ure_assemblies.mk simplify some sed rules/statements and use proper quoting 2024-04-26 14:01:19 +02:00
Executable_climaker.mk
Library_cli_cppuhelper_native.mk
Library_cli_uno.mk
Makefile
Module_cli_ure.mk allow native compile for windows aarch64 2023-04-11 12:06:25 +02:00
Package_cli_basetypes_copy.mk
README.md
readme.txt

Common Language Infrastructure (CLI) UNO Runtime Environment

Support assemblies and tools for the MS .NET UNO binding.

See also

[git:cli_ure/readme.txt]