X-Git-Url: http://git.liburcu.org/?p=urcu.git;a=blobdiff_plain;f=doc%2Fexamples%2Flfstack%2FMakefile;fp=doc%2Fexamples%2Flfstack%2FMakefile;h=42398ed2b23ee3c20e8f8eba79efc99ca4517609;hp=e8d1d138c4997ba127fef271c7769da1b8b3ca24;hb=dbfa88798ce69bc788a351b75db71d3101d87490;hpb=b9050d917ab84db192b5609ba6dd9973a82d215a diff --git a/doc/examples/lfstack/Makefile b/doc/examples/lfstack/Makefile index e8d1d13..42398ed 100644 --- a/doc/examples/lfstack/Makefile +++ b/doc/examples/lfstack/Makefile @@ -12,12 +12,12 @@ # This makefile is purposefully kept simple to support GNU and BSD make. all: - $(MAKE) -f Makefile.cds_lfs_push - $(MAKE) -f Makefile.cds_lfs_pop_blocking - $(MAKE) -f Makefile.cds_lfs_pop_all_blocking + $(AM_V_at)$(MAKE) -f Makefile.cds_lfs_push + $(AM_V_at)$(MAKE) -f Makefile.cds_lfs_pop_blocking + $(AM_V_at)$(MAKE) -f Makefile.cds_lfs_pop_all_blocking .PHONY: clean clean: - $(MAKE) -f Makefile.cds_lfs_push clean - $(MAKE) -f Makefile.cds_lfs_pop_blocking clean - $(MAKE) -f Makefile.cds_lfs_pop_all_blocking clean + $(AM_V_at)$(MAKE) -f Makefile.cds_lfs_push clean + $(AM_V_at)$(MAKE) -f Makefile.cds_lfs_pop_blocking clean + $(AM_V_at)$(MAKE) -f Makefile.cds_lfs_pop_all_blocking clean