[PATCH 02/14] S390: Mention s390-specific gconv-modues before common ones.
Florian Weimer
fweimer@redhat.com
Fri Apr 15 10:27:00 GMT 2016
On 02/23/2016 10:21 AM, Stefan Liebler wrote:
> + ${AWK} 'BEGIN { emitted = 0 } \
> + emitted || NF == 0 || $$1 ~ /^#/ { print; next; } \
> + !emitted { emit_s390_modules(); emitted = 1; print; } \
I would like to suggest to put the awk script into a separate file (and
reflect it in the makefile dependencies).
Florian
More information about the Libc-alpha
mailing list