X-Git-Url: http://git.lttng.org./?a=blobdiff_plain;f=doc%2Fexamples%2Fwfstack%2FMakefile;h=098fb94f206aeb27ec683187975cb60ada6f913a;hb=83e334d03eaba62df373cf44298616458900078a;hp=b8be3f5bfb733063ec3a92e4981492c3dce2454f;hpb=53a7719131ff381866fd414cdeff4ac3dd354927;p=userspace-rcu.git diff --git a/doc/examples/wfstack/Makefile b/doc/examples/wfstack/Makefile index b8be3f5..098fb94 100644 --- a/doc/examples/wfstack/Makefile +++ b/doc/examples/wfstack/Makefile @@ -12,12 +12,12 @@ # This makefile is purposefully kept simple to support GNU and BSD make. all: - $(MAKE) -f Makefile.cds_wfs_push - $(MAKE) -f Makefile.cds_wfs_pop - $(MAKE) -f Makefile.cds_wfs_pop_all_blocking + $(AM_V_at)$(MAKE) -f Makefile.cds_wfs_push + $(AM_V_at)$(MAKE) -f Makefile.cds_wfs_pop + $(AM_V_at)$(MAKE) -f Makefile.cds_wfs_pop_all_blocking .PHONY: clean clean: - $(MAKE) -f Makefile.cds_wfs_push clean - $(MAKE) -f Makefile.cds_wfs_pop clean - $(MAKE) -f Makefile.cds_wfs_pop_all_blocking clean + $(AM_V_at)$(MAKE) -f Makefile.cds_wfs_push clean + $(AM_V_at)$(MAKE) -f Makefile.cds_wfs_pop clean + $(AM_V_at)$(MAKE) -f Makefile.cds_wfs_pop_all_blocking clean