[PATCH v4] Use builtin sort instead of shell sort

2019-05-27 Thread Émeric Dupont
v4: Handling wildcard files correctly Some build environments and configuration options may lead to the make variable PLUGIN_HEADERS being too long to be passed as parameters to the shell `echo` command, leading to a "write error" message when making the target install-plugin. The following patch

Re: [PATCH v3] Use builtin sort instead of shell sort

2019-05-27 Thread Émeric Dupont
The 20.04.2019 09:23, Andreas Schwab wrote: >On Apr 20 2019, Émeric Dupont wrote: >> diff --git a/gcc/Makefile.in b/gcc/Makefile.in >> index d186d71c91e..3196e774a26 100644 >> --- a/gcc/Makefile.in >> +++ b/gcc/Makefile.in >> @@ -3538,7 +3538,7 @@ install-plugin

[PATCH v3] Use builtin sort instead of shell sort

2019-04-19 Thread Émeric Dupont
Some build environments and configuration options may lead to the make variable PLUGIN_HEADERS being too long to be passed as parameters to the shell `echo` command, leading to a "write error" message when making the target install-plugin. The following patch fixes this issue by using the [Make $(

[PATCH v2] Use builtin sort instead of shell sort

2019-04-18 Thread Émeric Dupont
Some build environments and configuration options may lead to the make variable PLUGIN_HEADERS being too long to be passed as parameters to the shell `echo` command, leading to a "write error" message when making the target install-plugin. The following patch fixes this issue by using the [Make $(

Re: [PATCH] Use builtin sort instead of shell sort

2019-04-17 Thread Émeric Dupont
The 17.04.2019 21:36, Emeric Dupont wrote: <... Unwanted legalese ...> Sorry, please disregard the unwanted footer added against my will. I am actively trying to have out admins get rid of it where it is not applicable. -- Emeric Dupont Zodiac Inflight Innovations P +49815388678207 Argelsrieder F

[PATCH] Use builtin sort instead of shell sort

2019-04-17 Thread Émeric Dupont
Some build environments and configuration options may lead to the make variable PLUGIN_HEADERS being too long to be passed as parameters to the shell `echo` command, leading to a "write error" message when making the target install-plugin. The following patch fixes this issue by using the [Make $(