X-Git-Url: https://git.lttng.org/?p=urcu.git;a=blobdiff_plain;f=doc%2Fexamples%2Fhlist%2FMakefile;h=4256035ea75adfe573eac26872d55c73b69cd945;hp=d705daca70d7a3b5a31d3227ddd9ddf8a1cee04f;hb=48e2efad52474ba5fff6d7f452866fc8cdadab44;hpb=474190bf1a9025850c14aa67eb88ba9815bb74f4 diff --git a/doc/examples/hlist/Makefile b/doc/examples/hlist/Makefile index d705dac..4256035 100644 --- a/doc/examples/hlist/Makefile +++ b/doc/examples/hlist/Makefile @@ -12,14 +12,14 @@ # This makefile is purposefully kept simple to support GNU and BSD make. all: - $(MAKE) -f Makefile.cds_hlist_add_head_rcu - $(MAKE) -f Makefile.cds_hlist_del_rcu - $(MAKE) -f Makefile.cds_hlist_for_each_rcu - $(MAKE) -f Makefile.cds_hlist_for_each_entry_rcu + $(AM_V_at)$(MAKE) -f Makefile.cds_hlist_add_head_rcu + $(AM_V_at)$(MAKE) -f Makefile.cds_hlist_del_rcu + $(AM_V_at)$(MAKE) -f Makefile.cds_hlist_for_each_rcu + $(AM_V_at)$(MAKE) -f Makefile.cds_hlist_for_each_entry_rcu .PHONY: clean clean: - $(MAKE) -f Makefile.cds_hlist_add_head_rcu clean - $(MAKE) -f Makefile.cds_hlist_del_rcu clean - $(MAKE) -f Makefile.cds_hlist_for_each_rcu clean - $(MAKE) -f Makefile.cds_hlist_for_each_entry_rcu clean + $(AM_V_at)$(MAKE) -f Makefile.cds_hlist_add_head_rcu clean + $(AM_V_at)$(MAKE) -f Makefile.cds_hlist_del_rcu clean + $(AM_V_at)$(MAKE) -f Makefile.cds_hlist_for_each_rcu clean + $(AM_V_at)$(MAKE) -f Makefile.cds_hlist_for_each_entry_rcu clean