WARNING - OLD ARCHIVES

This is an archived copy of the Xen.org mailing list, which we have preserved to ensure that existing links to archives are not broken. The live archive, which contains the latest emails, can be found at http://lists.xen.org/
   
 
 
Xen 
 
Home Products Support Community News
 
   
 

xen-devel

[Xen-devel] [PATCH 2/8] tools/xenstat - Use generic subdirs rules

To: xen-devel@xxxxxxxxxxxxxxxxxxx
Subject: [Xen-devel] [PATCH 2/8] tools/xenstat - Use generic subdirs rules
From: Bastian Blank <bastian@xxxxxxxxxxxx>
Date: Fri, 21 Mar 2008 14:01:47 +0100
Delivery-date: Fri, 21 Mar 2008 06:02:28 -0700
Envelope-to: www-data@xxxxxxxxxxxxxxxxxx
List-help: <mailto:xen-devel-request@lists.xensource.com?subject=help>
List-id: Xen developer discussion <xen-devel.lists.xensource.com>
List-post: <mailto:xen-devel@lists.xensource.com>
List-subscribe: <http://lists.xensource.com/cgi-bin/mailman/listinfo/xen-devel>, <mailto:xen-devel-request@lists.xensource.com?subject=subscribe>
List-unsubscribe: <http://lists.xensource.com/cgi-bin/mailman/listinfo/xen-devel>, <mailto:xen-devel-request@lists.xensource.com?subject=unsubscribe>
Sender: xen-devel-bounces@xxxxxxxxxxxxxxxxxxx
User-agent: Mutt/1.5.13 (2006-08-11)
# HG changeset patch
# User Bastian Blank <waldi@xxxxxxxxxx>
# Date 1206103830 -3600
# Node ID e6eb37e6d2f7e0f17ebe674d30253d3e832b1bce
# Parent  f08e76266aa7190436f013532cd01d9693ebdaa8
Use generic subdirs rules.

Signed-off-by: Bastian Blank <waldi@xxxxxxxxxx>

diff -r f08e76266aa7 -r e6eb37e6d2f7 tools/xenstat/Makefile
--- a/tools/xenstat/Makefile    Fri Mar 21 13:50:27 2008 +0100
+++ b/tools/xenstat/Makefile    Fri Mar 21 13:50:30 2008 +0100
@@ -13,7 +13,4 @@ endif
 
 .PHONY: all install clean
 
-all install clean:
-       @set -e; for subdir in $(SUBDIRS); do \
-               $(MAKE) -C $$subdir $@; \
-       done
+all install clean: %: subdirs-%
-- 
Behind every great man, there is a woman -- urging him on.
                -- Harry Mudd, "I, Mudd", stardate 4513.3

_______________________________________________
Xen-devel mailing list
Xen-devel@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-devel

<Prev in Thread] Current Thread [Next in Thread>
  • [Xen-devel] [PATCH 2/8] tools/xenstat - Use generic subdirs rules, Bastian Blank <=