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] Fix default root Makefile target.

To: xen-changelog@xxxxxxxxxxxxxxxxxxx
Subject: [Xen-changelog] Fix default root Makefile target.
From: BitKeeper Bot <riel@xxxxxxxxxxx>
Date: Sun, 29 May 2005 14:05:00 +0000
Delivery-date: Sun, 29 May 2005 15:02:21 +0000
Envelope-to: www-data@xxxxxxxxxxxxxxxxxxx
List-help: <mailto:xen-changelog-request@lists.xensource.com?subject=help>
List-id: BK change log <xen-changelog.lists.xensource.com>
List-post: <mailto:xen-changelog@lists.xensource.com>
List-subscribe: <http://lists.xensource.com/cgi-bin/mailman/listinfo/xen-changelog>, <mailto:xen-changelog-request@lists.xensource.com?subject=subscribe>
List-unsubscribe: <http://lists.xensource.com/cgi-bin/mailman/listinfo/xen-changelog>, <mailto:xen-changelog-request@lists.xensource.com?subject=unsubscribe>
Reply-to: Xen Development List <xen-devel@xxxxxxxxxxxxxxxxxxx>
Sender: xen-changelog-bounces@xxxxxxxxxxxxxxxxxxx
ChangeSet 1.1590, 2005/05/29 15:05:00+01:00, kaf24@xxxxxxxxxxxxxxxxxxxx

        Fix default root Makefile target.
        Signed-off-by: Keir Fraser <keir@xxxxxxxxxxxxx>



 Makefile |    5 +++--
 1 files changed, 3 insertions(+), 2 deletions(-)


diff -Nru a/Makefile b/Makefile
--- a/Makefile  2005-05-29 11:03:10 -04:00
+++ b/Makefile  2005-05-29 11:03:10 -04:00
@@ -25,13 +25,14 @@
 export XEN_TARGET_ARCH SUBARCH
 endif
 
+# Default target must appear before any include lines
+all: dist
+
 include Config.mk
 include buildconfigs/Rules.mk
 
 .PHONY:        all dist install xen tools kernels docs world clean mkpatches 
mrproper
 .PHONY:        kbuild kdelete kclean
-
-all: dist
 
 # build and install everything into the standard system directories
 install: install-xen install-tools install-kernels install-docs

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

<Prev in Thread] Current Thread [Next in Thread>
  • [Xen-changelog] Fix default root Makefile target., BitKeeper Bot <=