This is the mail archive of the libc-alpha@sourceware.org mailing list for the glibc project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: [PATCH 02/14] S390: Mention s390-specific gconv-modues before common ones.


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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]