X-Git-Url: https://git.lttng.org/?a=blobdiff_plain;f=formal-model%2Furcu%2FMakefile;h=4488219e2469dc45403ce5359552e7c03d153b99;hb=d4e437ba8e99a9cd38c4ccb1c243427935c8f293;hp=498241b2e0ed64e8071dfeea2d274ecbb0b29e27;hpb=06d6106d9482f3a2805a2512ef0cda203088f2f5;p=urcu.git diff --git a/formal-model/urcu/Makefile b/formal-model/urcu/Makefile index 498241b..4488219 100644 --- a/formal-model/urcu/Makefile +++ b/formal-model/urcu/Makefile @@ -93,8 +93,8 @@ urcu_free_single_flip_define: urcu_free_ltl: touch .input.define - cat DEFINES > pan.ltl cat .input.define >> pan.ltl + cat DEFINES >> pan.ltl spin -f "!(`cat urcu_free.ltl | grep -v ^//`)" >> pan.ltl # Progress checks @@ -109,8 +109,8 @@ urcu_progress_writer_define: urcu_progress_writer_ltl: touch .input.define - cat DEFINES > pan.ltl - cat .input.define >> pan.ltl + cat .input.define > pan.ltl + cat DEFINES >> pan.ltl spin -f "!(`cat urcu_progress.ltl | grep -v ^//`)" >> pan.ltl urcu_progress_reader: clean urcu_progress_reader_ltl \ @@ -123,8 +123,8 @@ urcu_progress_reader_define: urcu_progress_reader_ltl: touch .input.define - cat DEFINES > pan.ltl - cat .input.define >> pan.ltl + cat .input.define > pan.ltl + cat DEFINES >> pan.ltl spin -f "!(`cat urcu_progress.ltl | grep -v ^//`)" >> pan.ltl urcu_progress_writer_error: clean urcu_progress_writer_error_ltl \ @@ -137,8 +137,8 @@ urcu_progress_writer_error_define: urcu_progress_writer_error_ltl: touch .input.define - cat .input.define >> pan.ltl - cat DEFINES > pan.ltl + cat .input.define > pan.ltl + cat DEFINES >> pan.ltl spin -f "!(`cat urcu_progress.ltl | grep -v ^//`)" >> pan.ltl @@ -152,8 +152,8 @@ pan: pan.c gcc -w ${CFLAGS} -o pan pan.c pan.c: pan.ltl ${SPINFILE} - cat .input.define >> .input.spin - cat DEFINES > .input.spin + cat .input.define > .input.spin + cat DEFINES >> .input.spin cat ${SPINFILE} >> .input.spin rm -f .input.spin.trail spin -a -X -N pan.ltl .input.spin