Re: [PATCH rt-tests 1/3] all programs apart from sendme use pthreads so skip them on NPTL!=yes

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 




On Mon, 5 Oct 2015, Uwe Kleine-König wrote:

> ---
>  Makefile | 14 +++++++++++---
>  1 file changed, 11 insertions(+), 3 deletions(-)
> 
> diff --git a/Makefile b/Makefile
> index 6c96c9f31a19..af669263a5fb 100644
> --- a/Makefile
> +++ b/Makefile
> @@ -7,11 +7,19 @@ OBJDIR = bld
>  HAVE_NPTL ?= yes
>  
>  ifeq ($(HAVE_NPTL),yes)
> -sources = cyclictest.c pi_stress.c pip_stress.c pmqtest.c rt-migrate-test.c
> +sources = cyclictest.c \
> +	  hackbench.c \
> +	  pip_stress.c \
> +	  pi_stress.c \
> +	  pmqtest.c \
> +	  ptsematest.c \
> +	  rt-migrate-test.c \
> +	  signaltest.c \
> +	  sigwaittest.c \
> +	  svsematest.c
>  endif
>  
> -sources += signaltest.c ptsematest.c sigwaittest.c svsematest.c sendme.c \
> -	  hackbench.c
> +sources += sendme.c
>  
>  TARGETS = $(sources:.c=)
>  
> -- 
> 2.1.4

Ok, I thought that might be useful for bionic, but now I can see, that 
it's pretty much useless. Why don't you just remove HAVE_NPTL altogether?

Thanks
John

[Index of Archives]     [RT Stable]     [Kernel Newbies]     [IDE]     [Security]     [Git]     [Netfilter]     [Bugtraq]     [Yosemite]     [Yosemite News]     [MIPS Linux]     [ARM Linux]     [Linux Security]     [Linux RAID]     [Linux ATA RAID]     [Samba]     [Video 4 Linux]     [Device Mapper]

  Powered by Linux