mirror of
https://sourceware.org/git/glibc.git
synced 2024-11-23 17:53:37 +08:00
Generate testrun.sh to use relative directory names.
This commit is contained in:
parent
ea5ee9f73d
commit
84f9ea0f73
@ -1,5 +1,8 @@
|
||||
2011-07-02 Roland McGrath <roland@hack.frob.com>
|
||||
|
||||
* Makefile ($(common-objpfx)testrun.sh): Generate to work relative to
|
||||
containing directory rather than embedding absolute directory names.
|
||||
|
||||
* scripts/check-local-headers.sh: Rewritten using awk.
|
||||
Match by word, not by line. Print error messages for matches.
|
||||
* Makefile ($(objpfx)check-local-headers.out): Pass AWK in to it.
|
||||
|
6
Makefile
6
Makefile
@ -163,8 +163,10 @@ endif
|
||||
$(common-objpfx)testrun.sh: $(common-objpfx)config.make \
|
||||
$(..)Makeconfig $(..)Makefile
|
||||
(echo '#!/bin/sh'; \
|
||||
echo "GCONV_PATH='$(common-objpfx)iconvdata' \\"; \
|
||||
echo 'exec $(run-program-prefix) $${1+"$$@"}'; \
|
||||
echo 'builddir=`dirname "$$0"`'; \
|
||||
echo 'GCONV_PATH="$${builddir}/iconvdata" \'; \
|
||||
echo 'exec $(subst $(common-objdir),"$${builddir}",\
|
||||
$(run-program-prefix)) $${1+"$$@"}'; \
|
||||
) > $@T
|
||||
chmod a+x $@T
|
||||
mv -f $@T $@
|
||||
|
Loading…
Reference in New Issue
Block a user