mirror of git://sourceware.org/git/glibc.git
Remove leading space from testrun.sh
This commit is contained in:
parent
b5c45e8375
commit
4634128642
|
@ -1,3 +1,8 @@
|
||||||
|
2018-09-26 Andreas Schwab <schwab@suse.de>
|
||||||
|
|
||||||
|
* Makefile ($(common-objpfx)testrun.sh): Remove leading space from
|
||||||
|
output.
|
||||||
|
|
||||||
2018-09-25 Adam J. Richte <adam_richter2004@yahoo.com>
|
2018-09-25 Adam J. Richte <adam_richter2004@yahoo.com>
|
||||||
Adhemerval Zanella <adhemerval.zanella@linaro.org>
|
Adhemerval Zanella <adhemerval.zanella@linaro.org>
|
||||||
Fangrui Song <maskray@google.com>
|
Fangrui Song <maskray@google.com>
|
||||||
|
|
2
Makefile
2
Makefile
|
@ -181,7 +181,7 @@ endef
|
||||||
# the current libc build for testing.
|
# the current libc build for testing.
|
||||||
$(common-objpfx)testrun.sh: $(common-objpfx)config.make \
|
$(common-objpfx)testrun.sh: $(common-objpfx)config.make \
|
||||||
$(..)Makeconfig $(..)Makefile
|
$(..)Makeconfig $(..)Makefile
|
||||||
$(file >$@T, $(testrun-script))
|
$(file >$@T,$(testrun-script))
|
||||||
chmod a+x $@T
|
chmod a+x $@T
|
||||||
mv -f $@T $@
|
mv -f $@T $@
|
||||||
postclean-generated += testrun.sh
|
postclean-generated += testrun.sh
|
||||||
|
|
Loading…
Reference in New Issue