Add silent mode to examples Makefiles
[urcu.git] / doc / examples / lfstack / Makefile
index e8d1d138c4997ba127fef271c7769da1b8b3ca24..42398ed2b23ee3c20e8f8eba79efc99ca4517609 100644 (file)
 # 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
This page took 0.02256 seconds and 4 git commands to generate.