mirror of
https://sourceware.org/git/glibc.git
synced 2024-11-29 08:11:08 +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.
|
# 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.
|
# This file is part of the GNU C Library.
|
||||||
|
|
||||||
# The GNU C Library is free software; you can redistribute it and/or
|
# 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; \
|
esac; \
|
||||||
files="$(all-Banner-files)"; \
|
files="$(all-Banner-files)"; \
|
||||||
if test -n "$$files"; then \
|
if test -n "$$files"; then \
|
||||||
echo "\"Available extensions:"; \
|
echo "\"Available extensions:\\n\""; \
|
||||||
sed -e '/^#/d' -e 's/^[[:space:]]*/ /' $$files; \
|
sed -e '/^#/d' -e 's/^[[:space:]]*/ /' \
|
||||||
echo "\""; \
|
-e 's/\(^.*$$\)/\"\1\\n\"/' $$files; \
|
||||||
fi) > $@T
|
fi) > $@T
|
||||||
mv -f $@T $@
|
mv -f $@T $@
|
||||||
|
Loading…
Reference in New Issue
Block a user