Add silent mode to examples Makefiles
[urcu.git] / doc / examples / hlist / Makefile
index d705daca70d7a3b5a31d3227ddd9ddf8a1cee04f..57197a21780260894431d6a0adccab928a91c413 100644 (file)
@@ -1,4 +1,4 @@
-# Copyright (C) 2013  Mathieu Desnoyers <mathieu.desnoyers@efficios.com>
+# Copyright (C) 2013  Mathieu Desnoyers <mathieu.desnoyers$(AM_V_at)efficios.com>
 #
 # THIS MATERIAL IS PROVIDED AS IS, WITH ABSOLUTELY NO WARRANTY EXPRESSED
 # OR IMPLIED.  ANY USE IS AT YOUR OWN RISK.
 # This makefile is purposefully kept simple to support GNU and BSD make.
 
 all:
-       $(MAKE) -f Makefile.cds_hlist_add_head_rcu
-       $(MAKE) -f Makefile.cds_hlist_del_rcu
-       $(MAKE) -f Makefile.cds_hlist_for_each_rcu
-       $(MAKE) -f Makefile.cds_hlist_for_each_entry_rcu
+       $(AM_V_at)$(MAKE) -f Makefile.cds_hlist_add_head_rcu
+       $(AM_V_at)$(MAKE) -f Makefile.cds_hlist_del_rcu
+       $(AM_V_at)$(MAKE) -f Makefile.cds_hlist_for_each_rcu
+       $(AM_V_at)$(MAKE) -f Makefile.cds_hlist_for_each_entry_rcu
 
 .PHONY: clean
 clean:
-       $(MAKE) -f Makefile.cds_hlist_add_head_rcu clean
-       $(MAKE) -f Makefile.cds_hlist_del_rcu clean
-       $(MAKE) -f Makefile.cds_hlist_for_each_rcu clean
-       $(MAKE) -f Makefile.cds_hlist_for_each_entry_rcu clean
+       $(AM_V_at)$(MAKE) -f Makefile.cds_hlist_add_head_rcu clean
+       $(AM_V_at)$(MAKE) -f Makefile.cds_hlist_del_rcu clean
+       $(AM_V_at)$(MAKE) -f Makefile.cds_hlist_for_each_rcu clean
+       $(AM_V_at)$(MAKE) -f Makefile.cds_hlist_for_each_entry_rcu clean
This page took 0.023434 seconds and 4 git commands to generate.