Add silent mode to examples Makefiles
[urcu.git] / doc / examples / rculfqueue / Makefile
index 5538709863af917128343d5a1da0ff0100cfd4de..b964d2322d52e8541e00b86d0cbf620593f316c0 100644 (file)
 # This makefile is purposefully kept simple to support GNU and BSD make.
 
 all:
-       $(MAKE) -f Makefile.cds_lfq_enqueue
-       $(MAKE) -f Makefile.cds_lfq_dequeue
+       $(AM_V_at)$(MAKE) -f Makefile.cds_lfq_enqueue
+       $(AM_V_at)$(MAKE) -f Makefile.cds_lfq_dequeue
 
 .PHONY: clean
 clean:
-       $(MAKE) -f Makefile.cds_lfq_enqueue clean
-       $(MAKE) -f Makefile.cds_lfq_dequeue clean
+       $(AM_V_at)$(MAKE) -f Makefile.cds_lfq_enqueue clean
+       $(AM_V_at)$(MAKE) -f Makefile.cds_lfq_dequeue clean
This page took 0.022415 seconds and 4 git commands to generate.