Fix testroot.pristine creation copying dynamic linker

Andreas Schwab schwab@suse.de
Tue Oct 22 12:25:00 GMT 2019


On Okt 17 2019, Joseph Myers wrote:

> diff --git a/Makefile b/Makefile
> index a736c3afcc..ca52f790bb 100644
> --- a/Makefile
> +++ b/Makefile
> @@ -555,7 +555,7 @@ ifeq ($(run-built-tests),yes)
>  	for dso in `$(test-wrapper-env) LD_TRACE_LOADED_OBJECTS=1  \
>  		$(rtld-prefix) \
>  		$(objpfx)testroot.pristine/bin/sh \
> -	        | grep / | sed 's/^[^/]*//' | sed 's/ .*//'` ;\
> +	        | sed -n '/\//{s@.*=> /@/@;s/^[^/]*//;s/ .*//p}'` ;\

There should be a semicolon before the close brace.

Ok with that change.

Andreas.

-- 
Andreas Schwab, SUSE Labs, schwab@suse.de
GPG Key fingerprint = 0196 BAD8 1CE9 1970 F4BE  1748 E4D4 88E3 0EEA B9D7
"And now for something completely different."



More information about the Libc-alpha mailing list