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-changelog

[Xen-changelog] Only include files of the TARGET_ARCH arch in TAGS file.

To: xen-changelog@xxxxxxxxxxxxxxxxxxxxx
Subject: [Xen-changelog] Only include files of the TARGET_ARCH arch in TAGS file.
From: BitKeeper Bot <riel@xxxxxxxxxxx>
Date: Thu, 24 Mar 2005 21:51:46 +0000
Delivery-date: Fri, 25 Mar 2005 12:12:30 +0000
Envelope-to: www-data@xxxxxxxxxxxxxxxxxxx
List-archive: <http://sourceforge.net/mailarchive/forum.php?forum=xen-changelog>
List-help: <mailto:xen-changelog-request@lists.sourceforge.net?subject=help>
List-id: <xen-changelog.lists.sourceforge.net>
List-post: <mailto:xen-changelog@lists.sourceforge.net>
List-subscribe: <https://lists.sourceforge.net/lists/listinfo/xen-changelog>, <mailto:xen-changelog-request@lists.sourceforge.net?subject=subscribe>
List-unsubscribe: <https://lists.sourceforge.net/lists/listinfo/xen-changelog>, <mailto:xen-changelog-request@lists.sourceforge.net?subject=unsubscribe>
Reply-to: Xen Development List <xen-devel@xxxxxxxxxxxxxxxxxxxxx>
Sender: xen-changelog-admin@xxxxxxxxxxxxxxxxxxxxx
ChangeSet 1.1794.1.11, 2005/03/24 21:51:46+00:00, cl349@xxxxxxxxxxxxxxxxxxxx

        Only include files of the TARGET_ARCH arch in TAGS file.
        Signed-off-by: Christian Limpach <chris@xxxxxxxxxxxxx>



 Makefile |    2 +-
 1 files changed, 1 insertion(+), 1 deletion(-)


diff -Nru a/xen/Makefile b/xen/Makefile
--- a/xen/Makefile      2005-03-25 07:10:58 -05:00
+++ b/xen/Makefile      2005-03-25 07:10:58 -05:00
@@ -105,7 +105,7 @@
 
 .PHONY: default debug install dist clean delete-unfresh-files TAGS
 
-SUBDIRS = arch common drivers 
+SUBDIRS = arch/$(TARGET_ARCH) common drivers 
 TAGS: 
        ( find include/asm-$(TARGET_ARCH) -name '*.h'; \
          find include -type d \( -name "asm-*" -o -name config \) -prune -o \


-------------------------------------------------------
SF email is sponsored by - The IT Product Guide
Read honest & candid reviews on hundreds of IT Products from real users.
Discover which products truly live up to the hype. Start reading now.
http://ads.osdn.com/?ad_id=6595&alloc_id=14396&op=click
_______________________________________________
Xen-changelog mailing list
Xen-changelog@xxxxxxxxxxxxxxxxxxxxx
https://lists.sourceforge.net/lists/listinfo/xen-changelog

<Prev in Thread] Current Thread [Next in Thread>