The 20.04.2019 09:23, Andreas Schwab wrote:
>On Apr 20 2019, Émeric Dupont <emeric.dup...@zii.aero> 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: installdirs lang.install-plugin 
>> s-header-vars install-gengtype
>>  # We keep the directory structure for files in config or c-family and .def
>>  # files. All other files are flattened to a single directory.
>>  $(mkinstalldirs) $(DESTDIR)$(plugin_includedir)
>> -headers=`echo $(PLUGIN_HEADERS) $$(cd $(srcdir); echo *.h *.def) | tr ' ' 
>> '\012' | sort -u`; \
>> +headers=$(sort $(PLUGIN_HEADERS) $$(cd $(srcdir); echo *.h *.def)); \
>
>This sorts the words $(PLUGIN_HEADERS) '$(cd' $(srcdir); echo '*.h'
>'*.def)' and produces a command line that doesn't make sense.
>
Thanks for pointing this out! I will provide an updated patch as soon as
I made sure the unwanted mail footer disappears (Sorry it took so long,
it had to go through the legal department first.)



--
Emeric Dupont
Zodiac Inflight Innovations
P +49815388678207
Argelsrieder Feld, 22 - 82234 Wessling
www.safran-aerosystems.com

________________________________

TriaGnoSys GmbH, Registergericht: München HRB 141647, Vat.: DE 813396184 
Geschäftsführer: Núria Riera Díaz, Peter Lewalter

Reply via email to