[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Xen-changelog] Fix to xen-clone, minor top-level Makefile tidy



# HG changeset patch
# User iap10@xxxxxxxxxxxxxxxxxxxxx
# Node ID 0f2fa123585181cc56c04d6d240ba268867c7bbc
# Parent  a1b5af05f72e72753d93abed115f620bb8a97008

Fix to xen-clone, minor top-level Makefile tidy
Signed-off-by: ian.pratt@xxxxxxxxxxxx

diff -r a1b5af05f72e -r 0f2fa1235851 Makefile
--- a/Makefile  Fri Jul  1 10:21:30 2005
+++ b/Makefile  Fri Jul  1 10:52:07 2005
@@ -177,12 +177,10 @@
 
 # Legacy targets for compatibility
 linux24:
-       $(MAKE) linux-2.4-xen0-build
-       $(MAKE) linux-2.4-xenU-build
+       $(MAKE) 'KERNELS=linux-2.4*' dist
 
 linux26:
-       $(MAKE) linux-2.6-xen0-build
-       $(MAKE) linux-2.6-xenU-build
+       $(MAKE) 'KERNELS=linux-2.6*' dist
 
 netbsd20:
        $(MAKE) netbsd-2.0-xenU-build
diff -r a1b5af05f72e -r 0f2fa1235851 tools/misc/xen-clone
--- a/tools/misc/xen-clone      Fri Jul  1 10:21:30 2005
+++ b/tools/misc/xen-clone      Fri Jul  1 10:52:07 2005
@@ -52,7 +52,7 @@
 # clone the master repository (now checked-out by default)
 if [ ! -d ${DEST_BK_REP} ] 
 then 
-mkdir -p ${DEST_BK_REP} ; cd ${DEST_BK_REP} ; hg init ${BK_REP} ${DEST_BK_REP} 
; hg co ; cd ${TOP}
+mkdir -p ${DEST_BK_REP} ; cd ${DEST_BK_REP} ; hg init ${BK_REP} ; hg co ; cd 
${TOP}
 else
 cd ${DEST_BK_REP}
 hg pull ; hg co

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


 


Rackspace

Lists.xenproject.org is hosted with RackSpace, monitoring our
servers 24x7x365 and backed by RackSpace's Fanatical Support®.