[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [Xen-changelog] Only include files of the TARGET_ARCH arch in TAGS file.
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
|
Lists.xenproject.org is hosted with RackSpace, monitoring our |