mirror of
https://sourceware.org/git/glibc.git
synced 2024-11-22 04:50:07 +00:00
($(objpfx)version-info.h): Don't use multi-line string.
This commit is contained in:
parent
772d0e1a4f
commit
0f9cc699c9
@ -1,6 +1,6 @@
|
||||
# Makefile for csu code for GNU C library.
|
||||
|
||||
# Copyright (C) 1995,1996,1997,1998,1999,2000 Free Software Foundation, Inc.
|
||||
# Copyright (C) 1995,1996,1997,1998,1999,2000,2001 Free Software Foundation, Inc.
|
||||
# This file is part of the GNU C Library.
|
||||
|
||||
# The GNU C Library is free software; you can redistribute it and/or
|
||||
@ -204,8 +204,8 @@ $(objpfx)version-info.h: $(common-objpfx)config.make $(all-Banner-files)
|
||||
esac; \
|
||||
files="$(all-Banner-files)"; \
|
||||
if test -n "$$files"; then \
|
||||
echo "\"Available extensions:"; \
|
||||
sed -e '/^#/d' -e 's/^[[:space:]]*/ /' $$files; \
|
||||
echo "\""; \
|
||||
echo "\"Available extensions:\\n\""; \
|
||||
sed -e '/^#/d' -e 's/^[[:space:]]*/ /' \
|
||||
-e 's/\(^.*$$\)/\"\1\\n\"/' $$files; \
|
||||
fi) > $@T
|
||||
mv -f $@T $@
|
||||
|
Loading…
Reference in New Issue
Block a user