X-Git-Url: http://git.lttng.org/?p=urcu.git;a=blobdiff_plain;f=doc%2Fexamples%2Fwfstack%2FMakefile;h=098fb94f206aeb27ec683187975cb60ada6f913a;hp=284753f98de43ba20c1c350d1540fece42b12c88;hb=dbfa88798ce69bc788a351b75db71d3101d87490;hpb=3709f861dd1bd40a493440749a67abe4730a9ee2 diff --git a/doc/examples/wfstack/Makefile b/doc/examples/wfstack/Makefile index 284753f..098fb94 100644 --- a/doc/examples/wfstack/Makefile +++ b/doc/examples/wfstack/Makefile @@ -12,8 +12,12 @@ # This makefile is purposefully kept simple to support GNU and BSD make. all: - $(MAKE) -f Makefile.cds_wfs_push + $(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 + $(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