Source: ck Version: 0.4.3-1 Justification: Policy 4.9 Severity: serious Tags: patch
Hi, The file "regressions/ck_spinlock/validate/ck_hclh" is not removed after running cleaning the build tree. I've attached a patch to fix this. Also I closed a few bugs that were previously fixed, I hope you don't mind that. Thanks James -- System Information: Debian Release: jessie/sid APT prefers unstable APT policy: (500, 'unstable'), (500, 'testing'), (1, 'experimental') Architecture: amd64 (x86_64) Foreign Architectures: i386 mipsel Kernel: Linux 3.14-2-amd64 (SMP w/4 CPU cores) Locale: LANG=en_GB.utf8, LC_CTYPE=en_GB.utf8 (charmap=UTF-8) Shell: /bin/sh linked to /bin/dash
--- a/regressions/ck_spinlock/validate/Makefile 2014-08-29 14:58:40.396839432 +0100 +++ b/regressions/ck_spinlock/validate/Makefile 2014-08-29 15:02:45.156728019 +0100 @@ -50,7 +50,7 @@ clean: rm -rf ck_ticket ck_mcs ck_dec ck_cas ck_fas ck_clh linux_spinlock ck_ticket_pb \ - ck_anderson ck_spinlock *.dSYM *.exe + ck_anderson ck_spinlock ck_hclh *.dSYM *.exe include ../../../build/regressions.build CFLAGS+=$(PTHREAD_CFLAGS) -D_GNU_SOURCE -lm