X-Git-Url: https://git.liburcu.org/?a=blobdiff_plain;f=futex-wakeup%2FMakefile;fp=futex-wakeup%2FMakefile;h=2b6e243c89e8c5ccb129923254ee4addb619585f;hb=37acf64d444bf756e8f61e4eaa2ea96fadf84635;hp=11d98e814dc70c19c6aba5384271e7f116d8ab74;hpb=bc8ef93e8a82b8178b1b19d107717b97115481c4;p=urcu.git diff --git a/futex-wakeup/Makefile b/futex-wakeup/Makefile index 11d98e8..2b6e243 100644 --- a/futex-wakeup/Makefile +++ b/futex-wakeup/Makefile @@ -29,6 +29,7 @@ default: make futex_progress | tee futex_progress.log make futex_progress_no_wake | tee futex_progress_no_wake.log make futex_progress_late_dec | tee futex_progress_late_dec.log + make futex_progress_inverted_waiting_vs_gp_futex | tee futex_progress_inverted_waiting_vs_gp_futex.define.log make asserts | tee asserts.log make summary @@ -68,6 +69,13 @@ futex_progress_late_dec: clean futex_ltl futex_progress_late_dec_define run_weak futex_progress_late_dec_define: cp futex_progress_late_dec.define .input.define +futex_progress_inverted_waiting_vs_gp_futex: clean futex_ltl futex_progress_inverted_waiting_vs_gp_futex_define run_weak_fair + cp .input.spin $@.spin.input + -cp .input.spin.trail $@.spin.input.trail + +futex_progress_inverted_waiting_vs_gp_futex_define: + cp futex_progress_inverted_waiting_vs_gp_futex.define .input.define + futex_ltl: touch .input.define cat DEFINES > pan.ltl